Skip to content

Commit f028218

Browse files
Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)
* Bump the minor-npm-dependencies group across 1 directory with 3 updates Bumps the minor-npm-dependencies group with 3 updates in the / directory: [@vercel/ncc](https://github.com/vercel/ncc), [prettier](https://github.com/prettier/prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@vercel/ncc` from 0.38.4 to 0.44.0 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.4...0.44.0) Updates `prettier` from 3.3.3 to 3.8.4 - [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.8.4) Updates `ts-jest` from 29.2.5 to 29.4.11 - [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.2.5...v29.4.11) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-version: 0.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: ts-jest dependency-version: 29.4.11 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * run prettier --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com>
1 parent d914b26 commit f028218

3 files changed

Lines changed: 98 additions & 112 deletions

File tree

__test__/unsafe-pr-checkout-helper.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jest.unstable_mockModule('@actions/github', () => ({
3131
}))
3232

3333
// Dynamic imports after mocking
34-
const {assertSafePrCheckout} = await import(
35-
'../src/unsafe-pr-checkout-helper.js'
36-
)
34+
const {assertSafePrCheckout} =
35+
await import('../src/unsafe-pr-checkout-helper.js')
3736

3837
const originalEventName = mockContext.eventName
3938
const originalPayload = mockContext.payload

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@types/node": "^24.1.0",
4444
"@typescript-eslint/eslint-plugin": "^7.9.0",
4545
"@typescript-eslint/parser": "^7.9.0",
46-
"@vercel/ncc": "^0.38.4",
46+
"@vercel/ncc": "^0.44.0",
4747
"eslint": "^8.57.0",
4848
"eslint-plugin-github": "^4.10.2",
4949
"eslint-plugin-jest": "^28.8.2",
5050
"jest": "^29.7.0",
5151
"js-yaml": "^4.2.0",
52-
"prettier": "^3.3.3",
53-
"ts-jest": "^29.2.5",
52+
"prettier": "^3.8.4",
53+
"ts-jest": "^29.4.11",
5454
"ts-node": "^10.9.2",
5555
"typescript": "^5.5.4"
5656
}

0 commit comments

Comments
 (0)