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

Update npm dependencies update to latest #2547

Merged
merged 5 commits into from
Mar 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chromatic-com/storybook 3.2.4 -> 3.2.5 age adoption passing confidence
@storybook/addon-a11y (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/addon-actions (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/addon-docs (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/addon-essentials (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/addon-interactions (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/addon-links (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/addon-webpack5-compiler-swc 2.0.0 -> 2.1.0 age adoption passing confidence
@storybook/cli (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/html (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/html-webpack5 (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/manager-api (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@storybook/theming (source) 8.5.3 -> 8.6.3 age adoption passing confidence
@tanstack/table-core (source) 8.20.5 -> 8.21.2 age adoption passing confidence
@tanstack/virtual-core (source) 3.13.0 -> 3.13.2 age adoption passing confidence
@types/jasmine (source) 5.1.5 -> 5.1.7 age adoption passing confidence
@types/node (source) 22.10.7 -> 22.13.9 age adoption passing confidence
js-beautify (source) 1.15.3 -> 1.15.4 age adoption passing confidence
rollup (source) 4.34.6 -> 4.34.9 age adoption passing confidence
rollup-plugin-sourcemaps2 ^0.4.1 -> ^0.5.0 age adoption passing confidence
rxjs (source) 7.8.1 -> 7.8.2 age adoption passing confidence
storybook (source) 8.5.3 -> 8.6.3 age adoption passing confidence
terser-webpack-plugin 5.3.11 -> 5.3.12 age adoption passing confidence
vite (source) 6.1.0 -> 6.2.0 age adoption passing confidence
webpack 5.97.1 -> 5.98.0 age adoption passing confidence

Release Notes

chromaui/addon-visual-tests (@​chromatic-com/storybook)

v3.2.5

Compare Source

🐛 Bug Fix
Authors: 3
storybookjs/storybook (@​storybook/addon-a11y)

v8.6.3

Compare Source

v8.6.2

Compare Source

v8.6.1

Compare Source

v8.6.0

Compare Source

The 8.6 release focuses on Storybook Test, which brings realtime component, accessibility, and visual UI tests to your favorite component workshop.

Here’s what’s new:

  • 🎁 Storybook Test installer for out-of-the-box tests in new projects
  • 🦾 Accessibility “todo” workflow to systematically fix a11y violations
  • 🗜️ 80% smaller create-storybook package for much faster installs
  • 🧪 Dozens of Test fixes based on user feedback
  • 📕 Docs fixes for table of contents, code snippets, and more
  • 🚨 Key security fixes for Vite and ESbuild
  • 💯 Hundreds more improvements
List of all updates

v8.5.8

Compare Source

v8.5.7

Compare Source

v8.5.6

Compare Source

v8.5.5

Compare Source

v8.5.4

Compare Source

storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v2.1.0

Compare Source

🚀 Enhancement
  • Updating swc and storybook deps to fix punycode module deprecation warning #​15 (@​skitscha)
🐛 Bug Fix
Authors: 2

TanStack/table (@​tanstack/table-core)

v8.21.2

Compare Source

Version 8.21.2 - 2/11/25, 8:59 PM

Changes

Fix
Docs
  • row accessor bug in example code block (#​5893) (b1506a7) by Valerii Petryniak
  • virtualizer tbody from onchange (827b098) by Kevin Van Cott
  • exp virtual - remeasure when table state changes (9e6987d) by Kevin Van Cott
  • angular: add expanding and sub components examples (#​5898) (099e1a4) by @​riccardoperra
  • example name (57703a4) by Kevin Van Cott

Packages

TanStack/virtual (@​tanstack/virtual-core)

v3.13.2

Compare Source

Version 3.13.2 - 2/25/25, 7:40 AM

Changes

Fix

Packages

v3.13.1

Compare Source

Version 3.13.1 - 2/25/25, 6:21 AM

Changes

Fix
  • align startIndex & endIndex to lanes for masonry mode (#​933) (5961e35) by Azq2
Chore
  • deps: update all non-major dependencies (#​934) (8e55113) by renovate[bot]
  • deps: update all non-major dependencies (#​929) (f026ee9) by renovate[bot]
  • deps: update all non-major dependencies (#​926) (8cdc6da) by renovate[bot]

Packages

beautifier/js-beautify (js-beautify)

v1.15.4

Compare Source

  • Downgrade nopt to v7.x to maintain Node.js v14 compatibility (#​2358)
rollup/rollup (rollup)

v4.34.9

Compare Source

2025-03-01

Bug Fixes
  • Support JSX modes in WASM (#​5866)
  • Allow the CustomPluginOptions to be extended (#​5850)
Pull Requests

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests
2wce/rollup-plugin-sourcemaps2 (rollup-plugin-sourcemaps2)

v0.5.0

Compare Source

Minor Changes
  • e9932a3: fix: resolve only the last source mapping url in case there are multiple urls from source.
Patch Changes
  • e9932a3: chore: update package dependencies 🧹🧹

v0.4.4

Compare Source

Patch Changes
  • 251dd7f: chore: update package dependencies 🧹🧹
reactivex/rxjs (rxjs)

v7.8.2

Compare Source

webpack-contrib/terser-webpack-plugin (terser-webpack-plugin)

v5.3.12

Compare Source

vitejs/vite (vite)

v6.2.0

Compare Source

v6.1.1

Compare Source

webpack/webpack (webpack)

v5.98.0

Compare Source

Fixes

Configuration

📅 Schedule: Branch creation - "monthly" (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.


  • 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 review from rajsite and jattasNI as code owners March 1, 2025 03:02
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch 2 times, most recently from c67895b to 129fb2e Compare March 1, 2025 14:45
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch from 129fb2e to de18796 Compare March 3, 2025 18:50
@jattasNI jattasNI enabled auto-merge (squash) March 3, 2025 22:31
@jattasNI jattasNI merged commit 7403ed7 into main Mar 3, 2025
14 checks passed
@jattasNI jattasNI deleted the renovate/npm-dependencies-update-to-latest branch March 3, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant