Skip to content

chore(deps): update non-major shared dependencies#721

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/shared-minor-patch
Open

chore(deps): update non-major shared dependencies#721
renovate[bot] wants to merge 1 commit intomainfrom
renovate/shared-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 19, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/cli (source) 7.28.37.28.6 age confidence
@babel/core (source) 7.28.57.29.0 age confidence
@babel/plugin-transform-runtime (source) 7.28.57.29.0 age confidence
@babel/preset-env (source) 7.28.57.29.2 age confidence
@babel/runtime (source) 7.26.107.29.2 age confidence
@rollup/plugin-commonjs (source) 29.0.029.0.2 age confidence
@storybook/addon-a11y (source) 8.6.148.6.18 age confidence
@storybook/addon-actions (source) 8.6.148.6.18 age confidence
@storybook/react (source) 8.6.148.6.18 age confidence
@storybook/react-webpack5 (source) 8.6.148.6.18 age confidence
@swc/core (source) 1.15.31.15.24 age confidence
@testing-library/react 16.3.016.3.2 age confidence
@types/react (source) 18.3.2718.3.28 age confidence
@zendeskgarden/eslint-config (source) 47.0.047.1.0 age confidence
@zendeskgarden/react-theming (source) 9.12.29.15.0 age confidence
@zendeskgarden/scripts (source) 2.5.12.5.3 age confidence
autoprefixer 10.4.2210.4.27 age confidence
babel-plugin-module-resolver 5.0.25.0.3 age confidence
commander 14.0.214.0.3 age confidence
core-js (source) 3.47.03.49.0 age confidence
eslint (source) 9.39.19.39.4 age confidence
markdownlint-cli 0.46.00.48.0 age confidence
postcss (source) 8.5.68.5.9 age confidence
prettier (source) 3.7.43.8.2 age confidence
rollup-plugin-license 3.6.03.7.1 age confidence
rollup-plugin-typescript2 0.36.00.37.0 age confidence
styled-components (source) 6.1.196.4.0 age confidence
tailwindcss (source) 3.4.183.4.19 age confidence

Release Notes

babel/babel (@​babel/cli)

v7.28.6

Compare Source

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix
  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx
💅 Polish
  • babel-core, babel-standalone
🏠 Internal
  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex
🏃‍♀️ Performance
Committers: 7
babel/babel (@​babel/preset-env)

v7.29.2

Compare Source

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

rollup/plugins (@​rollup/plugin-commonjs)

v29.0.2

2026-03-06

Bugfixes
  • commonjs: conditional exports (#​1952)

v29.0.1

2026-03-05

Bugfixes
  • commonjs: correctly replaces shorthand "global" property in object (#​1957)
storybookjs/storybook (@​storybook/addon-a11y)

v8.6.18

Compare Source

8.6.18
  • Add request validation

v8.6.17

Compare Source

8.6.17
  • Harden websocket connection

v8.6.16

Compare Source

8.6.16
  • No-op release. No changes.

v8.6.15

Compare Source

swc-project/swc (@​swc/core)

v1.15.24

Compare Source

Bug Fixes
Features
  • (es/minifier) Remove useless arguments for non inlined callee (#​11645) (bab249e)

  • (react-compiler) Advance SWC parity for upstream fixtures (#​11724) (468da70)

  • (react-compiler) Tighten core validation parity for upstream fixtures (#​11734) (7e2cf8d)

  • (react-compiler) Improve SWC parity for early-return and hooks validation (#​11738) (4739c58)

  • (react-compiler) M1 memo validators + lint gating alignment (#​11739) (7e1ad26)

  • (react-compiler) Improve Stage A diagnostic parity and validation aggregation (#​11745) (0e2075e)

  • (react-compiler) Continue swc parity for dependency handling (#​11747) (83688c8)

Refactor
Ci

v1.15.21

Compare Source

Bug Fixes
Documentation
Features
Performance
Refactor
Testing
Ci

v1.15.18

Compare Source

Bug Fixes
Documentation
Features
Ci

v1.15.17

Compare Source

Documentation
Features

v1.15.13

Compare Source

Bug Fixes
  • (errors) Avoid panic on invalid diagnostic spans (#​11561) (b24b8e0)

  • (es/helpers) Fix _object_without_properties crash on primitive values (#​11571) (4f35904)

  • (es/jsx) Preserve whitespace before HTML entities (#​11521) (64be077)

  • (es/minifier) Do not merge if statements with different local variable values (#​11518) (3e63627)

  • (es/minifier) Prevent convert_tpl_to_str when there's emoji under es5 (#​11529) (ff6cf88)

  • (es/minifier) Inline before merge if (#​11526) (aa5a9ac)

  • (es/minifier) Preserve array join("") nullish semantics (#​11558) (d477f61)

  • (es/minifier) Inline side-effect-free default params (#​11564) (1babda7)

  • (es/parser) Fix generic arrow function in TSX mode (#​11549) (366a16b)

  • (es/react) Preserve first-line leading whitespace with entities (#​11568) (fc62617)

  • (es/regexp) Transpile unicode property escapes in RegExp constructor (#​11554) (476d544)

Documentation
Features
Refactor
  • (es/parser) Compare token kind rather than strings (#​11531) (5872ffa)

  • (es/typescript) Run typescript transform in two passes (#​11532) (b069558)

  • (es/typescript) Precompute namespace import-equals usage in semantic pass (#​11534) (b7e87c7)

Testing
Ci

v1.15.11

Compare Source

Bug Fixes
  • (es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#​11488) (1520633)

  • (es/decorators) Invoke addInitializer callbacks for decorated fields (#​11495) (11cfe4d)

  • (es/es3) Visit export decl body even if name is not reserved (#​11473) (9113fff)

  • (es/es3) Remove duplicate code (#​11499) (fbee775)

  • (es/minifier) Treat new expression with empty class as side-effect free (#​11455) (a33a45e)

  • (es/minifier) Escape control characters when converting strings to template literals (#​11464) (028551f)

  • (es/minifier) Handle unused parameters with default values (#​11494) (6ed1ee9)

  • (es/module) Preserve ./ prefix for hidden directory imports (#​11489) (a005391)

  • (es/parser) Validate dynamic import argument count (#​11462) (2f67591)

  • (es/parser) Allow compilation with --no-default-features (#​11460) (b70c5f8)

  • (es/parser) Skip emitting TS1102 in TypeScript mode (#​11463) (e6f5b06)

  • (es/parser) Reject ambiguous generic arrow functions in TSX mode (#​11491) (ac00915)

  • (es/parser) Disallow NumericLiteralSeparator with BigInts (#​11510) (6b3644b)

  • (es/react) Preserve HTML entity-encoded whitespace in JSX (#​11474) (7d433a9)

  • (es/renamer) Prevent duplicate parameter names with destructuring patterns (#​11456) (e25a2c8)

  • (es/testing) Skip update when expected output has invalid code (#​11469) (2be6b8a)

  • (es/typescript) Don't mark enums with opaque members as pure (#​11452) (b713fae)

  • (preset-env) Distinguish unknown browser vs empty config (#​11457) (1310957)

Documentation
Features
  • *(cli)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday every 9 weeks of the year starting on the 4th week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 19, 2026 01:59
@coveralls
Copy link
Copy Markdown

coveralls commented Jan 19, 2026

Coverage Status

coverage: 95.67%. remained the same — renovate/shared-minor-patch into main

@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 6 times, most recently from 61de687 to ad66419 Compare January 23, 2026 20:35
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 8 times, most recently from 4d5cfdf to 291ebf3 Compare February 2, 2026 19:26
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 2 times, most recently from 0034ab8 to b4a35da Compare February 8, 2026 04:50
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 5 times, most recently from 73f0c17 to 9029464 Compare February 19, 2026 22:09
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 6 times, most recently from 9551645 to a7413ae Compare February 26, 2026 22:35
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch from a7413ae to 5b511da Compare March 1, 2026 01:32
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 8 times, most recently from 685226c to dca4434 Compare March 6, 2026 22:37
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 5 times, most recently from 4278b2a to 69dac51 Compare March 19, 2026 09:44
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 3 times, most recently from d811df3 to 0d74f97 Compare March 29, 2026 09:33
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 4 times, most recently from 8a941c5 to a73ff08 Compare April 4, 2026 08:51
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 3 times, most recently from df13b45 to dd1ef61 Compare April 9, 2026 17:42
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch from dd1ef61 to a2b21d2 Compare April 10, 2026 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant