aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-04 23:03:19 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-11-04 23:03:31 +0000
commitfb47539a56b1066d95908f8f3fe841b3d8a41625 (patch)
tree026cf49cf3e81610301499f7c9f490058e3f1782 /src
parentci: add name (diff)
downloadlocusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar
locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.gz
locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.bz2
locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.lz
locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.xz
locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.zst
locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.zip
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [globals](https://github.com/sindresorhus/globals), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `globals` from 15.11.0 to 15.12.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0) Updates `typescript-eslint` from 8.12.2 to 8.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint) Updates `@types/node` from 22.8.6 to 22.8.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/packages/eslint-config/package.json4
-rw-r--r--src/packages/locusts/package.json4
-rw-r--r--src/packages/react/package.json4
-rw-r--r--src/packages/svelte/package.json2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index cd3e538..41d79ce 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -6,9 +6,9 @@
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",
- "globals": "^15.0.0",
+ "globals": "^15.12.0",
"typescript": "^5.6.3",
- "typescript-eslint": "^8.0.0"
+ "typescript-eslint": "^8.13.0"
},
"files": [
"library.mjs"
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index e31f463..81670a7 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -7,8 +7,8 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^22.8.6",
- "globals": "^15.0.0",
+ "@types/node": "^22.8.7",
+ "globals": "^15.12.0",
"publint": "^0.2.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index eb438f6..7be7572 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -49,10 +49,10 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
- "globals": "^15.11.0",
+ "globals": "^15.12.0",
"publint": "^0.2.0",
"typescript": "^5.6.2",
- "typescript-eslint": "^8.11.0",
+ "typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
},
"publishConfig": {
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 81cc729..d159e49 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -64,7 +64,7 @@
"svelte": "^5.1.9",
"svelte-check": "^4.0.0",
"typescript": "^5.6.3",
- "typescript-eslint": "^8.0.0",
+ "typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vitest": "^2.0.4"
},