-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #745
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
8d5742f
to
010d0da
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
^4.0.0
->^4.0.3
^1.1.2
->^1.2.0
^6.1.3
->^6.2.0
^3.3.1
->^3.3.2
^8.8.2
->^8.11.0
^14.3.0
->^14.6.0
^28.8.0
->^28.11.0
^7.8.0
->^7.11.0
^6.8.0
->^6.11.0
^5.8.0
->^5.11.0
^5.8.0
->^5.11.0
^8.14.4
->^8.15.7
^1.10.0
->^1.10.1
^9.11.1
->^9.14.0
^2.9.1
->^2.9.2
22.9.0
->22.11.0
^1.79.4
->^1.80.6
^16.0.2
->^16.0.3
^5.95.0
->^5.96.1
Release Notes
streetsidesoftware/cspell-dicts (@cspell/dict-de-de)
v4.0.3
Compare Source
Updates and Bug Fixes
mheob/config (@mheob/commitlint-config)
v1.2.0
Compare Source
Minor Changes
Patch Changes
WordPress/gutenberg (@wordpress/babel-preset-default)
v8.11.0
Compare Source
v8.10.0
Compare Source
Enhancements
@babel/core
dependency has been updated from requiring^7.16.0
to requiring7.25.7
(#36244).@babel/plugin-transform-react-jsx
dependency has been updated from requiring^7.16.0
to requiring7.25.7
(#36244).@babel/plugin-transform-runtime
dependency has been updated from requiring^7.16.0
to requiring7.25.7
(#36244).@babel/preset-env
dependency has been updated from requiring^7.16.0
to requiring7.25.7
(#36244).@babel/preset-typescript
dependency has been updated from requiring^7.16.0
to requiring7.25.7
(#36244).@babel/runtime
dependency has been updated from requiring^7.16.0
to requiring7.25.7
(#36244).v8.9.0
Compare Source
Bug Fixes
WordPress/gutenberg (@wordpress/block-editor)
v14.6.0
Compare Source
v14.5.0
Compare Source
v14.4.0
Compare Source
v14.3.12
Compare Source
v14.3.11
Compare Source
v14.3.10
Compare Source
v14.3.9
Compare Source
v14.3.8
Compare Source
v14.3.7
Compare Source
v14.3.6
Compare Source
v14.3.5
Compare Source
v14.3.4
Compare Source
v14.3.3
Compare Source
v14.3.2
Compare Source
v14.3.1
: 14.3.1Compare Source
Changelog
Code Quality
Block Library
First time contributors
The following PRs were merged by first time contributors:
Contributors
The following contributors merged PRs in this release:
@jorgefilipecosta
WordPress/gutenberg (@wordpress/components)
v28.11.0
Compare Source
Deprecations
BorderBoxControl
: Deprecate 36px default size (#65752).BorderControl
: Deprecate 36px default size (#65755).Bug Fixes
ColorPalette
: prevent overflow of custom color button background (#66152).RadioGroup
: Fix arrow key navigation in RTL (#66202).Tabs
andToggleGroupControl
: round indicator size (#66426).Enhancements
PaletteEdit
: useItem
internally instead of custom styles (#66164).Popover
: Use small size variant for close button whenexpandOnMobile
prop is enabled (#66587).Experimental
Tabs
: remove internal custom logic (#66097).Tabs
: add props to control active tab item (#66223).Tabs
: restore vertical alignent for tabs content (#66215).Tabs
: fix indicator animation (#66198).Tabs
: update indicator more reactively (#66207).Tabs
andTabPanel
: Fix arrow key navigation in RTL (#66201).Tabs
: override tablist's tabindex only when necessary (#66209).DropdownMenuV2
: rename toMenu
(#66289).Internal
react-hooks/exhaustive-deps
rule (#66324).TabPanel
: Add 40px size prop to tab Button (#66557).Panel
: Add 40px size prop to Button (#66589).v28.10.0
Compare Source
Bug Fixes
Tooltip
: addaria-describedby
to the anchor only if not redundant (#65989).PaletteEdit
: dedupe palette element slugs (#65772).RangeControl
: do not tooltip contents to the DOM when not shown (#65875).Tabs
: fix skipping indication animation glitch (#65878).ToggleGroupControl
: Don't autoselect option on first group focus (#65892).Button
: fixbox-shadow
transition for secondary variation (#66045).ToggleGroupControl
: Don't set value on focus after a reset (#66151).Deprecations
SearchControl
: Soft deprecateonClose
prop (#65988).Enhancements
Modal
: Modal dialog small improvement for elementShouldBeHidden (#65941).Tabs
: revamped vertical orientation styles (#65387).ComboboxControl
: displayNo items found
when there are no matches found (#66142)FormTokenField
: displayNo items found
when there are no matches found. This occurs when the__experimentalExpandOnFocus
prop is enabled (#66142)v28.9.0
Compare Source
Bug Fixes
ToolsPanel
: atomic one-step state update when (un)registering panels (#65564).Navigator
: fixisInitial
logic (#65527).ToggleGroupControl
: Fix arrow key navigation in RTL (#65735).ToggleGroupControl
: indicator doesn't jump around when the layout around it changes (#65175).Composite
: fix legacy support for the store prop (#65821).Composite
: make items tabbable if active element gets removed (#65720).DropZone
: fix class names on drop (#65798).Deprecations
__experimentalBorderControl
can now be imported as a stableBorderControl
(#65475).__experimentalBorderBoxControl
can now be imported as a stableBorderBoxControl
(#65586).__experimentalNavigator*
components can now be imported as a stableNavigator
. Similarly, the__experimentalUseNavigator
hook can be imported as a stableuseNavigator
(#65802).Enhancements
Tabs
: handle horizontal overflow and large tab lists gracefully (#64371).BorderControl
: promote to stable (#65475).BorderBoxControl
: promote to stable (#65586).MenuGroup
: Simplify the MenuGroup styles within dropdown menus. (#65561).DatePicker
: Use compact button size. (#65653).Navigator
: add support for exit animation (#64777).Guide
: Update finish button to use the new default size (#65680).BorderControl
: Use__next40pxDefaultSize
prop for Reset button (#65682).Navigator
: stabilize APIs (#64613).ToggleGroupControl
: indicator animation is now more lightweight and performant (#65175).v28.8.10
Compare Source
v28.8.9
Compare Source
v28.8.8
Compare Source
v28.8.7
Compare Source
v28.8.6
Compare Source
v28.8.5
Compare Source
v28.8.4
Compare Source
v28.8.3
Compare Source
v28.8.2
Compare Source
v28.8.1
Compare Source
WordPress/gutenberg (@wordpress/compose)
v7.11.0
Compare Source
v7.10.0
Compare Source
v7.9.0
Compare Source
Bug Fixes
useResizeObserver
: export legacy API at top-level for React Native (#65588).v7.8.3
Compare Source
v7.8.2
Compare Source
v7.8.1
: 7.8.1Compare Source
Try fix image block (#21167)
Annotations: Merge assigned block className with incoming prop (#21184)
Framework: Guard WP_Patterns_Registry call by class_exists
WordPress/gutenberg (@wordpress/element)
v6.11.0
Compare Source
v6.10.0
Compare Source
v6.9.0
Compare Source
v6.8.1
Compare Source
WordPress/gutenberg (@wordpress/i18n)
v5.11.0
Compare Source
v5.10.0
Compare Source
v5.9.0
Compare Source
v5.8.2
Compare Source
v5.8.1
Compare Source
WordPress/gutenberg (@wordpress/postcss-plugins-preset)
v5.11.0
Compare Source
v5.10.0
Compare Source
v5.9.0
Compare Source
v5.8.3
Compare Source
v5.8.2
Compare Source
v5.8.1
Compare Source
streetsidesoftware/cspell (cspell)
v8.15.7
Compare Source
v8.15.6
Compare Source
v8.15.5
Compare Source
v8.15.4
Compare Source
v8.15.3
Compare Source
v8.15.2
Compare Source
v8.15.1
Compare Source
v8.15.0
Compare Source
Zhengqbbb/cz-git (cz-git)
v1.10.1
Compare Source
Bug Fixes
eslint/eslint (eslint)
v9.14.0
Compare Source
v9.13.0
Compare Source
v9.12.0
Compare Source
Features
5a6a053
feat: update tojiti
v2 (#18954) (Arya Emami)17a07fb
feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)2ff0e51
feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453
feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)Bug Fixes
ea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)fdd6319
fix: Issues with type definitions (#18940) (Arya Emami)Documentation
ecbd522
docs: Mention code explorer (#18978) (Nicholas C. Zakas)7ea4ecc
docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)d3e4b2e
docs: Clarify how to exclude.js
files (#18976) (Milos Djermanovic)57232ff
docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)b80ed00
docs: Update README (GitHub Actions Bot)cb69ab3
docs: Update README (GitHub Actions Bot)7fb0d95
docs: Update README (GitHub Actions Bot)493348a
docs: Update README (GitHub Actions Bot)87a582c
docs: fix typo inid-match
rule (#18944) (Jay)Chores
555aafd
chore: upgrade to@eslint/[email protected]
(#18987) (Francesco Trotta)873ae60
chore: package.json update for @eslint/js release (Jenkins)d0a5414
refactor: replace strip-ansi with native module (#18982) (Cristopher)b827029
chore: Enable JSON5 linting (#18979) (Milos Djermanovic)8f55ca2
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)c1a2725
chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
v2.9.2
Compare Source
nodejs/node (node)
v22.11.0
Compare Source
v22.10.0
: 2024-10-16, Version 22.10.0 (Current), @aduh95Compare Source
Notable Changes
New
"module-sync"
exports conditionThis release introduces a
"module-sync"
exports condition that's enabled whenrequire(esm)
is enabled, so packages can supply a synchronous ES module to theNode.js module loader, no matter if it's being required or imported. This is
similar to the
"module"
condition that bundlers have been using to supportrequire(esm)
in Node.js, and allows dual-package authors to opt into ESM-firstonly on newer versions of Node.js that supports
require(esm)
to avoid thedual-package hazard.
Or if the package is only meant to be run on Node.js and wants to fallback to
CJS on older versions that don't have
require(esm)
:For package authors: this only serves as a feature-detection mechanism for
packages that wish to support both CJS and ESM users during the period when some
active Node.js LTS versions support
require(esm)
while some older ones don't.When all active Node.js LTS lines support
require(esm)
, packages can simplifytheir distributions by bumping the major version, dropping their CJS exports,
and removing the
module-sync
exports condition (with onlymain
ordefault
targetting the ESM exports). If the package needs to support both bundlers and
being run unbundled on Node.js during the transition period, use both
module-sync
andmodule
and point them to the same ESM file. If the packagealready doesn't want to support older versions of Node.js that doesn't support
require(esm)
, don't use this export condition.For bundlers/tools: they should avoid implementing this stop-gap condition.
Most existing bundlers implement the de-facto bundler standard
module
exports condition, and that should be enough to support users who want to bundle
ESM from CJS consumers. Users who want both bundlers and Node.js to recognize
the ESM exports can use both
module
/module-sync
conditions during thetransition period, and can drop
module-sync
+module
when they no longer needto support older versions of Node.js. If tools do want to support this
condition, it's recommended to make the resolution rules in the graph pointed by
this condition match the Node.js native ESM rules to avoid divergence.
We ended up implementing a condition with a different name instead of reusing
"module"
, because existing code in the ecosystem using the"module"
condition sometimes also expect the module resolution for these ESM files to
work in CJS style, which is supported by bundlers, but the native Node.js loader
has intentionally made ESM resolution different from CJS resolution (e.g.
forbidding
import './noext'
orimport './directory'
), so it would bebreaking to implement a
"module"
condition without implementing the forbiddenESM resolution rules. For now, this just implements a new condition as
semver-minor so it can be backported to older LTS.
Contributed by Joyee Cheung in #54648.
node --run
is now stableThis CLI flag runs a specified command from a
package.json
's"scripts"
object.For the following
package.json
:You can run
node --run test
and that would start the test suite.Contributed by Yagiz Nizipli in #53763.
Other notable changes
f0b441230a
] - (SEMVER-MINOR) crypto: addKeyObject.prototype.toCryptoKey
(Filip Skokan) #55262349d2ed07b
] - (SEMVER-MINOR) crypto: add Date fields forvalidTo
andvalidFrom
(Andrew Moon) #54159bebc95ed58
] - doc: add abmusse to collaborators (Abdirahim Musse) [#55086](https://redirect.github.com/nodejs/nodeConfiguration
📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Berlin, 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.