Skip to content

Update all non-major dependencies#24

Merged
beeequeue merged 1 commit intomainfrom
renovate/all-minor-patch
Jun 1, 2025
Merged

Update all non-major dependencies#24
beeequeue merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide 1.2.39 -> 1.2.45 age adoption passing confidence
@iconify-json/simple-icons 1.2.33 -> 1.2.36 age adoption passing confidence
@unocss/preset-icons (source) 66.0.0 -> 66.1.3 age adoption passing confidence
@unocss/preset-uno (source) 66.0.0 -> 66.1.3 age adoption passing confidence
@unocss/preset-web-fonts (source) 66.0.0 -> 66.1.3 age adoption passing confidence
@unocss/reset (source) 66.0.0 -> 66.1.3 age adoption passing confidence
@unocss/transformer-directives (source) 66.0.0 -> 66.1.3 age adoption passing confidence
@unocss/vite (source) 66.0.0 -> 66.1.3 age adoption passing confidence
es-toolkit (source) 1.36.0 -> 1.38.0 age adoption passing confidence
mutative (source) 1.1.0 -> 1.2.0 age adoption passing confidence
pnpm (source) 10.10.0 -> 10.11.0 age adoption passing confidence
prettier-plugin-svelte 3.3.3 -> 3.4.0 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.11 -> 0.6.12 age adoption passing confidence
svelte (source) 5.28.2 -> 5.33.11 age adoption passing confidence
svelte-check 4.1.6 -> 4.2.1 age adoption passing confidence
vite (source) 6.3.6 -> 6.3.14 age adoption passing confidence

Release Notes

unocss/unocss (@​unocss/preset-icons)

v66.1.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
toss/es-toolkit (es-toolkit)

v1.38.0

Compare Source

Released on May 18th, 2025.

  • Added compatibility functions for bindAll, setWith, memoize, isNative, invokeMap, clone, cloneWith, and sortedLastIndexOf.
  • Enhanced invariant function to accept Error instances and added assert alias.
  • Fixed type definitions and empty array handling in maxBy and minBy.
  • Fixed typo 'Partail' to 'Partial' in findKey type annotation.
  • Enhanced max and min functions to skip NaN, symbol, and null values, and return undefined when all values are skipped.
  • Fixed sparse array handling in compat functions to match Lodash's behavior.
  • Improved test coverage and documentation for various functions.
  • Fixed various documentation issues and typos.

We sincerely thank @​myungjuice, @​scato3, @​uniqueeest, @​YEONDG, @​shren207, @​hyesungoh, @​kms0219kms, @​minjongbaek, @​kristian240, @​D-Sketon, @​Seung-wan, @​jiji-hoon96, @​raon0211, and @​dayongkr for their contributions. We appreciate your great efforts!

v1.37.2

Compare Source

Released on May 4th, 2025.

  • Fixed an issue in es-toolkit/compat's throttle function to match Lodash's behavior by immediately invoking the throttled function when wait time is zero.

v1.37.1

Compare Source

Released on May 3rd, 2025.

  • Fixed a bug in JSR's @es-toolkit/es-toolkit package that prevented importing the camelCase function in Deno.

v1.37.0

Compare Source

Released on May 3rd, 2025.

We sincerely thank @​chldmsqls34, @​umsungjun, @​raon0211, @​dayongkr, @​shren207, @​oror-sine, @​L2HYUNN, @​D-Sketon, @​ariandel-dev, @​Jeong-Rae, and @​beomxtone for their contributions. We appreciate your great efforts!

unadlib/mutative (mutative)

v1.2.0: 1.2.0

Compare Source

What's Changed

Full Changelog: unadlib/mutative@v1.1.0...v1.2.0

pnpm/pnpm (pnpm)

v10.11.0

Compare Source

