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

Pin dependencies #58

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Pin dependencies #58

merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@eslint/js (source) devDependencies pin ^9.14.0 -> 9.16.0 age adoption passing confidence
@playcanvas/react (source) dependencies minor ^0.1.22 -> ^0.1.22 || ^0.2.0 age adoption passing confidence
@tailwindcss/postcss (source) devDependencies pin ^4.0.0-beta.2 -> 4.0.0-beta.9 age adoption passing confidence
@types/node (source) devDependencies patch 22.10.6 -> 22.10.10 age adoption passing confidence
@types/react (source) devDependencies patch 19.0.0 -> 19.0.8 age adoption passing confidence
@types/react (source) devDependencies pin ^18.3.12 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) devDependencies patch 19.0.0 -> 19.0.3 age adoption passing confidence
@types/react-dom (source) devDependencies pin ^18.3.1 -> 18.3.1 age adoption passing confidence
autoprefixer devDependencies pin ^10.4.20 -> 10.4.20 age adoption passing confidence
eslint (source) devDependencies pin ^9.14.0 -> 9.16.0 age adoption passing confidence
eslint-plugin-react devDependencies pin ^7.37.2 -> 7.37.4 age adoption passing confidence
eslint-plugin-react-compiler (source) devDependencies pin ^19.0.0-beta-63b359f-20241101 -> 19.0.0-beta-df7b47d-20241124 age adoption passing confidence
globals devDependencies pin ^15.12.0 -> 15.13.0 age adoption passing confidence
globby devDependencies pin ^14.0.2 -> 14.0.2 age adoption passing confidence
leva (source) dependencies minor ^0.9.35 -> ^0.9.35 || ^0.10.0 age adoption passing confidence
leva (source) dependencies minor ^0.9.35 -> ^0.9.35 || ^0.10.0 age adoption passing confidence
lucide-react (source) dependencies minor ^0.465.0 -> ^0.465.0 || ^0.474.0 age adoption passing confidence
pagefind devDependencies pin ^1.2.0 -> 1.2.0 age adoption passing confidence
postcss (source) devDependencies pin ^8.4.49 -> 8.4.49 age adoption passing confidence
tailwindcss (source) devDependencies pin ^4.0.0-beta.2 -> 4.0.0-beta.9 age adoption passing confidence
type-fest devDependencies pin ^4.26.1 -> 4.32.0 age adoption passing confidence
typescript (source) devDependencies pin ^5.6.3 -> 5.7.3 age adoption passing confidence
typescript-eslint (source) devDependencies pin ^8.12.2 -> 8.16.0 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

playcanvas/react (@​playcanvas/react)

v0.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/playcanvas/react/commits/v0.2.0

pmndrs/leva (leva)

v0.10.0

Compare Source

Minor Changes
  • b9c6376: feat: use Pointer Lock API for Number input
  • 3d4a620: feat!: React 18 and 19 support
lucide-icons/lucide (lucide-react)

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.1: Hotfix Lucide React exports

Compare Source

What's Changed

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨
Modified Icons 🔨

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

v0.468.0: New icons 0.468.0

Compare Source

New icons 🎨

v0.467.0: New icons 0.467.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.466.0: New icons 0.466.0

Compare Source

New icons 🎨

Modified Icons 🔨


Configuration

📅 Schedule: Branch creation - "on monday at 10:00am" (UTC), 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.

@marklundin marklundin merged commit 0ee10a4 into main Jan 27, 2025
4 checks passed
@marklundin marklundin deleted the renovate/all-npm-dependencies branch January 27, 2025 10:47
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