fix(deps): update weekly patch updates #726
Open
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:
6.2.2
->6.2.3
1.1.2
->1.1.4
1.1.2
->1.1.6
2.1.2
->2.1.6
1.3.0
->1.3.2
2.0.0
->2.0.2
1.2.1
->1.2.3
1.2.1
->1.2.3
1.1.1
->1.1.3
4.17.7
->4.17.16
18.19.50
->18.19.86
18.3.5
->18.3.20
18.3.0
->18.3.6
4.23.1
->4.23.10
4.3.1
->4.3.4
8.57.0
->8.57.1
6.10.0
->6.10.2
5.2.1
->5.2.6
4.21.0
->4.21.2
==8.3.4
->==8.3.5
3.13.1-bookworm
->3.13.2-bookworm
==4.11.1
->==4.11.2
==5.12.0
->==5.12.1
2.9.2
->2.9.3
==2.32.2
->==2.32.3
8.18.0
->8.18.1
4.5.5
->4.5.6
Release Notes
codemirror/lang-javascript (@codemirror/lang-javascript)
v6.2.3
Compare Source
Bug fixes
Disable JavaScript completions in JSX context.
radix-ui/primitives (@radix-ui/react-checkbox)
v1.1.4
Compare Source
v1.1.3
Compare Source
uiwjs/react-codemirror (@uiw/react-codemirror)
v4.23.10
Compare Source
Documentation v4.23.10: https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.9...v4.23.10
b11562d
@colsondonohuev4.23.9
Compare Source
Documentation v4.23.9: https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.8...v4.23.9
e191c2a
@veksena657654
@PuruVJv4.23.8
Compare Source
Documentation v4.23.8: https://raw.githack.com/uiwjs/react-codemirror/62aac6a/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.7...v4.23.8
a95fb47
@snelsiv4.23.7
Compare Source
Documentation v4.23.7: https://raw.githack.com/uiwjs/react-codemirror/5b16350/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.6...v4.23.7
ab89f28
@jaywcjlove4edca1d
@aspiersced0b1a
@jaywcjlovev4.23.6
Compare Source
Documentation v4.23.6: https://raw.githack.com/uiwjs/react-codemirror/57d9fb7/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.5...v4.23.6
8f1ff2d
@fatton139c2437c7
@jaywcjlovev4.23.5
Compare Source
Documentation v4.23.5: https://raw.githack.com/uiwjs/react-codemirror/2dc5095/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.4...v4.23.5
661bfc9
@jaywcjlovev4.23.4
Compare Source
Documentation v4.23.4: https://raw.githack.com/uiwjs/react-codemirror/b4d4e77/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.3...v4.23.4
e10f426
@danielericleev4.23.3
Compare Source
Documentation v4.23.3: https://raw.githack.com/uiwjs/react-codemirror/d199b9e/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.2...v4.23.3
4af6677
@luiz2fv4.23.2
Compare Source
Documentation v4.23.2: https://raw.githack.com/uiwjs/react-codemirror/c8cf3ac/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.1...v4.23.2
67b6d6b
@jaywcjlovevitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
v4.3.2
Compare Source
Ignore directive sourcemap error #369
eslint/eslint (eslint)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin [email protected] (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.10.2
Compare Source
Fixed
no-redundandant-roles
: allow<img src="*.svg" role="img" />
#936
Commits
0d01a1a
es-iterator-helpers
aa075bd
d15d3ab
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
5dad7c4
aria-role
: Add valid test for<svg role="img" />
daba189
label-has-associated-control
: add line breaks for readability0bc6378
label-has-associated-control
: add additional test cases30d2318
d92446c
v6.10.1
Compare Source
Commits
4925ba8
cb6788c
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,auto-changelog
,eslint-plugin-import
,tape
518a77e
es-iterator-helpers
,string.prototype.includes
eed03a3
2ee940c
a262131
aria-query
e517937
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.6
Compare Source
Patch Changes
1451176
Thanks @renovate! - fix(deps): bumpsynckit
tov0.11.0
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) depsv5.2.3
Compare Source
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat configv5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundexpressjs/express (express)
v4.21.2
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.1...4.21.2
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
pytest-dev/pytest (pytest)
v8.3.5
Compare Source
pytest 8.3.5 (2025-03-02)
Bug fixes
-vv
verbosity.libedit
build of Python, such as on macOS or with uv-managed Python binaries from thepython-build-standalone
project. This could manifest e.g. by a broken prompt when usingPdb
, or seeing empty inputs with manual usage ofinput()
and suspended capturing.AttributeError
{.interpreted-text role="class"} crash when using--import-mode=importlib
when top-level directory same name as another module of the standard library.--import-mode=importlib
, a directory containing py file with the same name would cause anImportError
Improved documentation
#12842: Added dedicated page about using types with pytest.
See
types
{.interpreted-text role="ref"} for detailed usage.Contributor-facing changes
test_terminal.py
with Pygments >= 2.19.0when building Sphinx docs -- by
webknjaz
{.interpreted-text role="user"}.miguelgrinberg/python-engineio (python-engineio)
v4.11.2
: Release 4.11.2Compare Source
See CHANGES.md for release notes.
miguelgrinberg/python-socketio (python-socketio)
v5.12.1
: Release 5.12.1Compare Source
See CHANGES.md for release notes.
gilbarbara/react-joyride (react-joyride)
v2.9.3
: 2.9.3Compare Source
650ab36
9874150
3648311
disableScrolling
is set:af6fa9e
826669d
psf/requests (requests)
v2.32.3
Compare Source
Bugfixes
HTTPAdapter. (#6716)
without the
ssl
module. (#6724)websockets/ws (ws)
v8.18.1
Compare Source
Bug fixes
make them work when run via CITGM (
021f7b8
).pmndrs/zustand (zustand)
v4.5.6
Compare Source
See: #2943
Full Changelog: pmndrs/zustand@v4.5.5...v4.5.6
Configuration
📅 Schedule: Branch creation - "before 5am 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.