Skip to content

Commit 8246b6b

Browse files
Bump the npm-development group across 1 directory with 7 updates
Bumps the npm-development group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.48.2` | `1.49.1` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.3` | `28.9.0` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.2` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.2` | `5.1.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` | Updates `@playwright/test` from 1.48.2 to 1.49.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.48.2...v1.49.1) Updates `eslint-plugin-jest` from 28.8.3 to 28.9.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.8.3...v28.9.0) Updates `prettier` from 3.3.3 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) Updates `@types/node` from 22.7.4 to 22.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-github` from 5.0.2 to 5.1.4 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.0.2...v5.1.4) Updates `eslint-plugin-react` from 7.37.1 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be9e31e commit 8246b6b

File tree

3 files changed

+113
-74
lines changed

3 files changed

+113
-74
lines changed

gatsby-theme-doctocat-typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/gatsbyjs__reach-router": "^2.0.5",
9595
"@types/lodash.debounce": "^4.0.9",
9696
"@types/lodash.uniqby": "^4.7.9",
97-
"@types/node": "^22.8.6",
97+
"@types/node": "^22.10.2",
9898
"@types/path-browserify": "^1.0.3",
9999
"@types/pluralize": "^0.0.33",
100100
"@types/preval.macro": "^3.0.2",
@@ -109,10 +109,10 @@
109109
"@typescript-eslint/parser": "^7.8.0",
110110
"eslint": "^8.57.1",
111111
"eslint-config-prettier": "^9.1.0",
112-
"eslint-plugin-github": "^5.0.2",
112+
"eslint-plugin-github": "^5.1.4",
113113
"eslint-plugin-prettier": "^5.2.1",
114114
"eslint-plugin-react": "^7.37.2",
115-
"typescript": "^5.6.3",
115+
"typescript": "^5.7.2",
116116
"yaml-loader": "^0.8.1"
117117
}
118118
}

package-lock.json

+106-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)