chore(deps): update all non-major dependencies #960
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.8.0
->^9.9.1
^5.0.13
->^5.0.14
^2.6.1
->^2.6.4
^3.2.2
->^3.2.4
3.2.2
->3.2.4
^5.2.0
->^5.2.2
^2.5.20
->^2.5.24
^2.3.2
->^2.3.4
^20.14.14
->^20.16.1
^20.14.14
->^20.16.1
^0.85.0
->^0.85.2
^0.11.5
->^0.11.6
v1.4.7
->v1.4.8
^0.5.1
->^0.5.3
^0.23.0
->^0.23.1
^9.8.0
->^9.9.1
^9.1.4
->^9.1.5
^15.2.8
->^15.2.9
~1.45.3
->~1.46.1
9.6.0
->9.9.0
^8.4.40
->^8.4.41
^0.2.9
->^0.2.10
^5.0.0-next.210
->^5.0.0-next.239
^5.0.0-next.210
->^5.0.0-next.239
^3.8.5
->^3.8.6
^8.0.1
->^8.3.0
^5.3.5
->^5.4.2
Release Notes
eslint/eslint (@eslint/js)
v9.9.1
Compare Source
v9.9.0
Compare Source
fontsource/font-files (@fontsource/fira-mono)
v5.0.14
Compare Source
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin-js)
v2.6.4
Compare Source
Bug Fixes
templateLiteral
forindent
(3154799)Chores
v2.6.3
Compare Source
Bug Fixes
"type": "commonjs"
(9d37124)exceptAfterOverload
fromenforce
(#239) (3dfa159)Chores
v2.6.2
Compare Source
Bug Fixes
Chores
createRule
argument order (83e22f2)PropertyDefinition
with decorators (#489) (53d731f)sveltejs/kit (@sveltejs/adapter-auto)
v3.2.4
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v3.2.3
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:sveltejs/kit (@sveltejs/adapter-node)
v5.2.2
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v5.2.1
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:sveltejs/kit (@sveltejs/kit)
v2.5.24
Compare Source
Patch Changes
v2.5.23
Compare Source
Patch Changes
root.svelte
instead ofsvelte:component
for svelte 5 (#12584)v2.5.22
Compare Source
Patch Changes
v2.5.21
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/package)
v2.3.4
Compare Source
Patch Changes
v2.3.3
Compare Source
Patch Changes
carbon-design-system/carbon-components-svelte (carbon-components-svelte)
v0.85.2
Compare Source
v0.85.1
Compare Source
carbon-design-system/carbon-preprocess-svelte (carbon-preprocess-svelte)
v0.11.6
Compare Source
Fixes
changesets/action (changesets/action)
v1.4.8
Compare Source
Patch Changes
#393
48ab0d2
Thanks @s0! - Ensure the PR remains open when updated#393
48ab0d2
Thanks @s0! - Switch to cheaper API for querying existing PRsRich-Harris/dts-buddy (dts-buddy)
v0.5.3
Compare Source
import * as X
imports (#89)v0.5.2
Compare Source
@internal
JSDoc tags (#87)evanw/esbuild (esbuild)
v0.23.1
Compare Source
Allow using the
node:
import prefix withes*
targets (#3821)The
node:
prefix on imports is an alternate way to import built-in node modules. For example,import fs from "fs"
can also be writtenimport fs from "node:fs"
. This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with--target=node14
so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as--target=node18,es2022
removes thenode:
prefix because none of thees*
targets are known to support this feature. This release adds the support for thenode:
flag to esbuild's internal compatibility table fores*
to allow you to use compound targets like this:Fix a panic when using the CLI with invalid build flags if
--analyze
is present (#3834)Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a "build" API call and the
--analyze
flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how--analyze
is implemented) to a null build object. The panic has been fixed in this release.Fix incorrect location of certain error messages (#3845)
This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild.
Print comments before case clauses in switch statements (#3838)
With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification).
Fix a memory leak with
pluginData
(#3825)With this release, the build context's internal
pluginData
cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that returnpluginData
objects fromonResolve
and/oronLoad
callbacks.eslint/eslint (eslint)
v9.9.1
Compare Source
v9.9.0
Compare Source
Features
41d0206
feat: Add support for TS config files (#18134) (Arya Emami)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716) (Dave)Documentation
9fe068c
docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)48117b2
docs: add version support page in the side navbar (#18738) (Amaresh S M)fec2951
docs: add version support page to the dropdown (#18730) (Amaresh S M)38a0661
docs: Fix typo (#18735) (Zaina Al Habash)3c32a9e
docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)f9ac978
docs: Update README (GitHub Actions Bot)Chores
461b2c3
chore: upgrade to@eslint/[email protected]
(#18765) (Francesco Trotta)59dba1b
chore: package.json update for @eslint/js release (Jenkins)fea8563
chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot])aac191e
chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot])b97fa05
chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)typicode/husky (husky)
v9.1.5
Compare Source
lint-staged/lint-staged (lint-staged)
v15.2.9
Compare Source
Patch Changes
b69ce2d
Thanks @iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected
.microsoft/playwright (playwright-core)
v1.46.1
Compare Source
v1.46.0
Compare Source
pnpm/pnpm (pnpm)
v9.9.0
Compare Source
v9.8.0
Compare Source
v9.7.1
Compare Source
v9.7.0
: pnpm 9.7Compare Source
Minor Changes
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example:Added the ability to apply patch to all versions #8337.
If the key of
pnpm.patchedDependencies
is a package name without a version (e.g.pkg
), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future.Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​version]
to allow the code editor to open the edit dir in the same file tree as the main project #8379.Substitute environment variables in config keys #6679.
Patch Changes
pnpm install
should runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
postcss/postcss (postcss)
v8.4.41
Compare Source
bluwy/publint (publint)
v0.2.10
Compare Source
Features
"repository"
field (https://github.com/bluwy/publint/pull/106)"repository"
is a string, it must be one of the supported shorthand strings from the docs."repository"
is an object with"type": "git"
, the"url"
must be a valid git URL and can be parsed by npm.git://
protocol for GitHub repos should not be used due security concerns.git+
and postfixed with.git
. (This is also warned by npm when publishing a package).New Contributors
Full Changelog: publint/publint@v0.2.9...v0.2.10
sveltejs/svelte (svelte)
v5.0.0-next.239
Compare Source
Patch Changes
fix: properly handle proxied array length mutations (#13026)
fix: repair
href
attribute mismatches (#13032)v5.0.0-next.238
Compare Source
Patch Changes
fix: always return true from
deleteProperty
trap (#13008)fix: handle deletions of previously-unread state proxy properties (#13008)
fix: make internal sources ownerless (#13013)
fix: join text nodes separated by comments (#13009)
v5.0.0-next.237
Compare Source
Patch Changes
breaking: throw error if derived creates state and then depends on it (#12985)
fix: ensure assignments to state field inside constructor trigger effects (#12985)
fix: ensure $inspect works with SvelteMap and SvelteSet (#12994)
chore: default options.filename to "(unknown)" (#12997)
feat: allow non-synchronous legacy component instantiation (#12970)
v5.0.0-next.236
Compare Source
Patch Changes
$derived.by
declarations (#12984)v5.0.0-next.235
Compare Source
Patch Changes
chore: update client check for smaller bundle size (#12975)
fix: correctly hydrate empty raw blocks (#12979)
v5.0.0-next.234
Compare Source
Patch Changes
fix: allow deleting non-existent
$restProps
properties (#12971)feat: only traverse trailing static nodes during hydration (#12935)
v5.0.0-next.233
Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.