Skip to content

chore(deps): bump the minor-patch-dependencies group across 1 directory with 11 updates#270

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/minor-patch-dependencies-730c72ead5
Dec 8, 2025
Merged

chore(deps): bump the minor-patch-dependencies group across 1 directory with 11 updates#270
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/minor-patch-dependencies-730c72ead5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Bumps the minor-patch-dependencies group with 11 updates in the / directory:

Package From To
cron 4.3.4 4.3.5
@cspell/eslint-plugin 9.3.2 9.4.0
@eslint/eslintrc 3.3.1 3.3.3
@typescript-eslint/eslint-plugin 8.47.0 8.48.1
@typescript-eslint/parser 8.47.0 8.48.1
@vitest/coverage-v8 4.0.13 4.0.15
pino-pretty 13.1.2 13.1.3
prettier 3.6.2 3.7.4
tsx 4.20.6 4.21.0
type-fest 5.2.0 5.3.1
vitest 4.0.13 4.0.15

Updates cron from 4.3.4 to 4.3.5

Release notes

Sourced from cron's releases.

v4.3.5

4.3.5 (2025-11-30)

🐛 Bug Fixes

♻️ Chores

  • action: update actions/checkout action to v5.0.1 (0f3b9f3)
  • action: update actions/checkout action to v6 (#1028) (232f23a)
  • action: update actions/create-github-app-token action to v2.2.0 (1ade9ce)
  • action: update actions/setup-node action to v6 (#1017) (288cf0d)
  • action: update actions/upload-artifact action to v5 (#1018) (7091186)
  • action: update github/codeql-action action to v3.31.2 (8c5c4db)
  • action: update github/codeql-action action to v3.31.5 (c6516f1)
  • action: update github/codeql-action action to v4 (#1014) (258ee3b)
  • action: update step-security/harden-runner action to v2.13.2 (2f44428)
  • deps: update dependency @​eslint/js to v9.39.1 (319462a)
  • deps: update dependency @​semantic-release/github to v12.0.1 (dfa3411)
  • deps: update dependency @​swc/core to v1.15.0 (7aa02a2)
  • deps: update dependency @​swc/core to v1.15.3 (af87e4d)
  • deps: update dependency @​types/node to v22.19.0 (67701aa)
  • deps: update dependency @​types/node to v22.19.1 (2c0d2bb)
  • deps: update dependency @​types/sinon to v21 (#1029) (028b8b7)
  • deps: update semantic-release related packages (e29b122)
Changelog

Sourced from cron's changelog.

4.3.5 (2025-11-30)

🐛 Bug Fixes

♻️ Chores

  • action: update actions/checkout action to v5.0.1 (0f3b9f3)
  • action: update actions/checkout action to v6 (#1028) (232f23a)
  • action: update actions/create-github-app-token action to v2.2.0 (1ade9ce)
  • action: update actions/setup-node action to v6 (#1017) (288cf0d)
  • action: update actions/upload-artifact action to v5 (#1018) (7091186)
  • action: update github/codeql-action action to v3.31.2 (8c5c4db)
  • action: update github/codeql-action action to v3.31.5 (c6516f1)
  • action: update github/codeql-action action to v4 (#1014) (258ee3b)
  • action: update step-security/harden-runner action to v2.13.2 (2f44428)
  • deps: update dependency @​eslint/js to v9.39.1 (319462a)
  • deps: update dependency @​semantic-release/github to v12.0.1 (dfa3411)
  • deps: update dependency @​swc/core to v1.15.0 (7aa02a2)
  • deps: update dependency @​swc/core to v1.15.3 (af87e4d)
  • deps: update dependency @​types/node to v22.19.0 (67701aa)
  • deps: update dependency @​types/node to v22.19.1 (2c0d2bb)
  • deps: update dependency @​types/sinon to v21 (#1029) (028b8b7)
  • deps: update semantic-release related packages (e29b122)
Commits
  • 3f1f009 Release v4.3.5 [skip ci]
  • 74d3b74 fix: suppress setTimeout warning with negatives (#1030)
  • 258ee3b chore(action): update github/codeql-action action to v4 (#1014)
  • 288cf0d chore(action): update actions/setup-node action to v6 (#1017)
  • 7091186 chore(action): update actions/upload-artifact action to v5 (#1018)
  • 232f23a chore(action): update actions/checkout action to v6 (#1028)
  • 028b8b7 chore(deps): update dependency @​types/sinon to v21 (#1029)
  • 1ade9ce chore(action): update actions/create-github-app-token action to v2.2.0
  • e29b122 chore(deps): update semantic-release related packages
  • 2c0d2bb chore(deps): update dependency @​types/node to v22.19.1
  • Additional commits viewable in compare view

Updates @cspell/eslint-plugin from 9.3.2 to 9.4.0

Release notes

Sourced from @​cspell/eslint-plugin's releases.

v9.4.0

Features

feat: Add option to skip large files (#8040)

New command line option: --max-file-size <value> The value can be <number>[units], number with optional units. Supported units:

  • K, KB - value * 1024
  • M, MB - value * 2^20
  • G, GB - value * 2^30

There is also a new setting called maxFileSize. At the moment, it only takes numbers in bytes.

This allows for setting a global value and overrides based upon glob settings.

Note: the command line value will override any value found in the configuration files.


Fixes

fix: turn off gpg when publishing for now (#8104)


fix: Turnoff signing for now (#8102)


... (truncated)

Changelog

Sourced from @​cspell/eslint-plugin's changelog.

v9.4.0 (2025-12-01)

Features

  • feat: Add option to skip large files (#8040)

Fixes

  • fix: turn off gpg when publishing for now (#8104)

  • fix: Turnoff signing for now (#8102)

  • fix: Sign tags and commits when publishing (#8096)

  • fix: Clean up verbose output (#8053)

  • fix: allow string based maxFileSize (#8047)

Dictionary Updates

  • fix: Workflow Bot -- Update Dictionaries (main) (#8091)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8080)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8058)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8036)

Commits

Updates @eslint/eslintrc from 3.3.1 to 3.3.3

Release notes

Sourced from @​eslint/eslintrc's releases.

eslintrc: v3.3.3

3.3.3 (2025-11-28)

Bug Fixes

  • release v3.3.3 because publishing v3.3.2 failed (#211) (8aa555a)

eslintrc: v3.3.2

3.3.2 (2025-11-25)

Bug Fixes

  • Remove name property from all and recommended configs (#200) (344da49)
Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.3 (2025-11-28)

Bug Fixes

  • release v3.3.3 because publishing v3.3.2 failed (#211) (8aa555a)

3.3.2 (2025-11-25)

Bug Fixes

  • Remove name property from all and recommended configs (#200) (344da49)
Commits
  • fdb5298 chore: release 3.3.3 🚀 (#212)
  • 8aa555a fix: release v3.3.3 because publishing v3.3.2 failed (#211)
  • a8b773d chore: release 3.3.2 🚀 (#204)
  • 85244bb chore: switch to googleapis/release-please-action (#208)
  • d356360 docs: Update README sponsors
  • 116bf03 chore: update js-yaml to version 4.1.1 (#207)
  • 16e8d20 docs: Update README sponsors
  • 3b089ac chore: update .gitignore to exclude shared workflows (#206)
  • 1f6e2d1 docs: Update README sponsors
  • 785c00b docs: Update README sponsors
  • 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/eslintrc since your current version.


Updates @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.48.1 (2025-12-02)

🩹 Fixes

  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)

🩹 Fixes

  • typescript-estree: disallow binding patterns in parameter properties (#11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 8fe3445 chore(release): publish 8.48.1
  • 5ac66a6 fix(eslint-plugin): revert "[no-redundant-type-constituents] use assignabilit...
  • 906cc3c fix(eslint-plugin): [restrict-template-expressions] check base types in allow...
  • 16cf0f7 test(eslint-plugin): [consistent-type-exports] add more shadowed imports test...
  • 0db02ac fix(eslint-plugin): honor ignored base types on generic classes (#11767)
  • bb9ba53 fix(eslint-plugin): [consistent-type-exports] check value flag before resolvi...
  • 6fb1551 chore(release): publish 8.48.0
  • d26e9de chore(eslint-plugin): correct TODO comment on the wrong line (#11773)
  • 5f04910 fix(typescript-estree): disallow binding patterns in parameter properties (#1...
  • a4dc42a chore: migrate to nx 22 (#11780)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.47.0 to 8.48.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.48.1 (2025-12-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vitest/coverage-v8 from 4.0.13 to 4.0.15

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.14

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates pino-pretty from 13.1.2 to 13.1.3

Release notes

Sourced from pino-pretty's releases.

v13.1.3

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v13.1.2...v13.1.3

Commits
  • 08425cd v13.1.3
  • 6afb524 fix: messageFormat print 0 value (#635)
  • 70c73ea build(deps): bump fast-copy from 3.0.2 to 4.0.0 (#637)
  • 2cd9794 build(deps): bump actions/checkout from 5 to 6 (#636)
  • c06e276 Update format-time.js documentation to match functionality (#632)
  • 47ffb45 build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 (#629)
  • 932af85 build(deps-dev): bump pino from 9.14.0 to 10.1.0 (#628)
  • 6d48318 build(deps-dev): bump borp from 0.20.2 to 0.21.0 (#627)
  • 3b89a0c build(deps): bump actions/setup-node from 4 to 6 (#626)
  • ab0ccab Add in the README file a snippet to use pino-pretty only for dev (#623)
  • See full diff in compare view

Updates prettier from 3.6.2 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits
  • 7848357 Release 3.7.4
  • 7686c59 Release @​prettier/plugin-hermes & @​prettier/plugin-oxc v0.1.3
  • fe49434 Remove dead code checking union/intersection types length (#18396)
  • ca02b37 Fix unstable comment print (#18395)
  • 7efb988 Fix comment in union type get duplicated (#18393)
  • cfa92c1 Update dependency @​angular/compiler to v21.0.2 (#18392)
  • 1de2737 Update dependency yaml to v2.8.2 (#18391)
  • 706aa4e Switch js parse postprocess to onEnter (#18382)
  • <...

    Description has been truncated

…ry with 11 updates

Bumps the minor-patch-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cron](https://github.com/kelektiv/node-cron) | `4.3.4` | `4.3.5` |
| [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `9.3.2` | `9.4.0` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.1` | `3.3.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.47.0` | `8.48.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.47.0` | `8.48.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.13` | `4.0.15` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.2` | `13.1.3` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `5.2.0` | `5.3.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.13` | `4.0.15` |



Updates `cron` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v4.3.4...v4.3.5)

Updates `@cspell/eslint-plugin` from 9.3.2 to 9.4.0
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.4.0/packages/cspell-eslint-plugin)

Updates `@eslint/eslintrc` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.3.1...eslintrc-v3.3.3)

Updates `@typescript-eslint/eslint-plugin` from 8.47.0 to 8.48.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.47.0 to 8.48.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/parser)

Updates `@vitest/coverage-v8` from 4.0.13 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/coverage-v8)

Updates `pino-pretty` from 13.1.2 to 13.1.3
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v13.1.2...v13.1.3)

Updates `prettier` from 3.6.2 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.7.4)

Updates `tsx` from 4.20.6 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.6...v4.21.0)

Updates `type-fest` from 5.2.0 to 5.3.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v5.2.0...v5.3.1)

Updates `vitest` from 4.0.13 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest)

---
updated-dependencies:
- dependency-name: cron
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: "@cspell/eslint-plugin"
  dependency-version: 9.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: type-fest
  dependency-version: 5.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: vitest
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2025
@github-actions github-actions Bot merged commit 5ebe579 into main Dec 8, 2025
10 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/main/minor-patch-dependencies-730c72ead5 branch December 8, 2025 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants