chore(deps): update all non-major dependencies#16028
Merged
Conversation
|
|
82beb43 to
ff451da
Compare
ff451da to
f4aa2d7
Compare
sapphi-red
approved these changes
Feb 27, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.50.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.18.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.1v42.0.4->v42.0.51.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.0Release Notes
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.23Compare Source
Full Changelog: jridgewell/trace-mapping@v0.3.22...v0.3.23
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.1.0Compare 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.0Compare 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.20Compare Source
Bug Fixes
motdotla/dotenv (dotenv)
v16.4.5Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814medikoo/es5-ext (es5-ext)
v0.10.63Compare Source
eslint/eslint (eslint)
v8.57.0Compare Source
Features
1120b9bfeat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0ffeat: Enableeslint.config.mjsandeslint.config.cjs(#18066) (Nitin Kumar)Bug Fixes
2196d97fix: handle absolute file paths inFlatRuleTester(#18064) (Nitin Kumar)69dd1d1fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aecchore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bbchore: package.json update for @eslint/js release (Jenkins)f4a1fe2test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aefci: Enable CI forv8.xbranch (#18047) (Milos Djermanovic)parcel-bundler/lightningcss (lightningcss)
v1.24.0Compare Source
This release adds support the the
light-dark()color function, parses CSS system colors, deduplicates custom properties during minification, merges duplicates@keyframesrules, 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-schemeproperty to control which theme to use, which allows you to set it programmatically. Thecolor-schemeproperty 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-schemeproperty 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:
@keyframesdeduplication@keyframesrules are also now deduplicated during minification. The last rule of the same name wins.compiles to:
Other bug fixes
@propertyrulescloudflare/workers-sdk (miniflare)
v3.20240208.0Compare Source
Minor Changes
b03db864Thanks @mrbbot! - chore: bumpworkerdto1.20240208.0unjs/mlly (mlly)
v1.6.1Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v1.6.0Compare Source
compare changes
🚀 Enhancements
pathToFileURL(cdcbcb7)🔥 Performance
pcallutil (#230)🩹 Fixes
💅 Refactors
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)
v8.15.4Compare Source
preactjs/preact (preact)
v10.19.6Compare Source
tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.
Fixes
nullplaceholders using skewed index (#4290, thanks @andrewiggins)Full Changelog: preactjs/preact@10.19.5...10.19.6
sass/dart-sass (sass)
v1.71.1Compare Source
Command-Line Interface
JavaScript API
Export the
NodePackageImporterclass in ESM mode.Allow
NodePackageImporterto 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.12Compare Source
Patch Changes
svelte:componentprops when there are spread props (#10604)terser/terser (terser)
v5.28.1Compare Source
(hotfix release)
v5.28.0Compare Source
|,^,&,>>,<<)BigIntmath operationsv5.27.2Compare Source
thisas a reference to the surrounding class indrop_unused. Closes #1472tj-actions/changed-files (tj-actions/changed-files)
v42.0.5Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v42...v42.0.5
vuejs/vitepress (vitepress)
v1.0.0-rc.44Compare Source
Reverts
vitest-dev/vitest (vitest)
v1.3.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vuejs/router (vue-router)
v4.3.0Compare 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.