Skip to content

Update all npm dependencies #140

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 4 commits into from
Jun 2, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.25.1 -> 9.28.0 age adoption passing confidence devDependencies minor
@tailwindcss/postcss (source) 4.1.4 -> 4.1.8 age adoption passing confidence devDependencies patch
@testing-library/dom ^10.4.0 -> 10.4.0 age adoption passing confidence devDependencies pin
@testing-library/jest-dom ^6.6.3 -> 6.6.3 age adoption passing confidence devDependencies pin
@testing-library/react ^16.3.0 -> 16.3.0 age adoption passing confidence devDependencies pin
@types/node (source) 22.15.3 -> 22.15.29 age adoption passing confidence devDependencies patch
@types/react (source) ^19.1.0 -> 19.1.2 age adoption passing confidence devDependencies pin
@types/react (source) 19.1.2 -> 19.1.6 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.1.1 -> 19.1.5 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^19.1.0 -> 19.1.2 age adoption passing confidence devDependencies pin
@types/react-dom (source) 19.1.2 -> 19.1.5 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) ^4.2.1 -> 4.4.1 age adoption passing confidence devDependencies pin
@vitest/coverage-v8 (source) ^3.1.2 -> 3.1.4 age adoption passing confidence devDependencies pin
eslint (source) 9.25.1 -> 9.28.0 age adoption passing confidence devDependencies minor
globals 16.0.0 -> 16.2.0 age adoption passing confidence devDependencies minor
jsdom ^26.1.0 -> 26.1.0 age adoption passing confidence devDependencies pin
lucide-react (source) ^0.503.0 -> ^0.503.0 || ^0.511.0 age adoption passing confidence dependencies minor
next (source) 15.3.1 -> 15.3.3 age adoption passing confidence devDependencies patch
next (source) 15.3.1 -> 15.3.3 age adoption passing confidence dependencies patch
next-mdx-remote-client 2.1.1 -> 2.1.2 age adoption passing confidence dependencies patch
nextra 4.3.0-alpha.21 -> 4.3.0-alpha.22 age adoption passing confidence devDependencies patch
nextra-theme-docs 4.3.0-alpha.21 -> 4.3.0-alpha.22 age adoption passing confidence devDependencies patch
pkg-pr-new (source) 0.0.43 -> 0.0.51 age adoption passing confidence devDependencies patch
playcanvas (source) 2.7.3 -> 2.7.7 age adoption passing confidence dependencies patch
pnpm (source) 10.11.0 -> 10.11.1 age adoption passing confidence packageManager patch
postcss (source) 8.5.3 -> 8.5.4 age adoption passing confidence devDependencies patch
shadcn (source) ^2.6.0-canary.2 -> 2.6.0-canary.2 age adoption passing confidence devDependencies pin
tailwindcss (source) 4.1.4 -> 4.1.8 age adoption passing confidence devDependencies patch
tsc-alias (source) ^1.8.16 -> 1.8.16 age adoption passing confidence devDependencies pin
tw-animate-css ^1.3.0 -> 1.3.0 age adoption passing confidence devDependencies pin
type-fest 4.40.1 -> 4.41.0 age adoption passing confidence devDependencies minor
typescript (source) ^5.8.3 -> 5.8.3 age adoption passing confidence devDependencies pin
typescript-eslint (source) 8.31.0 -> 8.33.0 age adoption passing confidence devDependencies minor
vitest (source) ^3.1.2 -> 3.1.4 age adoption passing confidence devDependencies pin

Release Notes

eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.8

Compare Source

