chore(deps): update npm #59
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.25.0->^9.25.1^0.501.0->^0.503.0^9.25.0->^9.25.110.8.1->10.9.0^1.236.2->^1.236.3^1.2.7->^1.2.8^8.30.1->^8.31.0Release Notes
eslint/eslint (@eslint/js)
v9.25.1Compare Source
lucide-icons/lucide (@lucide/svelte)
v0.503.0: Version 0.503.0Compare Source
What's Changed
file-badge-2icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2933wifi-penicon by @luisdlopera in https://github.com/lucide-icons/lucide/pull/2576New Contributors
Full Changelog: lucide-icons/lucide@0.502.0...0.503.0
v0.502.0: Version 0.502.0Compare Source
What's Changed
calendar-plusicon by @jguddas in https://github.com/lucide-icons/lucide/pull/3085book-keyicon by @jguddas in https://github.com/lucide-icons/lucide/pull/3062clipboard-pasteicon by @jguddas in https://github.com/lucide-icons/lucide/pull/3075orbiticon by @jguddas in https://github.com/lucide-icons/lucide/pull/3074babyicon by @jguddas in https://github.com/lucide-icons/lucide/pull/3073ruler-dimension-lineicon by @jguddas in https://github.com/lucide-icons/lucide/pull/2535New Contributors
Full Changelog: lucide-icons/lucide@0.501.0...0.502.0
eslint/eslint (eslint)
v9.25.1Compare Source
pnpm/pnpm (pnpm)
v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json:{ "dependencies": { "@​foo/bar": "jsr:^0.1.2" } }When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
{ "dependencies": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting is not defined.Added a new setting,
dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.PostHog/posthog-js (posthog-js)
v1.236.3Compare Source
Wombosvideo/tw-animate-css (tw-animate-css)
v1.2.8Changelog
45b576d: fix(ci): add line break after 'NOTE'4ef0cd2: docs: fix file names for transformsfffea2e: docs: add missing link definitionsb4d57b6: fix: separate accordion and collapisble keyframes #29 (thanks @nrjdalal)0224c22: chore: bump version to 1.2.8typescript-eslint/typescript-eslint (typescript-eslint)
v8.31.0Compare Source
🩹 Fixes
config()around global ignores (#11065)❤️ Thank You
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.