Skip to content

Commit 43ba461

Browse files
deps(dev): bump globals from 15.14.0 to 15.15.0 (#444)
Bumps [globals](https://github.com/sindresorhus/globals) from 15.14.0 to 15.15.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v15.15.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9912430 commit 43ba461

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/eslint-config-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@abinnovision/prettier-config": "workspace:^",
5151
"@types/eslint": "^9.6.1",
5252
"eslint": "^9.20.1",
53-
"globals": "^15.14.0",
53+
"globals": "^15.15.0",
5454
"prettier": "^3.4.2",
5555
"tsup": "^8.3.6"
5656
},

packages/eslint-config-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@abinnovision/prettier-config": "workspace:^",
5151
"@types/eslint": "^9.6.1",
5252
"eslint": "^9.20.1",
53-
"globals": "^15.14.0",
53+
"globals": "^15.15.0",
5454
"tsup": "^8.3.6",
5555
"typescript": "^5.7.3"
5656
},

packages/eslint-config-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@abinnovision/prettier-config": "workspace:^",
5151
"@types/eslint": "^9.6.1",
5252
"eslint": "^9.20.1",
53-
"globals": "^15.14.0",
53+
"globals": "^15.15.0",
5454
"prettier": "^3.4.2",
5555
"tsup": "^8.3.6",
5656
"typescript": "^5.7.3"

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/node": "^22.12.0",
4242
"@types/prettier": "^3.0.0",
4343
"eslint": "^9.20.1",
44-
"globals": "^15.14.0",
44+
"globals": "^15.15.0",
4545
"prettier": "^3.4.2",
4646
"tsup": "^8.3.6",
4747
"typescript": "^5.7.3"

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ __metadata:
3636
eslint-config-alloy: "npm:^5.1.2"
3737
eslint-plugin-import: "npm:^2.31.0"
3838
eslint-plugin-unused-imports: "npm:^4.1.4"
39-
globals: "npm:^15.14.0"
39+
globals: "npm:^15.15.0"
4040
prettier: "npm:^3.4.2"
4141
tsup: "npm:^8.3.6"
4242
peerDependencies:
@@ -54,7 +54,7 @@ __metadata:
5454
eslint-config-alloy: "npm:^5.1.2"
5555
eslint-plugin-react: "npm:^7.37.4"
5656
eslint-plugin-react-hooks: "npm:^5.1.0"
57-
globals: "npm:^15.14.0"
57+
globals: "npm:^15.15.0"
5858
tsup: "npm:^8.3.6"
5959
typescript: "npm:^5.7.3"
6060
peerDependencies:
@@ -72,7 +72,7 @@ __metadata:
7272
"@typescript-eslint/parser": "npm:^8.24.0"
7373
eslint: "npm:^9.20.1"
7474
eslint-config-alloy: "npm:^5.1.2"
75-
globals: "npm:^15.14.0"
75+
globals: "npm:^15.15.0"
7676
prettier: "npm:^3.4.2"
7777
tsup: "npm:^8.3.6"
7878
typescript: "npm:^5.7.3"
@@ -88,7 +88,7 @@ __metadata:
8888
"@types/node": "npm:^22.12.0"
8989
"@types/prettier": "npm:^3.0.0"
9090
eslint: "npm:^9.20.1"
91-
globals: "npm:^15.14.0"
91+
globals: "npm:^15.15.0"
9292
prettier: "npm:^3.4.2"
9393
tsup: "npm:^8.3.6"
9494
typescript: "npm:^5.7.3"
@@ -2738,10 +2738,10 @@ __metadata:
27382738
languageName: node
27392739
linkType: hard
27402740

2741-
"globals@npm:^15.14.0":
2742-
version: 15.14.0
2743-
resolution: "globals@npm:15.14.0"
2744-
checksum: 10/e35ffbdbc024d6381efca906f67211a7bbf935db2af8c14a65155785479e28b3e475950e5933bb6b296eed54b6dcd924e25b26dbc8579b1bde9d5d25916e1c5f
2741+
"globals@npm:^15.15.0":
2742+
version: 15.15.0
2743+
resolution: "globals@npm:15.15.0"
2744+
checksum: 10/7f561c87b2fd381b27fc2db7df8a4ea7a9bb378667b8a7193e61fd2ca3a876479174e2a303a74345fbea6e1242e16db48915c1fd3bf35adcf4060a795b425e18
27452745
languageName: node
27462746
linkType: hard
27472747

0 commit comments

Comments
 (0)