Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@frontend-tools/release-config": "workspace:*",
"eslint": "9.34.0",
"eslint": "9.39.2",
"jest": "29.7.0",
"semantic-release": "24.2.9",
"typescript": "5.8.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
],
"no-misleading-character-class": [
2,
{
"allowEscape": false,
},
],
"no-multi-assign": [
2,
Expand Down Expand Up @@ -2932,6 +2935,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
],
"require-unicode-regexp": [
0,
{},
],
"sort-imports": [
0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,9 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
],
"no-misleading-character-class": [
2,
{
"allowEscape": false,
},
],
"no-multi-assign": [
2,
Expand Down Expand Up @@ -2023,6 +2026,7 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
],
"require-unicode-regexp": [
0,
{},
],
"sort-imports": [
0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
],
"no-misleading-character-class": [
2,
{
"allowEscape": false,
},
],
"no-multi-assign": [
2,
Expand Down Expand Up @@ -2869,6 +2872,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
],
"require-unicode-regexp": [
0,
{},
],
"sort-imports": [
0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
],
"no-misleading-character-class": [
2,
{
"allowEscape": false,
},
],
"no-multi-assign": [
2,
Expand Down Expand Up @@ -2626,6 +2629,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
],
"require-unicode-regexp": [
0,
{},
],
"sort-imports": [
0,
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@frontend-tools/release-config": "workspace:*",
"@types/node": "22.15.29",
"eslint": "9.34.0",
"eslint": "9.39.2",
"eslint-config-moneyforward": "workspace:*",
"semantic-release": "24.2.9",
"stylelint": "16.26.1",
Expand Down
Loading