Skip to content

Commit f8e8b3d

Browse files
Bump the npm-development group with 5 updates
Bumps the npm-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.14.0` | `6.16.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.14.0` | `6.16.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.11.1` | `2.11.2` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.1` | `5.1.2` | | [prettier-eslint](https://github.com/prettier/prettier-eslint) | `16.1.2` | `16.2.0` | Updates `@typescript-eslint/eslint-plugin` from 6.14.0 to 6.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.14.0 to 6.16.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/v6.16.0/packages/parser) Updates `eslint-plugin-jsonc` from 2.11.1 to 2.11.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.11.1...v2.11.2) Updates `eslint-plugin-prettier` from 5.0.1 to 5.1.2 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2) Updates `prettier-eslint` from 16.1.2 to 16.2.0 - [Release notes](https://github.com/prettier/prettier-eslint/releases) - [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md) - [Commits](prettier/prettier-eslint@v16.1.2...v16.2.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4705d7b commit f8e8b3d

File tree

2 files changed

+101
-74
lines changed

2 files changed

+101
-74
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@
7171
"devDependencies": {
7272
"@types/jest": "^29.5.11",
7373
"@types/node": "^20.10.5",
74-
"@typescript-eslint/eslint-plugin": "^6.14.0",
75-
"@typescript-eslint/parser": "^6.14.0",
74+
"@typescript-eslint/eslint-plugin": "^6.16.0",
75+
"@typescript-eslint/parser": "^6.16.0",
7676
"@vercel/ncc": "^0.38.1",
7777
"eslint": "^8.56.0",
7878
"eslint-plugin-github": "^4.10.1",
7979
"eslint-plugin-jest": "^27.6.0",
80-
"eslint-plugin-jsonc": "^2.11.1",
81-
"eslint-plugin-prettier": "^5.0.1",
80+
"eslint-plugin-jsonc": "^2.11.2",
81+
"eslint-plugin-prettier": "^5.1.2",
8282
"jest": "^29.7.0",
8383
"make-coverage-badge": "^1.2.0",
8484
"prettier": "^3.1.1",
85-
"prettier-eslint": "^16.1.2",
85+
"prettier-eslint": "^16.2.0",
8686
"ts-jest": "^29.1.1",
8787
"typescript": "^5.3.3"
8888
}

0 commit comments

Comments
 (0)