Skip to content

Commit 4ab5997

Browse files
Bump the npm group across 2 directories with 7 updates (#680)
Bumps the npm group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) | `3.891.0` | `3.893.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.36.0` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.3.1` | `5.4.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.5.1` | `24.5.2` | | [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` | | [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.17.0` | `10.17.1` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.3` | `29.4.4` | Bumps the npm group with 1 update in the /test directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@aws-sdk/client-cloudformation` from 3.891.0 to 3.893.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.893.0/clients/client-cloudformation) Updates `@eslint/js` from 9.35.0 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 `@stylistic/eslint-plugin` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.4.0/packages/eslint-plugin) Updates `@types/node` from 24.5.1 to 24.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.35.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.35.0...v9.36.0) Updates `pnpm` from 10.17.0 to 10.17.1 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v10.17.1/pnpm) Updates `ts-jest` from 29.4.3 to 29.4.4 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.3...v29.4.4) Updates `@types/node` from 24.5.1 to 24.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@aws-sdk/client-cloudformation" dependency-version: 3.893.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: pnpm dependency-version: 10.17.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: ts-jest dependency-version: 29.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd4dc61 commit 4ab5997

3 files changed

Lines changed: 250 additions & 276 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"@actions/core": "^1.11.1",
29-
"@aws-sdk/client-cloudformation": "^3.891.0"
29+
"@aws-sdk/client-cloudformation": "^3.893.0"
3030
},
3131
"devDependencies": {
32-
"@eslint/js": "^9.35.0",
33-
"@stylistic/eslint-plugin": "^5.3.1",
32+
"@eslint/js": "^9.36.0",
33+
"@stylistic/eslint-plugin": "^5.4.0",
3434
"@types/node": "^24.5.2",
3535
"@vercel/ncc": "^0.38.4",
36-
"eslint": "^9.35.0",
36+
"eslint": "^9.36.0",
3737
"eslint-plugin-github": "^6.0.0",
3838
"jiti": "^2.5.1",
3939
"js-yaml": "^4.1.0",
40-
"pnpm": "^10.17.0",
40+
"pnpm": "^10.17.1",
4141
"rimraf": "^6.0.1",
42-
"ts-jest": "^29.4.3",
42+
"ts-jest": "^29.4.4",
4343
"typescript": "^5.9.2",
4444
"typescript-eslint": "^8.44.0"
4545
},

0 commit comments

Comments
 (0)