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

Bump the ui-package-dependencies group in /ui-package with 6 updates #170

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2024

Bumps the ui-package-dependencies group in /ui-package with 6 updates:

Package From To
@tanstack/react-query 5.59.16 5.59.19
viem 2.21.36 2.21.40
mini-css-extract-plugin 2.9.1 2.9.2
sass 1.80.4 1.80.6
sass-loader 16.0.2 16.0.3
webpack 5.95.0 5.96.1

Updates @tanstack/react-query from 5.59.16 to 5.59.19

Release notes

Sourced from @​tanstack/react-query's releases.

v5.59.19

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

Changes

Fix

  • query-devtools: handle null properties for __previousQueryOptions (#8240) (9c93dc0) by Kae

Test

  • react-query: remove async from queryFn (#8232) (0f84062) by Sol Lee

Docs

  • community-projects: Add Atomic CRM to the list of community projects (#8229) (92defc6) by CarolineClr

Packages

  • @​tanstack/query-devtools@​5.59.19
  • @​tanstack/react-query@​5.59.19
  • @​tanstack/react-query-devtools@​5.59.19
  • @​tanstack/react-query-persist-client@​5.59.19
  • @​tanstack/react-query-next-experimental@​5.59.19
  • @​tanstack/solid-query-devtools@​5.59.19
  • @​tanstack/svelte-query-devtools@​5.59.19
  • @​tanstack/vue-query-devtools@​5.59.19
  • @​tanstack/angular-query-devtools-experimental@​5.59.19

v5.59.18

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

  • @​tanstack/react-query@​5.59.18
  • @​tanstack/react-query-devtools@​5.59.18
  • @​tanstack/react-query-persist-client@​5.59.18
  • @​tanstack/react-query-next-experimental@​5.59.18

v5.59.17

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

Changes

... (truncated)

Commits

Updates viem from 2.21.36 to 2.21.40

Release notes

Sourced from viem's releases.

viem@2.21.40

Patch Changes

viem@2.21.39

Patch Changes

viem@2.21.38

Patch Changes

viem@2.21.37

Patch Changes

Commits

Updates mini-css-extract-plugin from 2.9.1 to 2.9.2

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.9.2

2.9.2 (2024-11-01)

Bug Fixes

Changelog

Sourced from mini-css-extract-plugin's changelog.

2.9.2 (2024-11-01)

Bug Fixes

Commits

Updates sass from 1.80.4 to 1.80.6

Release notes

Sourced from sass's releases.

Dart Sass 1.80.6

To install Sass 1.80.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.5

To install Sass 1.80.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.80.6

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.
Commits

Updates sass-loader from 16.0.2 to 16.0.3

Release notes

Sourced from sass-loader's releases.

v16.0.3

16.0.3 (2024-11-01)

Bug Fixes

  • modern-compiler: dispose redundant compilers (#1245) (004ed38)
Changelog

Sourced from sass-loader's changelog.

16.0.3 (2024-11-01)

Bug Fixes

  • modern-compiler: dispose redundant compilers (#1245) (004ed38)
Commits

Updates webpack from 5.95.0 to 5.96.1

Release notes

Sourced from webpack's releases.

v5.96.1

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

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
Commits
  • d4ced73 chore(release): 5.96.1
  • 7d6dbea fix: types regression in validate
  • 5c556e3 fix: types regression in validate
  • 2420eae fix: add @types/eslint-scope to dependencies due types regression
  • ec45d2d fix: add @types/eslint-scope to dependencies
  • aff0c3e chore(release): 5.96.0
  • 6f11ec1 refactor: module source types code
  • b07142f refactor: module source types code
  • 7d98b3c fix: Module Federation should track all referenced chunks
  • 6d09769 chore: linting
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ui-package-dependencies group in /ui-package with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.59.16` | `5.59.19` |
| [viem](https://github.com/wevm/viem) | `2.21.36` | `2.21.40` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.1` | `2.9.2` |
| [sass](https://github.com/sass/dart-sass) | `1.80.4` | `1.80.6` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.2` | `16.0.3` |
| [webpack](https://github.com/webpack/webpack) | `5.95.0` | `5.96.1` |


Updates `@tanstack/react-query` from 5.59.16 to 5.59.19
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.59.19/packages/react-query)

Updates `viem` from 2.21.36 to 2.21.40
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.21.36...viem@2.21.40)

Updates `mini-css-extract-plugin` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.9.1...v2.9.2)

Updates `sass` from 1.80.4 to 1.80.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.4...1.80.6)

Updates `sass-loader` from 16.0.2 to 16.0.3
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.2...v16.0.3)

Updates `webpack` from 5.95.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.95.0...v5.96.1)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-package-dependencies
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-package-dependencies
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-package-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-package-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-package-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-package-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 5, 2024
@pk910 pk910 merged commit 795c4da into master Nov 6, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui-package/ui-package-dependencies-726daa0f37 branch November 6, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant