fix(deps): update all non-major dependencies #11674
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.9.1
->^0.9.2
^2.10.1
->^2.10.2
^3.6.1
->^3.6.2
^0.8.1
->^0.9.0
^1.2.0
->^1.2.1
1.45.3
->1.46.0
^1.45.3
->^1.46.0
^3.4.35
->^3.4.37
1.0.0-rc.12
->1.0.0
^9.8.0
->^9.9.0
^3.1.4
->^3.2.0
^0.11.0
->^0.11.2
^8.4.40
->^8.4.41
^6.5.7
->^6.5.8
^1.8.19
->^1.8.20
^3.4.7
->^3.4.9
^6.19.5
->^6.19.7
^5.3.5
->^5.4.0
^3.4.35
->^3.4.37
^4.2.2
->^4.2.3
Release Notes
withastro/language-tools (@astrojs/check)
v0.9.2
Compare Source
Patch Changes
e8e18a8
: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the filee8e18a8
]withastro/compiler (@astrojs/compiler)
v2.10.2
Compare Source
Patch Changes
f05a7cc
: Adjust TSX output to return ranges using UTF-16 code units, as it would in JavaScriptwithastro/astro (@astrojs/react)
v3.6.2
Compare Source
Patch Changes
7adb350
Thanks @bluwy! - Prevents throwing errors when checking if a component is a React component in runtimelibsql/libsql-client-ts (@libsql/client)
v0.9.0
Compare Source
lit/lit (@lit-labs/ssr-dom-shim)
v1.2.1
Compare Source
Patch Changes
65bc240c
Thanks @kyubisation! - Implement Element.localName and Element.tagName. Fixes 3375.microsoft/playwright (@playwright/test)
v1.46.0
Compare Source
vuejs/core (@vue/compiler-sfc)
v3.4.37
Compare Source
Bug Fixes
isProp.arg.loc
instead ofisProp.loc
(#11547) (236fb7a)DirectiveArguments
third parameter to accept undefined (#11540) (1058ce8)v3.4.36
Compare Source
cheeriojs/cheerio (cheerio)
v1.0.0
Compare Source
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher https://github.com/cheeriojs/cheerio/pull/3959
Import paths were simplified. For example, use
cheerio/slim
instead ofcheerio/lib/slim
. https://github.com/cheeriojs/cheerio/pull/3970The deprecated default Cheerio instance and static methods were removed. https://github.com/cheeriojs/cheerio/pull/3974
Before, it was possible to write code like this:
Make sure to always load documents first:
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler
)(https://github.com/fb55/domhandler). https://github.com/cheeriojs/cheerio/pull/3969htmlparser2 options now reside exclusively under the
xml
key (https://github.com/cheeriojs/cheerio/pull/2916):New Features
Fixes
cheerio/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601data
, and simplify by @fb55 in https://github.com/cheeriojs/cheerio/pull/2818closest
be able to start from text nodes by @Qualtagh in https://github.com/cheeriojs/cheerio/pull/2811Other
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
eslint/eslint (eslint)
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)lit/lit (lit)
v3.2.0
Compare Source
Minor Changes
feccc1ba
- Add MathML support with themathml
template tagPatch Changes
feccc1ba
]:nanostores/nanostores (nanostores)
v0.11.2
Compare Source
v0.11.1
Compare Source
postcss/postcss (postcss)
v8.4.41
Compare Source
preactjs/preact-render-to-string (preact-render-to-string)
v6.5.8
Compare Source
Patch Changes
220ad45
Thanks @JoviDeCroock! - Add async benchmarks and iterate on perf improvements883e02b
Thanks @JoviDeCroock! - General performance optimisations45b8e8b
Thanks @JoviDeCroock! - Improve perf a bit by hoisting the typeof check to reduce calling typeoftailwindlabs/tailwindcss (tailwindcss)
v3.4.9
Compare Source
Fixed
vendor
foldersv3.4.8
Compare Source
nodejs/undici (undici)
v6.19.7
Compare Source
Full Changelog: nodejs/undici@v6.19.6...v6.19.7
v6.19.6
Compare Source
Full Changelog: nodejs/undici@v6.19.5...v6.19.6
vitejs/vite (vite)
v5.4.0
global
variable name conflict (#17809) (6aa2206), closes #17809importScripts
injection breaking iife code (#17827) (bb4ba9f), closes #17827GoogleChrome/web-vitals (web-vitals)
v4.2.3
Compare Source
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.