fix(deps): update all non-major dependencies #1082
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:
^2.27.12->^2.28.1^9.19.0->^9.20.0^3.0.1->^3.1.0^2.17.1->^2.17.2^22.13.1->^22.13.420.17.17->20.17.19^0.87.4->^0.87.5^13.1.0->^13.2.0^1.7.5->^1.8.0^9.19.0->^9.20.1^15.14.0->^15.15.010.2.0->10.4.1^8.5.1->^8.5.3^3.4.2->^3.5.1^0.3.2->^0.3.6^1.83.4->^1.85.0^3.0.0->^3.0.1^5.19.7->^5.20.2^8.23.0->^8.24.1^6.0.11->^6.1.1^3.0.5->^3.0.6Release Notes
changesets/changesets (@changesets/cli)
v2.28.1Compare Source
Patch Changes
b9df596]:v2.28.0Compare Source
eslint/eslint (@eslint/js)
v9.20.0Compare Source
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin-js)
v3.1.0Compare Source
Features
sveltejs/kit (@sveltejs/kit)
v2.17.2Compare Source
Patch Changes
fix: add promise return type to the
enhanceaction callback (#13420)fix: change server-side route resolution endpoint (#13461)
carbon-design-system/carbon-components-svelte (carbon-components-svelte)
v0.87.5Compare Source
carbon-design-system/carbon-icons-svelte (carbon-icons-svelte)
v13.2.0Compare Source
Features
@carbon/iconsto v11.55.0 (net +18 icons)expressjs/compression (compression)
v1.8.0Compare Source
==================
res.headersSentwhen available_implicitHeaderwithwriteHeadpropertyAccept-Encodingheadereslint/eslint (eslint)
v9.20.1Compare Source
v9.20.0Compare Source
sindresorhus/globals (globals)
v15.15.0Compare Source
445df81pnpm/pnpm (pnpm)
v10.4.1Compare Source
Patch Changes
--allow-buildoption overlaps with thepnpm.ignoredBuildDependencieslist #9105.init-package-managershould work.v10.4.0Compare Source
Minor Changes
pnpm approve-builds --globalworks now for allowing dependencies of globally installed packages to run postinstall scripts.The
pnpm addcommand now supports a new flag,--allow-build, which allows building the specified dependencies. For instance, if you want to install a package calledbundlethat hasesbuildas a dependency and want to allowesbuildto run postinstall scripts, you can run:This will run
esbuild's postinstall script and also add it to thepnpm.onlyBuiltDependenciesfield ofpackage.json. So,esbuildwill always be allowed to run its scripts in the future.Related PR: #9086.
The
pnpm initcommand adds apackageManagerfield with the current version of pnpm CLI #9069. To disable this behaviour, set theinit-package-managersetting tofalse.Patch Changes
pnpm approve-buildsshould work after two consecutivepnpm installruns #9083.packageManagercannot start withv.v10.3.0Compare Source
Minor Changes
strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #9071.Patch Changes
verify-deps-before-runafterpnpm install --production|--no-optional#9019.v10.2.1Compare Source
Patch Changes
pnpm approve-buildsshould work, when executed from a subdirectory of a workspace #9042.pnpm deploy --legacyshould work without injected dependencies.postcss/postcss (postcss)
v8.5.3Compare Source
Unknown worderror (by @hiepxanh).v8.5.2Compare Source
prettier/prettier (prettier)
v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
publint/publint (publint)
v0.3.6Compare Source
Patch Changes
.jsor/index.js(04f289e)v0.3.5Compare Source
Patch Changes
Check the
"bin"field if the referenced file exists, has the correct JS format, and can be executed (#150)Deprecate the
depscommand. The command has been tricky to maintain and incomplete (e.g. doesn't lint recursively). A separate tool can be used to run publint on dependencies instead, e.g.npx renoma --filter-rules "publint". (#149)v0.3.4Compare Source
Patch Changes
When globbing
"exports"values that contains*, also respect"exports"keys that mark paths as null. For example: (b9605ae){ "exports": { "./*": "./dist/*", "./browser/*": null } }The glob in
"./*": "./dist/*"will no longer match and lint files in"./browser/*"as it's marked null (internal).Update logs when running the
publintCLI: (58d96a2)publintversion is now displayed.publint depscommand no longer logs passing dependencies. Only failing dependencies are logged.Examples:
$ npx publint deps $ Running publint v0.X.X for my-library deps... $ x my-dependency $ Errors: $ 1. ...Fix detecting shorthand repository URLs with the
.character (09d8cbb)Clarify message when
"types"is not the first condition in the"exports"field (5a6ba00)Correctly detect if a
"types"value in"exports"is used for dual publishing (3f3d8b2)v0.3.3Compare Source
Patch Changes
Rename
EXPORT_TYPES_INVALID_FORMATmessage toEXPORTS_TYPES_INVALID_FORMAT(#139)Allow versioned types conditions (e.g.
"types@>=5.2") in"exports"when checking for"types"condition ordering (#138)sass/dart-sass (sass)
v1.85.0Compare Source
@extend. This causedunacceptable performance issues for certain heavy users of
@extend. We'lltry to find a more performant way to accomplish it in the future.
v1.84.0Compare Source
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain
CSS.
Fix the error message for
@extendwithout a selector and possibly otherparsing edge-cases in contexts that allow interpolation.
Embedded Host
SassBooleantype to adhere to the spec,now using a class instead of an interface.
lukeed/sirv (sirv)
v3.0.1Compare Source
Patches
(sirv): ensure
"types"field points to real file (#169)Thank you @bluwy
(
sirv-cli): ensurePORTis used if available (#165, #164)When string, always chose a random port.
Thank you @pixeldrew
sveltejs/svelte (svelte)
v5.20.2Compare Source
Patch Changes
chore: remove unused
options.uidinrender(#15302)fix: do not warn for
binding_property_non_reactiveif binding is a store in an each (#15318)fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#15283)
fix:
mutedreactive withoutbindand select/autofocus attributes working with function calls (#15326)fix: ensure input elements and elements with
dirattribute are marked as non-static (#15259)fix: fire delegated events on target even it was disabled in the meantime (#15319)
v5.20.1Compare Source
Patch Changes
fix: ensure AST analysis on
svelte.jsmodules succeeds (#15297)fix: ignore typescript abstract methods (#15267)
fix: correctly ssr component in
svelte:headwith$props.id()orcss='injected'(#15291)v5.20.0Compare Source
Minor Changes
$props.id()(#15185)Patch Changes
fix: take private and public into account for
constant_assignmentof derived state (#15276)fix: value/checked not correctly set using spread (#15239)
chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)
fix: use
importNodeto clone templates for Firefox (#15272)fix: recurse into
$derivedfor ownership validation (#15166)v5.19.10Compare Source
Patch Changes
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
fix: allow mutation of private derived state (#15228)
v5.19.9Compare Source
Patch Changes
fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)
fix: hydrate
hrefthat is part of spread attributes (#15226)v5.19.8Compare Source
Patch Changes
fix: properly set
valueproperty of custom elements (#15206)fix: ensure custom element updates don't run in hydration mode (#15217)
fix: ensure tracking returns true, even if in unowned (#15214)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.24.1Compare 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.24.0Compare 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.
vitejs/vite (vite)
v6.1.1Compare Source
.[cm]?[tj]sx?static assets are JS mime (#19453) (e7ba55e), closes #19453*.ipv4address in cert (#19416) (973283b), closes #19416v6.1.0Compare Source
vite optimizecommand (#19348) (6e0e3c0), closes #19348vitest-dev/vitest (vitest)
v3.0.6Compare Source
🐞 Bug Fixes
getMockedSystemTimeforuseFakeTimer- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7405 (03912)queueMicrotaskfrom default fake timers to not break node fetch - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7505 (167a9)toHaveClasstyping - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7383 (7ef23)maxWorkers- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7483 (adbb2)vite-nodeto pass correct execution wrapper offset - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7417 (1f2e5)inspectrelated cli options - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7373 (ed15b)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.
This PR was generated by Mend Renovate. View the repository job log.