generated from ericvera/ts-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump the dev-non-major group across 1 directory with…
… 5 updates Bumps the dev-non-major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.3.0` | `9.4.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `20.14.2` | | [eslint](https://github.com/eslint/eslint) | `9.3.0` | `9.4.0` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.10.0` | `7.12.0` | Updates `@eslint/js` from 9.3.0 to 9.4.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.4.0/packages/js) Updates `@types/node` from 20.12.12 to 20.14.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.3.0...v9.4.0) Updates `prettier` from 3.2.5 to 3.3.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.1) Updates `typescript-eslint` from 7.10.0 to 7.12.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/v7.12.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-non-major - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-non-major - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-non-major - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-non-major - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-non-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8d84422
commit 9e209de
Showing
2 changed files
with
100 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,16 +29,16 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@eslint/js": "^9.3.0", | ||
"@eslint/js": "^9.4.0", | ||
"@tsconfig/strictest": "^2.0.5", | ||
"@types/node": "^20.12.12", | ||
"eslint": "^9.3.0", | ||
"@types/node": "^20.14.2", | ||
"eslint": "^9.4.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.5", | ||
"pinst": "^3.0.0", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.1", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.10.0" | ||
"typescript-eslint": "^7.12.0" | ||
}, | ||
"prettier": { | ||
"tabWidth": 2, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters