Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): dev dependencies (npm) (major) #1004

Merged
merged 3 commits into from
Feb 18, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.17.19 -> ^22.0.0 age adoption passing confidence
eslint-plugin-unicorn ^56.0.1 -> ^57.0.0 age adoption passing confidence
react-keyed-flatten-children ^2.2.1 -> ^5.0.0 age adoption passing confidence
typescript (source) ^4.9.5 -> ^5.0.0 age adoption passing confidence

Release Notes

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v57.0.0

Compare Source

grrowl/react-keyed-flatten-children (react-keyed-flatten-children)

v5.0.0

Compare Source

Move react-is to a peer dependency so we can support all react versions in a single version. (thanks @​imjordanxd!)

v4.0.0

Compare Source

React 19 support! (thanks for the help @​bmv437, @​benface)

v3.2.0

Compare Source

Revert react-is bump, since it breaks React 18! Sorry!

Fix to README.md example (thanks @​nilportugues)

v3.1.0

Compare Source

Bump react-is to fix React 19 compatability

v3.0.2

Compare Source

Bump braces from 3.0.2 to 3.0.3

Migrate yarn.lock to package-lock.json

v3.0.1

Compare Source

Bump micromatch from 4.0.5 to 4.0.8

v3.0.0

Compare Source

Convert to ESM by default.

Transpile to ES2015.

CommonJS now uses module.exports rather than exports.default. This
allows for importing in CommonJS without requiring explicit default. e.g.

// Previous:
const flattenChildren = require("react-keyed-flatten-children");
flattenChildren.default(children);
// Now:
const flattenChildren = require("react-keyed-flatten-children");
flattenChildren(children);

(thanks @​will-stone)

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "after 1pm on Monday" in timezone Australia/Brisbane, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Sorry, something went wrong.

@renovate renovate bot requested a review from a team as a code owner December 2, 2024 07:24
Copy link

changeset-bot bot commented Dec 2, 2024

⚠️ No Changeset found

Latest commit: 20279a7

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/major-dev-dependencies-(npm) branch 4 times, most recently from d76cfa0 to 9136d78 Compare December 9, 2024 21:50
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch 8 times, most recently from 3fd4c54 to 94a7e61 Compare January 14, 2025 23:53
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch 6 times, most recently from 7bff8ec to fd363f7 Compare January 29, 2025 06:53
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch 7 times, most recently from ff904bd to 175a122 Compare February 5, 2025 03:03
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch 3 times, most recently from ed8e7de to d6b2eab Compare February 6, 2025 12:46
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch 5 times, most recently from 45fda8f to 2d06f9b Compare February 10, 2025 22:57
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch 2 times, most recently from 8582699 to edb1596 Compare February 18, 2025 04:29

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(npm) branch from edb1596 to 681985f Compare February 18, 2025 04:39

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Copy link
Contributor Author

renovate bot commented Feb 18, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Member

@skinread skinread left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignoring upgrades to eslint-plugin-unicorn and react-keyed-flatten-children

@skinread skinread merged commit 9e4920c into main Feb 18, 2025
5 checks passed
@skinread skinread deleted the renovate/major-dev-dependencies-(npm) branch February 18, 2025 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant