Skip to content

Commit 91b172c

Browse files
fix(deps): bump the minor-and-patch group across 1 directory with 7 updates
Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.0` | `7.28.4` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.28.0` | `7.28.4` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.1` | `9.36.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.45.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.20.0` | `17.23.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.45.0` | Updates `@babel/core` from 7.28.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/eslint-parser` from 7.28.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/eslint/babel-eslint-parser) Updates `@eslint/js` from 9.30.1 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js) Updates `@typescript-eslint/parser` from 8.35.1 to 8.45.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/parser) Updates `eslint-plugin-n` from 17.20.0 to 17.23.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.20.0...v17.23.1) Updates `typescript` from 5.8.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) Updates `typescript-eslint` from 8.35.1 to 8.45.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.45.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@babel/eslint-parser" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-n dependency-version: 17.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37ec92c commit 91b172c

File tree

2 files changed

+162
-162
lines changed

2 files changed

+162
-162
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@
4242
"!**/test/**"
4343
],
4444
"devDependencies": {
45-
"@eslint/js": "^9.30.1",
46-
"@typescript-eslint/parser": "^8.35.1",
45+
"@eslint/js": "^9.36.0",
46+
"@typescript-eslint/parser": "^8.45.0",
4747
"chai": "^4.5.0",
4848
"eslint": "^9.28.0",
4949
"eslint-plugin-eslint-plugin": "^6.5.0",
50-
"eslint-plugin-n": "^17.20.0",
50+
"eslint-plugin-n": "^17.23.1",
5151
"husky": "^9.1.7",
5252
"jest": "^29.7.0",
5353
"jest-chain": "^1.1.6",
5454
"jest-extended": "^4.0.2",
5555
"jest-junit": "^16.0.0",
5656
"jest-sonar-reporter": "^2.0.0",
5757
"prettier": "^3.6.2",
58-
"typescript": "^5.8.3",
59-
"typescript-eslint": "^8.35.1"
58+
"typescript": "^5.9.3",
59+
"typescript-eslint": "^8.45.0"
6060
},
6161
"dependencies": {
62-
"@babel/core": "^7.28.0",
63-
"@babel/eslint-parser": "^7.28.0",
62+
"@babel/core": "^7.28.4",
63+
"@babel/eslint-parser": "^7.28.4",
6464
"@komaci/static-analyzer": "^252.1.0",
6565
"@lwc/errors": "~3.5.0",
6666
"@lwc/metadata": "3.5.0-0",

0 commit comments

Comments
 (0)