Skip to content

Update all npm dependencies #105

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.24.0 -> 9.25.1 age adoption passing confidence devDependencies minor
@tailwindcss/postcss (source) 4.1.3 -> 4.1.4 age adoption passing confidence devDependencies patch
@types/node (source) 22.14.0 -> 22.15.3 age adoption passing confidence devDependencies minor
@types/react (source) ^19.1.0 -> 19.1.2 age adoption passing confidence devDependencies pin
@types/react-dom (source) 19.1.1 -> 19.1.2 age adoption passing confidence devDependencies patch
eslint (source) 9.24.0 -> 9.25.1 age adoption passing confidence devDependencies minor
eslint-plugin-react-compiler (source) 19.0.0-beta-e993439-20250405 -> 19.0.0-beta-ebf51a3-20250411 age adoption passing confidence devDependencies patch
lucide-react (source) ^0.465.0 || ^0.474.0 || ^0.475.0 || ^0.487.0 -> ^0.465.0 || ^0.474.0 || ^0.475.0 || ^0.487.0 || ^0.503.0 age adoption passing confidence dependencies minor
next (source) 15.2.4 -> 15.3.1 age adoption passing confidence devDependencies minor
next (source) 15.2.4 -> 15.3.1 age adoption passing confidence dependencies minor
nextra ^4.3.0-alpha.21 -> 4.3.0-alpha.21 age adoption passing confidence devDependencies pin
nextra-theme-docs ^4.3.0-alpha.21 -> 4.3.0-alpha.21 age adoption passing confidence devDependencies pin
pkg-pr-new (source) 0.0.42 -> 0.0.43 age adoption passing confidence devDependencies patch
playcanvas (source) 2.7.1 -> 2.7.3 age adoption passing confidence dependencies patch
tailwindcss (source) 4.1.3 -> 4.1.4 age adoption passing confidence devDependencies patch
type-fest 4.39.1 -> 4.40.1 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.29.1 -> 8.31.0 age adoption passing confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.25.1

Compare Source

v9.25.0

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.4

Compare Source

Added
  • Add experimental @tailwindcss/oxide-wasm32-wasi target for running Tailwind in browser environments like StackBlitz (#​17558)
Fixed
  • Ensure color-mix(…) polyfills do not cause used CSS variables to be removed (#​17555)
  • Ensure color-mix(…) polyfills create fallbacks for theme variables that reference other theme variables (#​17562)
  • Fix brace expansion in declining ranges like {10..0..5} and {0..10..-5} (#​17591)
  • Work around a Chrome rendering bug when using the skew-* utilities (#​17627)
  • Ensure container query variant names can contain hyphens (#​17628)
  • Ensure shadow-inherit, inset-shadow-inherit, drop-shadow-inherit, and text-shadow-inherit inherit the shadow color (#​17647)
  • Ensure compatibility with array tuples used in fontSize JS theme keys (#​17630)
  • Ensure folders with binary file extensions in their names are scanned for utilities (#​17595)
  • Upgrade: Convert fontSize array tuple syntax to CSS theme variables (#​17630)
eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

facebook/react (eslint-plugin-react-compiler)

v19.0.0-beta-ebf51a3-20250411

Compare Source

lucide-icons/lucide (lucide-react)

v0.503.0: Version 0.503.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.502.0...0.503.0

v0.502.0: Version 0.502.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.501.0...0.502.0

v0.501.0: Version 0.501.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.500.0...0.501.0

v0.500.0

Compare Source

v0.499.0: Version 0.499.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.498.0...0.499.0

v0.498.0: Version 0.498.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.497.0...0.498.0

v0.497.0: Version 0.497.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.496.0...0.497.0

v0.496.0: Version 0.496.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.495.0...0.496.0

v0.495.0: Version 0.495.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.494.0...0.495.0

v0.494.0: Version 0.494.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.493.0...0.494.0

v0.493.0: Version 0.493.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.492.0...0.493.0

v0.492.0: Version 0.492.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.491.0...0.492.0

v0.491.0: Version 0.491.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.490.0...0.491.0

v0.490.0: Version 0.490.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.489.0...0.490.0

v0.489.0: Version 0.489.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.488.0...0.489.0

v0.488.0: Version 0.488.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.487.0...0.488.0

vercel/next.js (next)

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.5

Compare Source

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.43

Compare Source

playcanvas/engine (playcanvas)

v2.7.3

Compare Source

Bug Fixes
  • Improve Texture JSDocs (and some others) (#​7595)
  • [FIX] Restore callback descriptions (#​7607)
  • Improve JSDocs for CameraComponent
  • Histogram sort for uncompressed gsplat (#​7596)
  • Gsplat render fix for wgpu (#​7609)

Full Changelog: playcanvas/engine@v2.7.2...v2.7.3

v2.7.2

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.7.1...v2.7.2

sindresorhus/type-fest (type-fest)

v4.40.1

Compare Source

  • PartialDeep: Fix behaviour with functions containing properties (#​1108) 86a3a69
  • CamelCasedPropertiesDeep / DelimiterCasedPropertiesDeep / KebabCasedPropertiesDeep / PascalCasedPropertiesDeep / SnakeCasedPropertiesDeep: Fix behaviour when property value is unknown (#​1112) cfcf9ec

v4.40.0

Compare Source


typescript-eslint/typescript-eslint (typescript-eslint)

v8.31.0

Compare Source

🩹 Fixes
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#​11070)
  • typescript-eslint: address bugs in config() around global ignores (#​11065)
❤️ Thank You

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

v8.30.1

Compare Source

This was a version bump only for typescript-eslint 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 typescript-eslint to align it with other projects, there were no code changes.

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


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 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.

Copy link

pkg-pr-new bot commented Apr 22, 2025

Open in StackBlitz

npm i https://pkg.pr.new/playcanvas/react/@playcanvas/react@105

commit: d34a5b7

@marklundin marklundin changed the base branch from main to feat-new-grid April 22, 2025 11:09
@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch from dddacb6 to a9f7e18 Compare April 23, 2025 19:52
@renovate renovate bot changed the base branch from feat-new-grid to main April 23, 2025 19:52
@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch 5 times, most recently from c5df59a to 0f72f94 Compare April 26, 2025 22:43
@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch from 0f72f94 to d34a5b7 Compare April 28, 2025 07:40
@marklundin marklundin merged commit 0dd5630 into main Apr 28, 2025
6 checks passed
@marklundin marklundin deleted the renovate/all-npm-dependencies branch April 28, 2025 09:34
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