Skip to content

build(deps): Bump the all group across 1 directory with 19 updates#319

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-572efd451c
Open

build(deps): Bump the all group across 1 directory with 19 updates#319
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-572efd451c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 19 updates in the / directory:

Package From To
@actions/core 1.10.1 3.0.0
@actions/github 6.0.0 9.0.0
@octokit/action 6.0.6 8.0.4
@octokit/request-error 5.0.1 7.1.0
octokit 3.1.2 5.0.5
@octokit/openapi-types 19.0.2 27.0.0
@octokit/types 12.6.0 16.0.0
@tsconfig/node20 20.1.2 20.1.9
@types/node 20.11.20 20.19.33
@vercel/ncc 0.38.1 0.38.4
eslint 8.57.0 10.0.0
eslint-plugin-jest 28.5.0 29.15.0
eslint-plugin-prettier 5.0.1 5.5.5
jest 29.7.0 30.2.0
@types/jest 29.5.12 30.0.0
prettier 3.2.5 3.8.1
pretty-quick 3.1.3 4.2.2
ts-jest 29.1.1 29.4.6
typescript 5.4.5 5.9.3

Updates @actions/core from 1.10.1 to 3.0.0

Changelog

Sourced from @​actions/core's changelog.

3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

2.0.3

  • Bump @actions/http-client to 3.0.2

2.0.1

  • Bump @​actions/exec from 1.1.1 to 2.0.0 #2199

2.0.0

  • Add support for Node 24 #2110
  • Bump @​actions/http-client from 2.0.1 to 3.0.0

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842

1.11.0

  • Add platform info utilities #1551
  • Remove dependency on uuid package #1824
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/core since your current version.


Updates @actions/github from 6.0.0 to 9.0.0

Changelog

Sourced from @​actions/github's changelog.

9.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
    • Example: const { getOctokit, context } = await import('@actions/github')
  • Fix TypeScript compilation by migrating to ESM, enabling proper imports from @octokit/core/types

8.0.1

  • Update undici to 6.23.0
  • Update @actions/http-client to 3.0.2

8.0.0

  • Update @​octokit dependencies
    • @octokit/core ^7.0.6
    • @octokit/plugin-paginate-rest ^14.0.0
    • @octokit/plugin-rest-endpoint-methods ^17.0.0
    • @octokit/request ^10.0.7
    • @octokit/request-error ^7.1.0
  • Breaking change: Minimum Node.js version is now 20 (previously 18)

7.0.0

  • Update to v3.0.1 of @actions/http-client

6.0.1

  • Dependency updates #2043
  • Add context.runAttempt #1588
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/github since your current version.


Updates @octokit/action from 6.0.6 to 8.0.4

Release notes

Sourced from @​octokit/action's releases.

v8.0.4

8.0.4 (2025-11-04)

