Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@bufbuild/protoc-gen-es (source) 1.10.0 -> 1.10.1 age confidence
@changesets/cli (source) 2.27.12 -> 2.29.6 age confidence
@changesets/cli (source) 2.29.4 -> 2.29.6 age confidence
@rushstack/heft (source) ^0.68.0 -> ^0.74.0 age confidence
@types/node (source) 20.17.17 -> 20.19.11 age confidence
@types/node (source) 22.15.29 -> 22.17.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.32.1 -> 8.39.1 age confidence
@typescript-eslint/parser (source) 8.32.1 -> 8.39.1 age confidence
eslint-config-next (source) 15.3.2 -> 15.4.6 age confidence
eslint-config-prettier 10.1.5 -> 10.1.8 age confidence
eslint-config-turbo (source) 2.5.3 -> 2.5.6 age confidence
eslint-plugin-import 2.31.0 -> 2.32.0 age confidence
eslint-plugin-n 17.18.0 -> 17.21.3 age confidence
eslint-plugin-prettier 5.4.0 -> 5.5.4 age confidence
happy-dom 17.0.2 -> 17.6.3 age confidence
prettier (source) 3.5.0 -> 3.6.2 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
tsup (source) 8.3.6 -> 8.5.0 age confidence
turbo (source) 2.5.3 -> 2.5.6 age confidence
typedoc (source) ^0.27.0 -> ^0.28.0 age confidence
typescript (source) 5.7.x -> 5.9.x age confidence
typescript (source) 5.7.3 -> 5.9.2 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence
vitest (source) 3.0.5 -> 3.2.4 age confidence
vitest (source) 3.1.3 -> 3.2.4 age confidence

Release Notes

bufbuild/protobuf-es (@​bufbuild/protoc-gen-es)

v1.10.1

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.10.0...v1.10.1

changesets/changesets (@​changesets/cli)

v2.29.6

Compare Source

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes
microsoft/rushstack (@​rushstack/heft)

v0.74.2

Compare Source

Fri, 01 Aug 2025 00:12:48 GMT

Version update only

v0.74.1

Compare Source

Wed, 23 Jul 2025 20:55:57 GMT

Version update only

v0.74.0

Compare Source

Sat, 21 Jun 2025 00:13:15 GMT

Minor changes
  • Added support for task and phase lifecycle events, taskStart, taskFinish, phaseStart, phaseFinish.

v0.73.6

Compare Source

Tue, 13 May 2025 02:09:20 GMT

Version update only

v0.73.5

Compare Source

Thu, 01 May 2025 15:11:33 GMT

Version update only

v0.73.4

Compare Source

Thu, 01 May 2025 00:11:12 GMT

Version update only

v0.73.3

Compare Source

Fri, 25 Apr 2025 00:11:32 GMT

Version update only

v0.73.2

Compare Source

Mon, 21 Apr 2025 22:24:25 GMT

Version update only

v0.73.1

Compare Source

Thu, 17 Apr 2025 00:11:21 GMT

Patches
  • Update documentation for extends

v0.73.0

Compare Source

Tue, 15 Apr 2025 15:11:57 GMT

Minor changes
  • Add globAsync to task run options.

v0.72.0

Compare Source

Wed, 09 Apr 2025 00:11:02 GMT

Minor changes
  • Add a method tryLoadProjectConfigurationFileAsync<TConfigFile>(options, terminal) to HeftConfiguration.

v0.71.2

Compare Source

Fri, 04 Apr 2025 18:34:35 GMT

Version update only

v0.71.1

Compare Source

Tue, 25 Mar 2025 15:11:15 GMT

Version update only

v0.71.0

Compare Source

Wed, 12 Mar 2025 22:41:36 GMT

Minor changes
  • Add a numberOfCores property to HeftConfiguration.

v0.70.1

Compare Source

Wed, 12 Mar 2025 00:11:31 GMT

Patches
  • Revert useNodeJSResolver: true to deal with plugins that have an exports field that doesn't contain ./package.json.

v0.70.0

Compare Source

Tue, 11 Mar 2025 02:12:33 GMT

Minor changes
  • Use useNodeJSResolver: true in Import.resolvePackage calls.

v0.69.3

Compare Source

Tue, 11 Mar 2025 00:11:25 GMT

Version update only

v0.69.2

Compare Source

Sat, 01 Mar 2025 05:00:09 GMT

Version update only

v0.69.1

Compare Source

Thu, 27 Feb 2025 01:10:39 GMT

Version update only

v0.69.0

Compare Source

Wed, 26 Feb 2025 16:11:11 GMT

Minor changes
  • Expose watchFs on the incremental run options for tasks to give more flexibility when having Heft perform file watching than only invoking globs directly.

v0.68.18

Compare Source

Sat, 22 Feb 2025 01:11:11 GMT

Version update only

v0.68.17

Compare Source

Wed, 19 Feb 2025 18:53:48 GMT

Version update only

v0.68.16

Compare Source

Wed, 12 Feb 2025 01:10:52 GMT

Version update only

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.39.1

Compare Source

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

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

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

Compare Source

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

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

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.1

Compare Source

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

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

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

v8.33.0

Compare Source

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

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.39.1

Compare Source

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.

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.38.0

Compare Source

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.

v8.37.0

Compare Source

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.

v8.36.0

Compare Source

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.

v8.35.1

Compare Source

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.

v8.35.0

Compare Source

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.

v8.34.1

Compare Source

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.

v8.34.0

Compare Source

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.

v8.33.1

Compare Source

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.

v8.33.0

Compare Source

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.

vercel/next.js (eslint-config-next)

v15.4.6

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#​82347)
  • fix: add ?dpl to fonts in /_next/static/media (#​82384)
Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

v15.4.5

Compare Source

v15.4.4

Compare Source

v15.4.3

Compare Source

v15.4.2

Compare Source

v15.4.1

Compare Source

v15.4.0

Compare Source

v15.3.5

Compare Source

v15.3.4

Compare Source

v15.3.3

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Reinstate vary (#​79939)
  • fix(next-swc): Fix interestingness detection for React Compiler (#​79558)
  • fix(next-swc): Fix react compiler usefulness detector (#​79480)
  • fix(dev-overlay): Better handle edge-case file paths in launchEditor (#​79526)
  • Client router should discard stale prefetch entries for static pages (#​79362)
Credits

Huge thanks to @​gaojude, @​kdy1, @​bgw, and @​unstubbable for helping!

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.8

Compare Source

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

10.0.3

Patch Changes

10.0.2

Patch Changes

10.0.0

Major Changes

Versions before 10.0.0

Version 9.1.0 (2023-12-02)
  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
Version 9.0.0 (2023-08-05)
  • Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG][ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
  • Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!
Version 8.10.0 (2023-08-03)
  • Added: [max-statements-per-line]. Thanks to @​Zamiell!
Version 8.9.0 (2023-07-27)
  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
Version 8.8.0 (2023-03-20)
  • Added: [@​typescript-eslint/lines-around-comment]. Thanks to @​ttionya!
Version 8.7.0 (2023-03-06)
  • Added: [@​typescript-eslint/block-spacing]. Thanks to @​ttionya!
  • Added: [@​typescript-eslint/key-spacing]. Thanks to @​ttionya!
Version 8.6.0 (2023-01-02)
  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!
Version 8.5.0 (2022-03-02)
  • Added: [@​typescript-eslint/space-before-blocks]. Thanks to Masafumi Koba (@​ybiquitous)!
Version 8.4.0 (2022-02-19)
Version 8.3.0 (2021-04-24)
  • Added: Support for [@​babel/eslint-plugin]. Thanks to Chip Zhang (@​ChipZhang) for the heads-up! ([eslint-plugin-babel] is still supported, too.)
Version 8.2.0 (2021-04-13)
  • Added: [flowtype/quotes]. Thanks to Martin Zlámal (@​mrtnzlml)!
Version 8.1.0 (2021-02-24)
  • Added: [flowtype/object-type-curly-spacing].
  • Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to gui

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jun 1, 2025

⚠️ No Changeset found

Latest commit: 1b5a652

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from d2b6487 to 76fae18 Compare June 6, 2025 17:09
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 65bef48 to 0765112 Compare June 16, 2025 17:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from d36d9cb to 1943755 Compare June 23, 2025 19:26
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from a2ac312 to 173a4b8 Compare June 27, 2025 05:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from ea63f2b to a7e9c7b Compare July 24, 2025 21:05
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from daeaaa8 to 022cc1e Compare August 1, 2025 18:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 2be51a9 to 10f1c1f Compare August 11, 2025 18:54
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 3647437 to 982055a Compare August 16, 2025 18:39
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 982055a to 1b5a652 Compare August 18, 2025 03:23
@davidzhao davidzhao merged commit c4f195a into main Aug 18, 2025
13 checks passed
@davidzhao davidzhao deleted the renovate/devdependencies-(non-major) branch August 18, 2025 03:37
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.

2 participants