Added
  • Improve error messages when @apply fails (#​18059)
Fixed
  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#​18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#​18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#​18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#​18126)
  • Support Leptos class: attributes when extracting classes (#​18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#​18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#​18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#​18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#​18163)
  • Fix PostCSS crash when calling toJSON() (#​18083)

v4.1.7

Compare Source

Added
  • Upgrade: Migrate bare values to named values (#​18000)
  • Upgrade: Added cache to improve template migration performance (#​18025)
Fixed
  • Allow _ before numbers during candidate extraction (#​17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#​17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#​17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#​17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#​18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#​18020)
  • Ensure classes containing . are properly extracted from Clojure files (#​18038)
  • Upgrade: Fix error when using @import … source(…) (#​17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#​18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#​18025)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)

v4.1.5

Compare Source

Added
  • Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#​17717)
  • Add h-lh / min-h-lh / max-h-lh utilities (#​17790)
  • Transition display, visibility, content-visibility, overlay, and pointer-events when using transition to simplify @starting-style usage (#​17812)
Fixed
  • Don't scan .geojson or .db files for classes by default (#​17700, #​17711)
  • Hide default shadow suggestions when missing default shadow theme keys (#​17743)
  • Replace _ with . in theme suggestions for @utility if surrounded by digits (#​17733)
  • Skip color-mix(…) when opacity is 100% (#​17815)
  • PostCSS: Ensure that errors in imported stylesheets are recoverable (#​17754)
  • Upgrade: Bump all Tailwind CSS related dependencies during upgrade (#​17763)
  • Upgrade: Don't add - to variants starting with @ (#​17814)
  • Upgrade: Don't format stylesheets that didn't change when upgrading (#​17824)
Changed
  • Ignore .hg, .svn, .venv, venv, .yarn, .next, .turbo, .parcel-cache, __pycache__, and .svelte-kit folders by default (can be overridden by @source … rules) (#​17892)
  • @source rules that point inside .hg, .svn, .venv, venv, .yarn, .next, .turbo, .parcel-cache, __pycache__, and .svelte-kit folders no longer consider your .gitignore rules (#​17892)
eslint/eslint (eslint)

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

sindresorhus/globals (globals)

v16.2.0

Compare Source

v16.1.0

Compare Source


lucide-icons/lucide (lucide-react)

v0.511.0: Version 0.511.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.510.0...0.511.0

v0.510.0: Version 0.510.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.509.0...0.510.0

v0.509.0: Version 0.509.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.508.0...0.509.0

v0.508.0: Version 0.508.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.507.0...0.508.0

v0.507.0: Version 0.507.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.506.0...0.507.0

v0.506.0: Version 0.506.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.505.0...0.506.0

v0.505.0: Version 0.505.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.504.0...0.505.0

v0.504.0: Version 0.504.0

Compare Source

What's Changed

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

vercel/next.js (next)

v15.3.3

Compare Source

v15.3.2

Compare Source

ipikuka/next-mdx-remote-client (next-mdx-remote-client)

v2.1.2

Compare Source

The changes made by @​talatkuyuk:

  • Add an announcement for next-mdx-remote-client is recommended in the Next.js canary docs into README.md
  • Update some dependencies and devDependencies
  • Update a test for react injection to imported HelloDave component
  • Add the plugins that I created recently to my plugins in the README.md
shuding/nextra (nextra)

v4.3.0-alpha.22

Compare Source

Minor Changes
  • c93fc48: update zod to v4

    feat(TSDoc): rename generateDocumentation to generateDefinition

    feat(Bleed): pass all props from div element to Bleed, Callout, Banner
    container

    fix(TSDoc): improve TSDoc comments for components

    • Banner
    • Head
    • Search
    • Bleed
    • Callout
    • Cards
    • FileTree
    • Steps
    • Table
    • Tabs
    • Playground
    • TSDoc
    • Layout
    • Navbar

    fix(TSDoc): improve TSDoc comments for functions:

    • nextra
    • generateDefinition
    • useMDXComponents
  • b5fab80: add MDXRemote component docs page
    https://nextra.site/docs/built-ins/mdxremote

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

v0.0.51

Compare Source

v0.0.50

Compare Source

v0.0.49

Compare Source

v0.0.48

Compare Source

v0.0.47

Compare Source

v0.0.46

Compare Source

v0.0.45

Compare Source

v0.0.44

Compare Source

playcanvas/engine (playcanvas)

[v2.7.7](https://redirect.github.com/playcanvas/engine/relea


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 May 19, 2025

Open in StackBlitz

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

commit: 0a6b29e

@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch 9 times, most recently from 5dfaf82 to 56e1953 Compare May 27, 2025 09:00
@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch 11 times, most recently from 2f69adc to 84190ad Compare May 30, 2025 20:51
@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch from 84190ad to 4cf9dac Compare June 2, 2025 07:59
@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch from 4cf9dac to 590912b Compare June 2, 2025 16:09
Copy link
Contributor Author

renovate bot commented Jun 2, 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.

@marklundin marklundin merged commit c115f2c into main Jun 2, 2025
5 checks passed
@marklundin marklundin deleted the renovate/all-npm-dependencies branch June 2, 2025 18:15
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