Bug Fixes

  • deps: update dependency undici to v7 (#662) (48feb05)

v8.0.3

8.0.3 (2025-11-03)

Bug Fixes

  • deps: update octokit monorepo (major) (#710) (385e049)

v8.0.2

8.0.2 (2025-05-26)

Bug Fixes

  • deps: update dependency @​octokit/plugin-rest-endpoint-methods to v16 (#703) (25f537f)

v8.0.1

8.0.1 (2025-05-21)

Bug Fixes

  • deps: update octokit monorepo (major) (#702) (76679e4)

v8.0.0

8.0.0 (2025-05-20)

Continuous Integration

BREAKING CHANGES

  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

v7.0.2

... (truncated)

Commits
  • 1c4486a chore(deps): update dependency prettier to v3.6.2 (#705)
  • 24ae278 chore(deps): update dependency @​types/node to v24 (#718)
  • 48feb05 fix(deps): update dependency undici to v7 (#662)
  • f394dee chore(deps): update vitest monorepo to v4 (major) (#717)
  • ce067a1 build(deps): lock file maintenance (#712)
  • 77396df ci(action): update actions/checkout action to v5 (#707)
  • 385e049 fix(deps): update octokit monorepo (major) (#710)
  • f0edfd1 ci(action): update actions/setup-node action to v6 (#715)
  • 3e52577 ci(action): update peter-evans/create-or-update-comment action to v5 (#713)
  • 99dc11f ci(action): update github/codeql-action action to v4 (#714)
  • Additional commits viewable in compare view

Updates @octokit/request-error from 5.0.1 to 7.1.0

Release notes

Sourced from @​octokit/request-error's releases.

v7.1.0

7.1.0 (2025-11-13)

Features

  • inherit options from base Error class to add support for the cause property (#535/#536) (2ea2780)

v7.0.2

7.0.2 (2025-10-30)

Bug Fixes

  • deps: update dependency @​octokit/types to v16 (#533) (e5a75ef)

v7.0.1

7.0.1 (2025-09-29)

Bug Fixes

  • deps: update dependency @​octokit/types to v15 (#522) (4a453f2)

v7.0.0

7.0.0 (2025-05-20)

Continuous Integration

BREAKING CHANGES

  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

v6.1.8

6.1.8 (2025-04-10)

Bug Fixes

  • deps: update dependency @​octokit/types to v14 (#505) (ab4ea7b)

v6.1.7

... (truncated)

Commits
  • 2ea2780 feat: inherit options from base Error class to add support for the cause ...
  • ac7b309 chore(deps): update vitest monorepo to v4 (major) (#531)
  • dadc76d ci(action): update peter-evans/create-or-update-comment action to v5 (#525)
  • f57f2e6 build(deps): lock file maintenance (#534)
  • e5a75ef fix(deps): update dependency @​octokit/types to v16 (#533)
  • e5d5de2 chore(deps): update dependency @​types/node to v24 (#532)
  • 8cc127b ci(action): update actions/setup-node action to v6 (#529)
  • b3a876b build(deps): lock file maintenance (#527)
  • cf1817b ci(action): update github/codeql-action action to v4 (#528)
  • 61f1e87 chore(deps): update dependency tinybench to v5 (#519)
  • Additional commits viewable in compare view

Updates octokit from 3.1.2 to 5.0.5

Release notes

Sourced from octokit's releases.

v5.0.5

5.0.5 (2025-10-31)

Bug Fixes

v5.0.4

5.0.4 (2025-10-17)

Bug Fixes

  • deps: update dependency @​octokit/types to v15 (#2880) (b84c9d4)

v5.0.3

5.0.3 (2025-05-27)

Bug Fixes

  • deps: update dependency @​octokit/plugin-rest-endpoint-methods to v16 (#2855) (310e4cb)

v5.0.2

5.0.2 (2025-05-20)

Bug Fixes

v5.0.1

5.0.1 (2025-05-20)

Bug Fixes

v5.0.0

5.0.0 (2025-05-20)

Continuous Integration

BREAKING CHANGES

... (truncated)

Commits
  • 45c56ff fix(deps): update octokit monorepo (major) (#2903)
  • 823c506 chore(deps): update vitest monorepo to v4 (major) (#2900)
  • 768ac1b build(deps): lock file maintenance (#2899)
  • dcca43c chore(deps): update dependency @​types/node to v24 (#2901)
  • d1ddfe8 ci(action): update peter-evans/create-or-update-comment action to v5 (#2889)
  • 791d318 chore(deps): update dependency prettier to v3.6.2 (#2863)
  • 362cce8 build(deps): lock file maintenance (#2861)
  • b84c9d4 fix(deps): update dependency @​octokit/types to v15 (#2880)
  • 011e821 ci(action): update github/codeql-action action to v4 (#2891)
  • 93055b6 ci(action): update actions/setup-node action to v6 (#2895)
  • Additional commits viewable in compare view

Updates @octokit/openapi-types from 19.0.2 to 27.0.0

Release notes

Sourced from @​octokit/openapi-types's releases.

v27.0.0

27.0.0 (2025-10-30)

Features

  • add GHES 3.18, immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#479) (1e600e2)

BREAKING CHANGES

  • Several endpoints ID change
  • Removed endpoints

v26.0.0

26.0.0 (2025-09-16)

Features

  • remove GHES 3.13, new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#471) (f322421)

BREAKING CHANGES

  • remove GHES 3.13

v25.1.0

25.1.0 (2025-05-25)

Features

  • add GHES 3.17, new /credentials/revoke, /users/{username}/settings/billing/usage, /enterprises/{enterprise}/members/{username}/copilot endpoints, description updates (#493) (#465) (9c706c4)

v25.0.0

25.0.0 (2025-04-09)

Features

  • new /orgs/{org}/campaigns, /orgs/{org}/campaigns/{campaign_number} endpoints, remove Copilot usage endpoints, description updates (#461) (f27d1a2)

BREAKING CHANGES

  • Remove Copilot usage endpoints

... (truncated)

Commits
  • 1e600e2 feat: add GHES 3.18, immutable releases, enterprise team membership, enterpri...
  • f322421 feat: remove GHES 3.13, new Projects v2 endpoints, new code scanning dismissa...
  • 9c706c4 feat: add GHES 3.17, new /credentials/revoke, `/users/{username}/settings/b...
  • f27d1a2 feat: new /orgs/{org}/campaigns, /orgs/{org}/campaigns/{campaign_number} ...
  • 6dbabd6 feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • fbef6d1 feat: add GHES 3.16, add new epss_percentage sorting to advisories, new `ep...
  • 22dc3a0 feat: new dismissed_comment and fixed_at attributes on code scanning aler...
  • 8bd4526 fix: replace missing component with inline definition (#446)
  • c51cfc8 feat: remove GHES 3.9, new action runner groups endpoints, new code scanning ...
  • 5c77aa5 build: update @octokit/openapi (#420)
  • Additional commits viewable in compare view

Updates @octokit/types from 12.6.0 to 16.0.0

Release notes

Sourced from @​octokit/types's releases.

v16.0.0

16.0.0 (2025-10-30)

Features

  • add immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#693) (dc1ceeb)

BREAKING CHANGES

  • Removed endpoints

v15.0.2

15.0.2 (2025-10-29)

Bug Fixes

  • update generated file & update dependency node to v24 (#691) (f5f5743)

v15.0.1

15.0.1 (2025-10-20)

Bug Fixes

v15.0.0

15.0.0 (2025-09-16)

Features

  • new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#683) (56ff680)

BREAKING CHANGES

  • remove project card endpoints for classic projects

v14.1.0

14.1.0 (2025-05-25)

Features

  • new GET /users/{username}/settings/billing/usage, POST /credentials/revoke endpoints, endpoint type updates, type performance fixes (#675) (a7ec830), closes #667 #666

... (truncated)

Commits
  • dc1ceeb feat: add immutable releases, enterprise team membership, enterprise team org...
  • f5f5743 fix: update generated file & update dependency node to v24 (#691)
  • a0529c1 fix: reduce complexity (#687)
  • 435bdcc ci(action): update peter-evans/create-or-update-comment action to v5 (#684)
  • 52ffdca ci(action): update actions/setup-node action to v6 (#689)
  • aaf87a2 ci(action): update github/codeql-action action to v4 (#688)
  • db7d9bc chore(deps): update dependency semantic-release to v25 (#690)
  • 56ff680 feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many ...
  • 7ef763e ci(action): update actions/checkout action to v5 (#679)
  • 1ce7ba2 chore(deps): update dependency node to v22 (#677)
  • Additional commits viewable in compare view

Updates @tsconfig/node20 from 20.1.2 to 20.1.9

Commits

Updates @types/node from 20.11.20 to 20.19.33

Commits

Updates @vercel/ncc from 0.38.1 to 0.38.4

Release notes

Sourced from @​vercel/ncc's releases.

0.38.4

0.38.4 (2025-09-18)

Bug Fixes

0.38.3

0.38.3 (2024-11-15)

Bug Fixes

  • add missing --asset-builds to cli help message (#1228) (84f8c52)

0.38.2

0.38.2 (2024-09-23)

Bug Fixes

Huge thanks to @​theoludwig 🎉

Commits
  • e72d34d fix(cjs-build): enable evaluating import.meta in cjs build (#1236)
  • 186af2b chore(deps): Bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#1...
  • 162c7d4 chore(deps): Bump actions/checkout from 4 to 5 (#1283)
  • 24734b5 chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 (#1280)
  • 7bf44d5 chore(deps): Bump sha.js from 2.4.11 to 2.4.12 (#1281)
  • 50f1851 chore(deps): Bump tmp from 0.2.3 to 0.2.4 (#1278)
  • d797f1b chore(deps-dev): Bump koa from 2.16.1 to 3.0.1 (#1272)
  • 9bdbd47 chore(deps): Bump pbkdf2 from 3.1.2 to 3.1.3 (#1266)
  • cbfd660 chore(deps-dev): bump test deps for aws-sdk (#1263)
  • d17397f chore(deps-dev): Bump axios from 1.7.7 to 1.8.2 (#1262)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 10.0.0

Release notes

Sourced from eslint's releases.

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#20236) (Gerkin)
  • f148a5e feat: add error assertion options (#20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#20267) (Tanuj Kanti)

Bug Fixes

  • 436b82f fix: update eslint (#20473) (renovate[bot])
  • 1d29d22 fix: detect default this binding in Array.fromAsync callbacks (#20456) (Francesco Trotta)
  • 727451e fix: fix regression of global mode report range in strict rule (#20462) (ntnyq)
  • e80485f fix: remove fake FlatESLint and LegacyESLint exports (#20460) (Francesco Trotta)
  • 9eeff3b fix: update esquery (#20423) (cryptnix)
  • b34b938 fix: use Error.prepareStackTrace to estimate failing test location (#20436) (Francesco Trotta)
  • 51aab53 fix: update eslint (#20443) (renovate[bot])
  • 23490b2 fix: handle space before colon in RuleTester location estimation (#20433) (Francesco Trotta)
  • f244dbf fix: use MessagePlaceholderData type from @eslint/core (#20348) (루밀LuMir)
  • d186f8c fix: update eslint (#20427) (renovate[bot])
  • 2332262 fix: error location should not modify error message in RuleTester (#20421) (Milos Djermanovic)
  • ab99b21 fix: ensure filename is passed as third argument to verifyAndFix() (#20405) (루밀LuMir)
  • 8a60f3b fix: remove ecmaVersion and sourceType from ParserOptions type (#20415) (Pixel998)
  • eafd727 fix: remove TDZ scope type (#20231) (jaymarvelz)

... (truncated)

Commits
  • 4e6c4ac 10.0.0
  • ddd8a22 Build: changelog update for 10.0.0
  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457)
  • 1ece282 chore: ignore /docs/v9.x in link checker (#20452)
  • 034e139 ci: add type integration test for @html-eslint/eslint-plugin (#20345)
  • f3fbc2f chore: set @eslint/js version to 10.0.0 to skip releasing it (#20466)
  • e978dda docs: Update README
  • 4cecf83 docs: Update README
  • c79f0ab docs: Update README
  • afc0681 chore: remove scopeManager.addGlobals patch for typescript-eslint parser (#20...
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 28.5.0 to 29.15.0

Release notes

Sourced from eslint-plugin-jest's releases.

v29.15.0

29.15.0 (2026-02-15)

Features

  • no-conditional-in-test: only report optional chaining when allowOptionalChaining is false (#1934) (3f5751e)

v29.14.0

29.14.0 (2026-02-12)

Features

  • no-conditional-in-test: ban optional chaining (#1933) (6406493)

v29.13.0

29.13.0 (2026-02-08)

Features

v29.12.2

29.12.2 (2026-02-03)

Bug Fixes

  • add optional peer dependency on TypeScript (#1926) (82e3b04)

v29.12.1

29.12.1 (2026-01-02)

Bug Fixes

  • no-unnecessary-assertion: don't report for any and unknown types (#1918) (388a36c)

v29.12.0

29.12.0 (2025-12-30)

Features

  • prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#1914) (13bbd20)

v29.11.4

29.11.4 (2025-12-30)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

29.15.0 (2026-02-15)

Features

  • no-conditional-in-test: only report optional chaining when allowOptionalChaining is false (#1934) (3f5751e)

29.14.0 (2026-02-12)

Features

  • no-conditional-in-test: ban optional chaining (#1933) (6406493)

29.13.0 (2026-02-08)

Features

29.12.2 (2026-02-03)

Bug Fixes

  • add optional peer dependency on TypeScript (#1926) (82e3b04)

29.12.1 (2026-01-02)

Bug Fixes

  • no-unnecessary-assertion: don't report for any and unknown types (#1918) (388a36c)

29.12.0 (2025-12-30)

Features

  • prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#1914) (13bbd20)

29.11.4 (2025-12-30)

Bug Fixes

  • prefer-mock-return-shorthand: ignore use of update expressions (#1913) (5713ac9)

29.11.3 (2025-12-30)

... (truncated)

Commits
  • 258b560 chore(release): 29.15.0 [skip ci]
  • 3f5751e feat(no-conditional-in-test): only report optional chaining when `allowOption...
  • 2cbd92b chore(release): 29.14.0 [skip ci]
  • 6406493 feat(no-conditional-in-test): ban optional chaining (#1933)
  • 5698ed5 chore(deps): lock file maintenance (#1931)
  • cb36f1f chore(release): 29.13.0 [skip ci]
  • 7735c44 feat: support ESLint v10 (#1929)
  • 53efb75 test: update titles (#1930)
  • 4acda62 chore(release): 29.12.2 [skip ci]
  • 82e3b04 fix: add optional peer dependency on TypeScript (#1926)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-jest since your current version.


Updates eslint-plugin-prettier from 5.0.1 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

v5.5.4

Patch Changes

v5.5.3

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2Description has been truncated

Bumps the all group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `3.0.0` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `6.0.0` | `9.0.0` |
| [@octokit/action](https://github.com/octokit/action.js) | `6.0.6` | `8.0.4` |
| [@octokit/request-error](https://github.com/octokit/request-error.js) | `5.0.1` | `7.1.0` |
| [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `5.0.5` |
| [@octokit/openapi-types](https://github.com/octokit/openapi-types.ts/tree/HEAD/packages/openapi-types) | `19.0.2` | `27.0.0` |
| [@octokit/types](https://github.com/octokit/types.ts) | `12.6.0` | `16.0.0` |
| [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.2` | `20.1.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.20` | `20.19.33` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.4` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `10.0.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.5.0` | `29.15.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.1` | `5.5.5` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `30.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.8.1` |
| [pretty-quick](https://github.com/prettier/pretty-quick) | `3.1.3` | `4.2.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.1` | `29.4.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.9.3` |



Updates `@actions/core` from 1.10.1 to 3.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@actions/github` from 6.0.0 to 9.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@octokit/action` from 6.0.6 to 8.0.4
- [Release notes](https://github.com/octokit/action.js/releases)
- [Commits](octokit/action.js@v6.0.6...v8.0.4)

Updates `@octokit/request-error` from 5.0.1 to 7.1.0
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v5.0.1...v7.1.0)

Updates `octokit` from 3.1.2 to 5.0.5
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v3.1.2...v5.0.5)

Updates `@octokit/openapi-types` from 19.0.2 to 27.0.0
- [Release notes](https://github.com/octokit/openapi-types.ts/releases)
- [Commits](https://github.com/octokit/openapi-types.ts/commits/v27.0.0/packages/openapi-types)

Updates `@octokit/types` from 12.6.0 to 16.0.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v12.6.0...v16.0.0)

Updates `@tsconfig/node20` from 20.1.2 to 20.1.9
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@types/node` from 20.11.20 to 20.19.33
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vercel/ncc` from 0.38.1 to 0.38.4
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.1...0.38.4)

Updates `eslint` from 8.57.0 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v10.0.0)

Updates `eslint-plugin-jest` from 28.5.0 to 29.15.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.5.0...v29.15.0)

Updates `eslint-plugin-prettier` from 5.0.1 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.5.5)

Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `@types/jest` from 29.5.12 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `prettier` from 3.2.5 to 3.8.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.8.1)

Updates `pretty-quick` from 3.1.3 to 4.2.2
- [Release notes](https://github.com/prettier/pretty-quick/releases)
- [Changelog](https://github.com/prettier/pretty-quick/blob/v4.2.2/CHANGELOG.md)
- [Commits](prettier/pretty-quick@v3.1.3...v4.2.2)

Updates `ts-jest` from 29.1.1 to 29.4.6
- [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.1.1...v29.4.6)

Updates `typescript` from 5.4.5 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.4.5...v5.9.3)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@actions/github"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@octokit/action"
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@octokit/request-error"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: octokit
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@octokit/openapi-types"
  dependency-version: 27.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@octokit/types"
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 20.19.33
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/ncc"
  dependency-version: 0.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pretty-quick
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: deps/js-ts. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner February 17, 2026 00:11
@github-actions

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ EDITORCONFIG editorconfig-checker 2 0 0 0.21s
❌ REPOSITORY gitleaks yes 1 1 0.32s
❌ SPELL lychee 2 2 0 4.25s

Detailed Issues

❌ REPOSITORY / gitleaks - 1 error
○
    │╲
    │ ○
    ○ ░
    ░    gitleaks

12:12AM FTL Failed to load config error="rule |id| is missing or empty, description: VstsPersonalAccessToken2, regex: (?i)(?:AccessToken|pat|token).*?[':=\"][a-z0-9/+]{70}==(?:'|\"|\\s|[\\r?\\n]+), path: \\.(?:cs|ps1|bat|config|xml|json|md|yml|yaml)$"
❌ SPELL / lychee - 2 errors
[403] https://www.patreon.com/feross | Network error: Forbidden
[404] https://opencollective.com/unrs-resolver | Network error: Not Found
📝 Summary
---------------------
🔍 Total..........646
✅ Successful.....643
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........1
❓ Unknown..........0
🚫 Errors...........2

Errors in package-lock.json
[404] https://opencollective.com/unrs-resolver | Network error: Not Found
[403] https://www.patreon.com/feross | Network error: Forbidden

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants