Skip to content

chore(deps): update devdependencies (non-major)#431

Merged
lukasIO merged 1 commit into
mainfrom
renovate/devdependencies-(non-major)
May 16, 2025
Merged

chore(deps): update devdependencies (non-major)#431
lukasIO merged 1 commit into
mainfrom
renovate/devdependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bufbuild/protoc-gen-es (source) 1.10.0 -> 1.10.1 age adoption passing confidence
@changesets/cli (source) 2.27.12 -> 2.29.4 age adoption passing confidence
@rushstack/heft (source) ^0.68.0 -> ^0.73.0 age adoption passing confidence
@types/node (source) 20.17.17 -> 20.17.47 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.23.0 -> 8.32.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.23.0 -> 8.32.1 age adoption passing confidence
eslint-config-next (source) 15.1.6 -> 15.3.2 age adoption passing confidence
eslint-config-prettier 10.0.1 -> 10.1.5 age adoption passing confidence
eslint-config-turbo (source) 2.4.0 -> 2.5.3 age adoption passing confidence
eslint-plugin-n 17.15.1 -> 17.18.0 age adoption passing confidence
eslint-plugin-prettier 5.2.3 -> 5.4.0 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
happy-dom 17.0.2 -> 17.4.7 age adoption passing confidence
prettier (source) 3.5.0 -> 3.5.3 age adoption passing confidence
tsup (source) 8.3.6 -> 8.5.0 age adoption passing confidence
turbo (source) 2.4.0 -> 2.5.3 age adoption passing confidence
typedoc (source) ^0.27.0 -> ^0.28.0 age adoption passing confidence
typescript (source) 5.7.x -> 5.8.x age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.3 age adoption passing confidence
vitest (source) 3.0.5 -> 3.1.3 age adoption passing 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.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.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.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

v8.28.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#​10861)
🩹 Fixes
  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#​10986)
❤️ Thank You

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

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

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

v8.32.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.32.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.31.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.31.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.30.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.30.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.29.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.29.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.28.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.27.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.26.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.26.0

Compare Source

🚀 Features
❤️ Thank You

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

[v8.25.0](https://redirect.github.com/typescript-


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

changeset-bot Bot commented Mar 1, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1491d2a

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 14 times, most recently from 76d6318 to a9da395 Compare March 8, 2025 01:37
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 6bd3cac to 354e155 Compare March 13, 2025 18:19
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 03b2d60 to 2d867f5 Compare March 21, 2025 11:47
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from 4d4b775 to a4b8eb0 Compare April 8, 2025 14:36
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from aff6584 to 0a8c7fb Compare April 15, 2025 18:43
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from aa13fb5 to e0b781f Compare April 23, 2025 22:41
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 3f1d4a1 to 7ea1c0a Compare April 25, 2025 16:42
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.

1 participant