Minor Changes
  • A new setting added for pnpm init to create a package.json with type=module, when init-type is module. Works as a flag for the init command too #​9463.

  • Added support for Nushell to pnpm setup #​6476.

  • Added two new flags to the pnpm audit command, --ignore and --ignore-unfixable #​8474.

    Ignore all vulnerabilities that have no solution:

    > pnpm audit --ignore-unfixable

    Provide a list of CVE's to ignore those specifically, even if they have a resolution.

    > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
  • Added support for recursively running pack in every project of a workspace #​4351.

    Now you can run pnpm -r pack to pack all packages in the workspace.

Patch Changes
  • pnpm version management should work, when dangerouslyAllowAllBuilds is set to true #​9472.
  • pnpm link should work from inside a workspace #​9506.
  • Set the default workspaceConcurrency to Math.min(os.availableParallelism(), 4) #​9493.
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Read updateConfig from pnpm-workspace.yaml #​9500.
  • Add support for recursive pack
  • Remove url.parse usage to fix warning on Node.js 24 #​9492.
  • pnpm run should be able to run commands from the workspace root, if ignoreScripts is set tot true #​4858.
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.4.0

Compare Source

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.12

Compare Source

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#​366)
sveltejs/svelte (svelte)

v5.33.11

Compare Source

Patch Changes
  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#​16038)

v5.33.10

Compare Source

Patch Changes
  • fix: use fill: 'forwards' on transition animations to prevent flicker (#​16035)

v5.33.9

Compare Source

Patch Changes
  • fix: put expressions in effects unless known to be static (#​15792)

v5.33.8

Compare Source

Patch Changes
  • fix: only select_option if 'value' is in next (#​16032)

v5.33.7

Compare Source

Patch Changes
  • fix: bind:value to select with stores (#​16028)

v5.33.6

Compare Source

Patch Changes
  • fix: falsy attachments on components (#​16021)

  • fix: correctly mark elements as selected during SSR (#​16017)

v5.33.5

Compare Source

Patch Changes
  • fix: handle derived destructured iterators (#​16015)

  • fix: avoid rerunning attachments when unrelated spread attributes change (#​15961)

v5.33.4

Compare Source

Patch Changes
  • fix: narrow defaultChecked to boolean (#​16009)

  • fix: warn when using rest or identifier in custom elements without props option (#​16003)

v5.33.3

Compare Source

Patch Changes
  • fix: allow using typescript in customElement.extend option (#​16001)

  • fix: cleanup event handlers on media elements (#​16005)

v5.33.2

Compare Source

Patch Changes
  • fix: correctly parse escaped unicode characters in css selector (#​15976)

  • fix: don't mark deriveds as clean if updating during teardown (#​15997)

v5.33.1

Compare Source

Patch Changes
  • fix: make deriveds on the server lazy again (#​15964)

v5.33.0

Compare Source

Minor Changes
  • feat: XHTML compliance (#​15538)

  • feat: add fragments: 'html' | 'tree' option for wider CSP compliance (#​15538)

v5.32.2

Compare Source

Patch Changes
  • chore: simplify <pre> cleaning (#​15980)

  • fix: attach __svelte_meta correctly to elements following a CSS wrapper (#​15982)

  • fix: import untrack directly from client in svelte/attachments (#​15974)

v5.32.1

Compare Source

Patch Changes
  • Warn when an invalid <select multiple> value is given (#​14816)

v5.32.0

Compare Source

Minor Changes
  • feat: warn on implicitly closed tags (#​15932)

  • feat: attachments fromAction utility (#​15933)

Patch Changes
  • fix: only re-run directly applied attachment if it changed (#​15962)

v5.31.1

Compare Source

Patch Changes
  • fix: avoid auto-parenthesis for special-keywords-only MediaQuery (#​15937)

v5.31.0

Compare Source

Minor Changes
  • feat: allow state fields to be declared inside class constructors (#​15820)
Patch Changes
  • fix: Add missing AttachTag in Tag union type inside the AST namespace from "svelte/compiler" (#​15946)

v5.30.2

Compare Source

Patch Chang

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies label Jun 1, 2025
@beeequeue beeequeue merged commit a6b3613 into main Jun 1, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 1, 2025 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant