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: Bump the npm_dependencies group with 7 updates #645

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the npm_dependencies group with 7 updates:

Package From To
@canonical/react-components 1.3.2 1.7.0
@mui/icons-material 6.1.1 6.1.2
@mui/material 6.1.1 6.1.2
@tanstack/react-query 5.56.2 5.59.0
@types/react 18.3.10 18.3.11
eslint-config-next 14.2.13 14.2.14
next 14.2.13 14.2.14

Updates @canonical/react-components from 1.3.2 to 1.7.0

Release notes

Sourced from @​canonical/react-components's releases.

v1.7.0

1.7.0 (2024-10-07)

Features

v1.6.0

1.6.0 (2024-10-03)

Features

  • [WD-13450] Upstream Doughnut Chart to RC (09dd5d5)

v1.5.0

1.5.0 (2024-10-03)

Features

  • add stepper and step components (85c995d)

v1.4.0

1.4.0 (2024-10-03)

Features

  • skip-link: add SkipLink component WD-15080 (b03c168)

v1.3.3

1.3.3 (2024-10-01)

Bug Fixes

  • CodeSnippet: Remove iframe from CodeSnippet example (#1145) (a021576)
Commits
  • d5ff954 feat: Add ESM support (#1142)
  • 09dd5d5 feat: [WD-13450] Upstream Doughnut Chart to RC
  • 85c995d feat: add stepper and step components
  • b03c168 feat(skip-link): add SkipLink component WD-15080
  • a021576 fix(CodeSnippet): Remove iframe from CodeSnippet example (#1145)
  • See full diff in compare view

Updates @mui/icons-material from 6.1.1 to 6.1.2

Release notes

Sourced from @​mui/icons-material's releases.

v6.1.2

A big thanks to the 13 contributors who made this release possible.

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

v6.1.2

Oct 2, 2024

A big thanks to the 13 contributors who made this release possible.

@mui/[email protected]

Docs

Core

... (truncated)

Commits

Updates @mui/material from 6.1.1 to 6.1.2

Release notes

Sourced from @​mui/material's releases.

v6.1.2

A big thanks to the 13 contributors who made this release possible.

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.1.2

Oct 2, 2024

A big thanks to the 13 contributors who made this release possible.

@mui/[email protected]

Docs

Core

... (truncated)

Commits

Updates @tanstack/react-query from 5.56.2 to 5.59.0

Release notes

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

v5.59.0

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat

Docs

  • react-query: Fix broken route on eslint-plugin-query.md (#8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#8108) (68ca717) by Arnoud

Other

Packages

  • @​tanstack/query-core@​5.59.0
  • @​tanstack/react-query@​5.59.0
  • @​tanstack/solid-query@​5.59.0
  • @​tanstack/query-broadcast-client-experimental@​5.59.0
  • @​tanstack/query-persist-client-core@​5.59.0
  • @​tanstack/query-sync-storage-persister@​5.59.0
  • @​tanstack/react-query-devtools@​5.59.0
  • @​tanstack/react-query-persist-client@​5.59.0
  • @​tanstack/react-query-next-experimental@​5.59.0
  • @​tanstack/solid-query-devtools@​5.59.0
  • @​tanstack/solid-query-persist-client@​5.59.0
  • @​tanstack/svelte-query@​5.59.0
  • @​tanstack/svelte-query-devtools@​5.59.0
  • @​tanstack/svelte-query-persist-client@​5.59.0
  • @​tanstack/vue-query@​5.59.0
  • @​tanstack/vue-query-devtools@​5.59.0
  • @​tanstack/angular-query-experimental@​5.59.0
  • @​tanstack/query-async-storage-persister@​5.59.0
  • @​tanstack/angular-query-devtools-experimental@​5.59.0

v5.58.1

Version 5.58.1 - 9/27/24, 7:58 AM

Changes

Fix

  • eslint-plugin: fix legacy recommended config (#8104) (ade6283) by Lachlan Collins

... (truncated)

Commits

Updates @types/react from 18.3.10 to 18.3.11

Commits

Updates eslint-config-next from 14.2.13 to 14.2.14

Release notes

Sourced from eslint-config-next's releases.

v14.2.14

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

Commits

Updates next from 14.2.13 to 14.2.14

Release notes

Sourced from next's releases.

v14.2.14

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

Commits

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 npm_dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@canonical/react-components](https://github.com/canonical/react-components) | `1.3.2` | `1.7.0` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `6.1.1` | `6.1.2` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.1` | `6.1.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.56.2` | `5.59.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.11` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.13` | `14.2.14` |
| [next](https://github.com/vercel/next.js) | `14.2.13` | `14.2.14` |


Updates `@canonical/react-components` from 1.3.2 to 1.7.0
- [Release notes](https://github.com/canonical/react-components/releases)
- [Changelog](https://github.com/canonical/react-components/blob/main/.releaserc)
- [Commits](canonical/react-components@v1.3.2...v1.7.0)

Updates `@mui/icons-material` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.1.2/packages/mui-icons-material)

Updates `@mui/material` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.1.2/packages/mui-material)

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

Updates `@types/react` from 18.3.10 to 18.3.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint-config-next` from 14.2.13 to 14.2.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.14/packages/eslint-config-next)

Updates `next` from 14.2.13 to 14.2.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.13...v14.2.14)

---
updated-dependencies:
- dependency-name: "@canonical/react-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 10:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
@github-actions github-actions bot enabled auto-merge (squash) October 7, 2024 10:59
@github-actions github-actions bot merged commit 35e6cc1 into main Oct 7, 2024
14 of 15 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm_dependencies-bd761cd833 branch October 7, 2024 11:06
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.

0 participants