Skip to content

Commit 83b3424

Browse files
fix(deps): update dependency globals to v17 (#429)
* fix(deps): update dependency globals to v17 * chore: update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wakamsha <wakamsha@gmail.com>
1 parent c2378b1 commit 83b3424

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-storybook": "9.1.20",
6666
"eslint-plugin-testing-library": "7.0.0",
6767
"eslint-plugin-unicorn": "56.0.1",
68-
"globals": "15.11.0",
68+
"globals": "17.5.0",
6969
"typescript-eslint": "8.24.0"
7070
},
7171
"devDependencies": {

packages/eslint-config/test/flat/next/__snapshots__/snapshot.test.mts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
1919
"Error": false,
2020
"EvalError": false,
2121
"FinalizationRegistry": false,
22+
"Float16Array": false,
2223
"Float32Array": false,
2324
"Float64Array": false,
2425
"Function": false,
@@ -27,6 +28,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
2728
"Int32Array": false,
2829
"Int8Array": false,
2930
"Intl": false,
31+
"Iterator": false,
3032
"JSON": false,
3133
"Map": false,
3234
"Math": false,

packages/eslint-config/test/flat/node/__snapshots__/snapshot.test.mts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
1919
"Error": false,
2020
"EvalError": false,
2121
"FinalizationRegistry": false,
22+
"Float16Array": false,
2223
"Float32Array": false,
2324
"Float64Array": false,
2425
"Function": false,
@@ -27,6 +28,7 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
2728
"Int32Array": false,
2829
"Int8Array": false,
2930
"Intl": false,
31+
"Iterator": false,
3032
"JSON": false,
3133
"Map": false,
3234
"Math": false,

packages/eslint-config/test/flat/react/__snapshots__/snapshot.test.mts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
1919
"Error": false,
2020
"EvalError": false,
2121
"FinalizationRegistry": false,
22+
"Float16Array": false,
2223
"Float32Array": false,
2324
"Float64Array": false,
2425
"Function": false,
@@ -27,6 +28,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Configuration
2728
"Int32Array": false,
2829
"Int8Array": false,
2930
"Intl": false,
31+
"Iterator": false,
3032
"JSON": false,
3133
"Map": false,
3234
"Math": false,

packages/eslint-config/test/flat/storybook/__snapshots__/snapshot.test.mts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
1919
"Error": false,
2020
"EvalError": false,
2121
"FinalizationRegistry": false,
22+
"Float16Array": false,
2223
"Float32Array": false,
2324
"Float64Array": false,
2425
"Function": false,
@@ -27,6 +28,7 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
2728
"Int32Array": false,
2829
"Int8Array": false,
2930
"Intl": false,
31+
"Iterator": false,
3032
"JSON": false,
3133
"Map": false,
3234
"Math": false,

pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)