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.4
20.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.0
10.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.6
Release Notes
changesets/changesets (@changesets/cli)
v2.28.1
Compare Source
Patch Changes
b9df596
]:v2.28.0
Compare Source
eslint/eslint (@eslint/js)
v9.20.0
Compare Source
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin-js)
v3.1.0
Compare Source
Features
sveltejs/kit (@sveltejs/kit)
v2.17.2
Compare Source
Patch Changes
fix: add promise return type to the
enhance
action callback (#13420)fix: change server-side route resolution endpoint (#13461)
carbon-design-system/carbon-components-svelte (carbon-components-svelte)
v0.87.5
Compare Source
carbon-design-system/carbon-icons-svelte (carbon-icons-svelte)
v13.2.0
Compare Source
Features
@carbon/icons
to v11.55.0 (net +18 icons)expressjs/compression (compression)
v1.8.0
Compare Source
==================
res.headersSent
when available_implicitHeader
withwriteHead
propertyAccept-Encoding
headereslint/eslint (eslint)
v9.20.1
Compare Source
v9.20.0
Compare Source
sindresorhus/globals (globals)
v15.15.0
Compare Source
445df81
pnpm/pnpm (pnpm)
v10.4.1
Compare Source
Patch Changes
--allow-build
option overlaps with thepnpm.ignoredBuildDependencies
list #9105.init-package-manager
should work.v10.4.0
Compare Source
Minor Changes
pnpm approve-builds --global
works now for allowing dependencies of globally installed packages to run postinstall scripts.The
pnpm add
command now supports a new flag,--allow-build
, which allows building the specified dependencies. For instance, if you want to install a package calledbundle
that hasesbuild
as a dependency and want to allowesbuild
to run postinstall scripts, you can run:This will run
esbuild
's postinstall script and also add it to thepnpm.onlyBuiltDependencies
field ofpackage.json
. So,esbuild
will always be allowed to run its scripts in the future.Related PR: #9086.
The
pnpm init
command adds apackageManager
field with the current version of pnpm CLI #9069. To disable this behaviour, set theinit-package-manager
setting tofalse
.Patch Changes
pnpm approve-builds
should work after two consecutivepnpm install
runs #9083.packageManager
cannot start withv
.v10.3.0
Compare 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-run
afterpnpm install --production|--no-optional
#9019.v10.2.1
Compare Source
Patch Changes
pnpm approve-builds
should work, when executed from a subdirectory of a workspace #9042.pnpm deploy --legacy
should work without injected dependencies.postcss/postcss (postcss)
v8.5.3
Compare Source
Unknown word
error (by @hiepxanh).v8.5.2
Compare Source
prettier/prettier (prettier)
v3.5.1
Compare 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
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
publint/publint (publint)
v0.3.6
Compare Source
Patch Changes
.js
or/index.js
(04f289e
)v0.3.5
Compare Source
Patch Changes
Check the
"bin"
field if the referenced file exists, has the correct JS format, and can be executed (#150)Deprecate the
deps
command. 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.4
Compare Source
Patch Changes
When globbing
"exports"
values that contains*
, also respect"exports"
keys that mark paths as null. For example: (b9605ae
)The glob in
"./*": "./dist/*"
will no longer match and lint files in"./browser/*"
as it's marked null (internal).Update logs when running the
publint
CLI: (58d96a2
)publint
version is now displayed.publint deps
command 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.3
Compare Source
Patch Changes
Rename
EXPORT_TYPES_INVALID_FORMAT
message 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.0
Compare 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.0
Compare 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
@extend
without a selector and possibly otherparsing edge-cases in contexts that allow interpolation.
Embedded Host
SassBoolean
type to adhere to the spec,now using a class instead of an interface.
lukeed/sirv (sirv)
v3.0.1
Compare Source
Patches
(sirv): ensure
"types"
field points to real file (#169)Thank you @bluwy
(
sirv-cli
): ensurePORT
is used if available (#165, #164)When string, always chose a random port.
Thank you @pixeldrew
sveltejs/svelte (svelte)
v5.20.2
Compare Source
Patch Changes
chore: remove unused
options.uid
inrender
(#15302)fix: do not warn for
binding_property_non_reactive
if binding is a store in an each (#15318)fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#15283)
fix:
muted
reactive withoutbind
and select/autofocus attributes working with function calls (#15326)fix: ensure input elements and elements with
dir
attribute are marked as non-static (#15259)fix: fire delegated events on target even it was disabled in the meantime (#15319)
v5.20.1
Compare Source
Patch Changes
fix: ensure AST analysis on
svelte.js
modules succeeds (#15297)fix: ignore typescript abstract methods (#15267)
fix: correctly ssr component in
svelte:head
with$props.id()
orcss='injected'
(#15291)v5.20.0
Compare Source
Minor Changes
$props.id()
(#15185)Patch Changes
fix: take private and public into account for
constant_assignment
of 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
importNode
to clone templates for Firefox (#15272)fix: recurse into
$derived
for ownership validation (#15166)v5.19.10
Compare Source
Patch Changes
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
fix: allow mutation of private derived state (#15228)
v5.19.9
Compare Source
Patch Changes
fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)
fix: hydrate
href
that is part of spread attributes (#15226)v5.19.8
Compare Source
Patch Changes
fix: properly set
value
property 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.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.24.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.
vitejs/vite (vite)
v6.1.1
Compare Source
.[cm]?[tj]sx?
static assets are JS mime (#19453) (e7ba55e), closes #19453*.ipv4
address in cert (#19416) (973283b), closes #19416v6.1.0
Compare Source
vite optimize
command (#19348) (6e0e3c0), closes #19348vitest-dev/vitest (vitest)
v3.0.6
Compare Source
🐞 Bug Fixes
getMockedSystemTime
foruseFakeTimer
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7405 (03912)queueMicrotask
from default fake timers to not break node fetch - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7505 (167a9)toHaveClass
typing - 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-node
to pass correct execution wrapper offset - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7417 (1f2e5)inspect
related 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.