Skip to content
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 non-major shared dependencies #1994

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.25.7 -> 7.26.4 age adoption passing confidence
@babel/core (source) 7.25.8 -> 7.26.0 age adoption passing confidence
@babel/preset-env (source) 7.25.8 -> 7.26.0 age adoption passing confidence
@babel/preset-react (source) 7.25.7 -> 7.26.3 age adoption passing confidence
@babel/preset-typescript (source) 7.25.7 -> 7.26.0 age adoption passing confidence
@rollup/plugin-commonjs (source) 28.0.0 -> 28.0.2 age adoption passing confidence
@rollup/plugin-replace (source) 6.0.1 -> 6.0.2 age adoption passing confidence
@storybook/addon-designs 8.0.3 -> 8.0.4 age adoption passing confidence
@swc/core (source) 1.7.35 -> 1.10.1 age adoption passing confidence
@swc/jest (source) 0.2.36 -> 0.2.37 age adoption passing confidence
@testing-library/jest-dom 6.5.0 -> 6.6.3 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/jest (source) 29.5.13 -> 29.5.14 age adoption passing confidence
@types/prop-types (source) 15.7.13 -> 15.7.14 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.17 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence
@zendeskgarden/css-bedrock (source) 10.0.0 -> 10.0.1 age adoption passing confidence
@zendeskgarden/svg-icons (source) 7.3.0 -> 7.5.0 age adoption passing confidence
core-js (source) 3.38.1 -> 3.39.0 age adoption passing confidence
eslint (source) 9.12.0 -> 9.17.0 age adoption passing confidence
execa 9.4.0 -> 9.5.2 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
inquirer (source) 12.0.0 -> 12.2.0 age adoption passing confidence
lerna (source) 8.1.8 -> 8.1.9 age adoption passing confidence
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence
markdownlint-cli 0.42.0 -> 0.43.0 age adoption passing confidence
ora 8.1.0 -> 8.1.1 age adoption passing confidence
postcss-styled-syntax 0.6.4 -> 0.7.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
qs 6.13.0 -> 6.13.1 age adoption passing confidence
rollup (source) 4.24.0 -> 4.28.1 age adoption passing confidence
stylelint (source) 16.10.0 -> 16.12.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
webpack 5.95.0 -> 5.97.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli)

v7.26.4

Compare Source

↩️ Revert
  • babel-traverse

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.2

2024-12-15

Updates
  • docs: output.exports recommendation also applies to IIFE (#​1810)

v28.0.1

2024-10-16

Updates
rollup/plugins (@​rollup/plugin-replace)

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)
storybookjs/addon-designs (@​storybook/addon-designs)

v8.0.4

Compare Source

🐛 Bug Fix
Authors: 1
swc-project/swc (@​swc/core)

v1.10.1

Compare Source

Bug Fixes
  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#​9786) (5a44c6b)
Features

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.9.3

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.9.2

Compare Source

Bug Fixes
Features

v1.9.1

Compare Source

Bug Fixes

v1.9.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.8.0

Compare Source

Bug Fixes
  • (es/typescript) Handle multiline type parameters in async arrow functions (#​9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#​9707) (c135f71)

Features
Performance

v1.7.42

Compare Source

Bug Fixes
Features
  • (es/minifier) Optimize switch with side effect and termination tests (#​9677) (7344a63)

  • (es/parser) Ability to get script's potential module errors (#​9682) (2bbd1e8)

Miscellaneous Tasks
Performance

v1.7.40

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (deps) Update dependency swc-plugin-coverage-instrument to ^0.0.25 (#​9676) (b8d255b)

v1.7.39

Compare Source

Bug Fixes
  • (es/compat) Add missing visit children for destructuring (#​9658) (32116a0)

  • (es/parser) Correct > and < when exit type context (#​9653) (abffc07)

  • (es/proposal) Use tsc version of explicit resource management (#​9585) (f735108)

  • (wasm-typescript) Fix option types of functions (#​9662) (4cbe33c)

Features
Miscellaneous Tasks

v1.7.36

Compare Source

Bug Fixes
  • (es) Run esnext transforms on esnext target (#​9644) (8a19201)

  • (es/codegen) Emit space after div if rhs has leading comment (#​9631) (f2be26e)

  • (es/lints) Correct the false positive error of TS2309 (#​9635) (f74c1f3)

  • (es/minifier) Only merge last if return (#​9633) (6f52949)

  • (es/minifier) Check type of assignment target before merging assignments (#​9617) (4436621)

Features
Miscellaneous Tasks
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.1.0

Compare Source

zendeskgarden/css-components (@​zendeskgarden/css-bedrock)

v10.0.1

Compare Source

zendeskgarden/svg-icons (@​zendeskgarden/svg-icons)

v7.5.0

Compare Source

Features

v7.4.0

Compare Source

Features
zloirock/core-js (core-js)

v3.39.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 6th week" (UTC), 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.

@coveralls
Copy link

coveralls commented Dec 16, 2024

Coverage Status

coverage: 95.584%. remained the same
when pulling 8f3999d on renovate/shared-minor-patch
into 93fb392 on main.

@jzempel jzempel merged commit a7dc5a4 into main Dec 19, 2024
8 checks passed
@jzempel jzempel deleted the renovate/shared-minor-patch branch December 19, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants