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 all non-major dependencies #3305

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.18.1 -> 6.18.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/addon-interactions (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/addon-links (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/addon-onboarding (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/addon-themes (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/blocks (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/react (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/react-vite (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@storybook/test (source) 8.3.6 -> 8.4.1 age adoption passing confidence
@tanstack/react-query (source) 5.59.16 -> 5.59.19 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.59.16 -> 5.59.19 age adoption passing confidence
@testing-library/jest-dom 6.6.2 -> 6.6.3 age adoption passing confidence
@types/node (source) 20.17.1 -> 20.17.6 age adoption passing confidence
@types/node (source) 22.8.1 -> 22.8.7 age adoption passing confidence
@types/vscode (source) 1.94.0 -> 1.95.0 age adoption passing confidence
@vitest/ui (source) 2.1.3 -> 2.1.4 age adoption passing confidence
json-schema-faker (source) 0.5.6 -> 0.5.7 age adoption passing confidence
storybook (source) 8.3.6 -> 8.4.1 age adoption passing confidence
vitest (source) 2.1.3 -> 2.1.4 age adoption passing confidence
webpack 5.95.0 -> 5.96.1 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.18.2

Compare Source

Bug fixes

Don't immediately show synchronously updated completions when there are some sources that still need to return.

storybookjs/storybook (@​storybook/addon-essentials)

v8.4.1

Compare Source

v8.4.0

Compare Source

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

  • ▶️ Unified UI for component testing
  • 5️⃣ Svelte 5 and Svelte CSF support
  • ⚛️ React Native Storybook 8 release
  • 🏷️ Tags-based filtering to organize your Storybook
  • 🫧 Dependency cleanup to reduce install footprint
  • 💯 Hundreds more improvements
List of all updates
storybookjs/storybook (@​storybook/addon-onboarding)

v8.4.1

Compare Source

v8.4.0

Compare Source

TanStack/query (@​tanstack/react-query)

v5.59.19

Compare Source

Version 5.59.19 - 11/3/24, 2:17 PM

Changes

Fix
  • query-devtools: handle null properties for __previousQueryOptions (#​8240) (9c93dc0) by Kae
Test
Docs
  • community-projects: Add Atomic CRM to the list of community projects (#​8229) (92defc6) by CarolineClr

Packages

v5.59.18

Compare Source

Version 5.59.18 - 11/3/24, 9:27 AM

Changes

Fix
  • useQuery: don"t retryOnMount when prefetchInRender is used (#​8247) (74f0d6a) by Dominik Dorfmeister

Packages

v5.59.17

Compare Source

Version 5.59.17 - 11/2/24, 5:45 PM

Changes
Fix
  • useQueries: warn on duplicate keys (#​8246) (c643635) by Dominik Dorfmeister
Chore
Test
  • react-query: better query-persist-client-core import (#​8212) (1865f0d) by Lachlan Collins
Docs
  • angular-query: add query options from a service example (#​8220) (c61ff1e) by Arnoud
Packages
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

vitest-dev/vitest (@​vitest/ui)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
json-schema-faker/json-schema-faker (json-schema-faker)

v0.5.7

Compare Source

webpack/webpack (webpack)

v5.96.1

Compare Source

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 November 4, 2024 00:37
@renovate renovate bot added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Nov 4, 2024
@renovate renovate bot requested review from wesbillman and removed request for a team November 4, 2024 00:37
@renovate renovate bot enabled auto-merge (squash) November 4, 2024 00:37
@renovate renovate bot merged commit f93a056 into main Nov 4, 2024
95 of 96 checks passed
@renovate renovate bot deleted the renovate/js-all-minor-patch branch November 4, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants