chore(deps): update all non-major dependencies #16028
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:
^0.3.22
->^0.3.23
^20.11.19
->^20.11.20
^18.2.56
->^18.2.59
^7.5.7
->^7.5.8
^7.0.2
->^7.1.0
^7.0.2
->^7.1.0
^3.4.19
->^3.4.20
^16.4.4
->^16.4.5
0.10.62
->0.10.63
^8.56.0
->^8.57.0
^1.23.0
->^1.24.0
^3.20240129.3
->^3.20240208.0
^1.5.0
->^1.6.1
8.15.3
->8.15.4
^10.19.5
->^10.19.6
^1.71.0
->^1.71.1
^4.2.11
->^4.2.12
^5.27.1
->^5.28.1
v42.0.4
->v42.0.5
1.0.0-rc.43
->1.0.0-rc.44
^1.3.0
->^1.3.1
^3.4.19
->^3.4.20
^3.4.19
->^3.4.20
^4.2.5
->^4.3.0
Release Notes
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.23
Compare Source
Full Changelog: jridgewell/trace-mapping@v0.3.22...v0.3.23
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.1.0
Compare Source
🚀 Features
eslint-plugin: add *-type-checked-only configs
eslint-plugin: [naming-convention] support the auto-accessor syntax
eslint-plugin: [consistent-return] add new rule
🩹 Fixes
eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error
eslint-plugin: [no-misused-promises] improve check union types
eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.1.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vuejs/core (@vue/shared)
v3.4.20
Compare Source
Bug Fixes
motdotla/dotenv (dotenv)
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814medikoo/es5-ext (es5-ext)
v0.10.63
Compare Source
eslint/eslint (eslint)
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)parcel-bundler/lightningcss (lightningcss)
v1.24.0
Compare Source
This release adds support the the
light-dark()
color function, parses CSS system colors, deduplicates custom properties during minification, merges duplicates@keyframes
rules, and fixes some bugs.light-dark()
The
light-dark()
function allows you to specify a light mode and dark mode color in a single declaration, without needing to write a separate media query rule. In addition, it uses thecolor-scheme
property to control which theme to use, which allows you to set it programmatically. Thecolor-scheme
property also inherits so themes can be nested and the nearest ancestor color scheme applies.Lightning CSS converts the
light-dark()
function to use CSS variable fallback when your browser targets don't support it natively. For this to work, you must set thecolor-scheme
property on an ancestor element. The following example shows how you can support both operating system and programmatic overrides for the color scheme.compiles to:
Check it out in the playground.
CSS system colors
CSS system colors are now supported during parsing, meaning they can be safely deduplicated when merging rules.
compiles to:
Custom property deduplication
CSS custom properties are now deduplicated when merging rules. The last property value always wins.
minifies to:
@keyframes
deduplication@keyframes
rules are also now deduplicated during minification. The last rule of the same name wins.compiles to:
Other bug fixes
@property
rulescloudflare/workers-sdk (miniflare)
v3.20240208.0
Compare Source
Minor Changes
b03db864
Thanks @mrbbot! - chore: bumpworkerd
to1.20240208.0
unjs/mlly (mlly)
v1.6.1
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v1.6.0
Compare Source
compare changes
🚀 Enhancements
pathToFileURL
(cdcbcb7)🔥 Performance
pcall
util (#230)🩹 Fixes
💅 Refactors
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)
v8.15.4
Compare Source
preactjs/preact (preact)
v10.19.6
Compare Source
tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.
Fixes
null
placeholders using skewed index (#4290, thanks @andrewiggins)Full Changelog: preactjs/preact@10.19.5...10.19.6
sass/dart-sass (sass)
v1.71.1
Compare Source
Command-Line Interface
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when theentrypoint is an ESM module.
Dart API
NodePackageImporter()
a static error ratherthan just a runtime error.
Embedded Sass
when running on musl Linux.
sveltejs/svelte (svelte)
v4.2.12
Compare Source
Patch Changes
svelte:component
props when there are spread props (#10604)terser/terser (terser)
v5.28.1
Compare Source
(hotfix release)
v5.28.0
Compare Source
|
,^
,&
,>>
,<<
)BigInt
math operationsv5.27.2
Compare Source
this
as a reference to the surrounding class indrop_unused
. Closes #1472tj-actions/changed-files (tj-actions/changed-files)
v42.0.5
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v42...v42.0.5
vuejs/vitepress (vitepress)
v1.0.0-rc.44
Compare Source
Reverts
vitest-dev/vitest (vitest)
v1.3.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vuejs/router (vue-router)
v4.3.0
Compare Source
Please refer to CHANGELOG.md for details.
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 has been generated by Mend Renovate. View repository job log here.