aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-01 22:11:26 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-01-01 22:11:36 +0000
commit96c090ec2865cc0c7e37d038689343eb463d9987 (patch)
tree1c8df73486734fc436c5af1d9ccfd4f5c2c27cfa /src
parentbuild(deps-dev): bump typescript-eslint in the nodejs-dependencies group (diff)
downloadlocusts-96c090ec2865cc0c7e37d038689343eb463d9987.tar
locusts-96c090ec2865cc0c7e37d038689343eb463d9987.tar.gz
locusts-96c090ec2865cc0c7e37d038689343eb463d9987.tar.bz2
locusts-96c090ec2865cc0c7e37d038689343eb463d9987.tar.lz
locusts-96c090ec2865cc0c7e37d038689343eb463d9987.tar.xz
locusts-96c090ec2865cc0c7e37d038689343eb463d9987.tar.zst
locusts-96c090ec2865cc0c7e37d038689343eb463d9987.zip
build(deps-dev): bump globals in the nodejs-dependencies group
Bumps the nodejs-dependencies group with 1 update: [globals](https://github.com/sindresorhus/globals). Updates `globals` from 16.5.0 to 17.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/packages/eslint-config/package.json2
-rw-r--r--src/packages/locusts/package.json2
-rw-r--r--src/packages/react/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index 814e3d1..1b8b4a5 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -6,7 +6,7 @@
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-config-turbo": "^2.7.2",
- "globals": "^16.5.0",
+ "globals": "^17.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0"
},
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 78f6ebc..0c02929 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -8,7 +8,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^25.0.3",
- "globals": "^16.5.0",
+ "globals": "^17.0.0",
"publint": "^0.3.16",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 77cea84..918b628 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -49,7 +49,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
- "globals": "^16.5.0",
+ "globals": "^17.0.0",
"publint": "^0.3.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",