fix(deps): update all non-major dependencies #1097
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:
^3.3.0
->^3.3.1
^9.21.0
->^9.23.0
^2.18.0
->^2.20.2
^22.13.9
->^22.13.13
^22.13.9
->^22.13.13
20.17.23
->20.17.27
^10.4.20
->^10.4.21
v1.4.9
->v1.4.10
^9.21.0
->^9.23.0
^10.0.2
->^10.1.1
^17.16.2
->^17.17.0
^5.2.3
->^5.2.5
^3.0.3
->^3.3.3
^15.4.3
->^15.5.0
~1.50.1
->~1.51.1
10.5.2
->10.7.0
^0.3.8
->^0.3.9
^1.85.1
->^1.86.0
^5.22.2
->^5.25.3
^5.22.2
->^5.25.3
^4.1.4
->^4.1.5
^8.26.0
->^8.28.0
^3.0.7
->^3.0.9
Release Notes
eslint/eslintrc (@eslint/eslintrc)
v3.3.1
Compare Source
Bug Fixes
types
field in package.json (#184) (2f4cf3f)eslint/eslint (@eslint/js)
v9.23.0
Compare Source
v9.22.0
Compare Source
sveltejs/kit (@sveltejs/kit)
v2.20.2
Compare Source
Patch Changes
v2.20.1
Compare Source
Patch Changes
v2.20.0
Compare Source
Minor Changes
getRequestEvent
to$app/server
(#13582)v2.19.2
Compare Source
Patch Changes
v2.19.1
Compare Source
Patch Changes
v2.19.0
Compare Source
Minor Changes
fetch
toreroute
(#13549)Patch Changes
postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).changesets/action (changesets/action)
v1.4.10
Compare Source
Patch Changes
8b16070
Thanks @bluwy! - Use full git email (41898282+github-actions[bot]@​users.noreply.github.com
) for github-actions bot when making commitseslint/eslint (eslint)
v9.23.0
Compare Source
v9.22.0
Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Compare Source
Patch Changes
#309
eb56a5e
Thanks @JounQin! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also #308
v10.1.0
Compare Source
Minor Changes
56e2e34
Thanks @JounQin! - feat: migrate to exports fieldv10.0.3
Compare Source
Patch Changes
#294
8dbbd6d
Thanks @FloEdelmann! - feat: add name to config#280
cba5737
Thanks @zanminkian! - feat: add declaration fileeslint-community/eslint-plugin-n (eslint-plugin-n)
v17.17.0
Compare Source
🌟 Features
virtual:
in the modules pattern (#425) (a109793)🩹 Fixes
allowModules
option was disabled when using TS alias (#423) (9ae39fb)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.5
Compare Source
Patch Changes
4f5513d
Thanks @JounQin! - fix: clarify correcteslint-config-prettier
peer rangev5.2.4
Compare Source
Patch Changes
b8cfe56
Thanks @JounQin! - chore: hourcekeeping, bump all (dev) depssveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.3.3
Compare Source
Patch Changes
1233e46
Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usagev3.3.2
Compare Source
Patch Changes
138380d
Thanks @baseballyama! - fix: stop reporting child properties inno-unused-props
when the parent object itself is usedv3.3.1
Compare Source
Patch Changes
40806a4
Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustachesv3.3.0
Compare Source
Minor Changes
30c1e5f
Thanks @baseballyama! - feat: addignorePropertyPatterns
property and renameignorePatterns
toignoreTypePatterns
inno-unused-props
rule. TheignorePatterns
option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.v3.2.2
Compare Source
Patch Changes
1ff148a
Thanks @baseballyama! - fix: correct detection of externally defined types inno-unused-props
rulev3.2.1
Compare Source
Patch Changes
e94b59a
Thanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-props
rulev3.2.0
Compare Source
Minor Changes
#1062
a4d3b29
Thanks @baseballyama! - feat: addno-unnecessary-state-wrap
rule#1061
268a372
Thanks @baseballyama! - feat: addno-unused-props
rulev3.1.0
Compare Source
Minor Changes
df1647f
Thanks @baseballyama! - feat: addexcludedRunes
option to theprefer-const
rulePatch Changes
#1126
9b76b46
Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pages
rule#1125
0a03362
Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0
Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537
Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linkslint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
microsoft/playwright (playwright-core)
v1.51.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning:
2149630
.634 does not fit into a 32-bit signed integerhttps://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
This version was also tested against the following stable channels:
v1.51.0
Compare Source
pnpm/pnpm (pnpm)
v10.7.0
Compare Source
Minor Changes
pnpm config get
andlist
also show settings set inpnpm-workspace.yaml
files #9316.It should be possible to use env variables in
pnpm-workspace.yaml
setting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*
is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patch
to[email protected]
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.allowUnusedPatches
. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailures
to manage whether pnpm would ignore patch application failures.If
ignorePatchFailures
is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailures
is explicitly set tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5
Compare Source
v10.6.4
: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlx
with--allow-build
flag #9263.use-node-version
should not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
v10.6.3
Compare Source
Patch Changes
pnpm install --prod=false
should not crash, when executed in a project with apnpm-workspace.yaml
file #9233. This fixes regression introduced via #9211.Add the missing
node-options
config torecursive run
#9180.Removed a branching code path that only executed when
dedupe-peer-dependents=false
. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that overridededupe-peer-dependents
to false. There should be less unique bugs from turning offdedupe-peer-dependents
.See details in #9259.
v10.6.2
Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.pnpm patch-commit
will now use the same filesystem as the store directory to compare and create patch files.--loglevel=error
is used.peerDependencyRules
should be set inpnpm-workspace.yaml
to take effect.v10.6.1
Compare Source
Patch Changes
--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.package.json
#9226.approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.v10.6.0
Compare Source
Minor Changes
pnpm-workspace.yaml
can now hold all the settings that.npmrc
accepts. The settings should use camelCase #9211.pnpm-workspace.yaml
example:Projects using a
file:
dependency on a local tarball file (i.e..tgz
,.tar.gz
,.tar
) will see a performance improvement during installation. Previously, using afile:
dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.fast-glob
replace withtinyglobby
to reduce the size of the pnpm CLI dependencies #9169.pnpm deploy
should not remove fields from the deployed package'spackage.json
file #9215.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm deploy
creating apackage.json
without theimports
andlicense
field #9193.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112publint/publint (publint)
v0.3.9
Compare Source
Patch Changes
Support the
formatMessage
utility in the browser. It has a newcolor: 'html'
option to highlight important parts with<strong>
tags instead of ANSI colors. It also has a newreference: boolean
option so the messages are worded in reference of the message location. (e1cfef0
)If
formatMessage
is passed apackage.json
object with missing keys, the message part that references the value will now fallback to"undefined"
instead of completely erroring out. (45962d1
)sass/dart-sass (sass)
v1.86.0
Compare Source
Add support for
%
as an expression in its own right. It will still be parsedas the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string
%
.Consider
attr()
to be a special number function that can be used as achannel in color functions.
Deprecate user-defined functions named
type()
so that we can eventuallysupport the new CSS
type()
function.Dart API
sveltejs/svelte (svelte)
v5.25.3
Compare Source
Patch Changes
v5.25.2
Compare Source
Patch Changes
$derived
(#15581)v5.25.1
Compare Source
Patch Changes
v5.25.0
Compare Source
Minor Changes
v5.24.1
Compare Source
Patch Changes
fix: use
get
in constructor for deriveds (#15300)fix: ensure toStore root effect is connected to correct parent effect (#15574)
v5.24.0
Compare Source
Minor Changes
Patch Changes
fix: check if DOM prototypes are extensible (#15569)
Keep inlined trailing JSDoc comments of properties when running svelte-migrate (#15567)
fix: simplify set calls for proxyable values (#15548)
fix: don't depend on deriveds created inside the current reaction (#15564)
v5.23.2
Compare Source
Patch Changes
v5.23.1
Compare Source
Patch Changes
fix: invalidate parent effects when child effects update parent dependencies (#15506)
fix: correctly match
:has()
selector during css pruning (#15277)fix: replace
undefined
withvoid 0
to avoid edge case (#15511)fix: allow global-like pseudo-selectors refinement (#15313)
chore: don't distribute unused types definitions (#15473)
fix: add
files
andgroup
to HTMLInputAttributes in elements.d.ts ([#15492](https://redirect.github.com/sveltConfiguration
📅 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.