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 #622

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the npm_dependencies group with 7 updates:

Package From To
@canonical/react-components 0.58.0 0.59.0
@mui/icons-material 5.15.21 5.16.0
@mui/material 5.15.21 5.16.0
@tanstack/react-query 5.49.2 5.50.1
@types/node 20.14.9 20.14.10
typescript 5.5.2 5.5.3
vanilla-framework 4.13.0 4.14.0

Updates @canonical/react-components from 0.58.0 to 0.59.0

Release notes

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

v0.59.0

0.59.0 (2024-07-02)

Features

Commits

Updates @mui/icons-material from 5.15.21 to 5.16.0

Release notes

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

v5.16.0

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp

Changelog

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

v5.16.0

Jul 5, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp

Commits

Updates @mui/material from 5.15.21 to 5.16.0

Release notes

Sourced from @​mui/material's releases.

v5.16.0

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp

Changelog

Sourced from @​mui/material's changelog.

v5.16.0

Jul 5, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp

Commits

Updates @tanstack/react-query from 5.49.2 to 5.50.1

Release notes

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

v5.50.1

Version 5.50.1 - 7/5/24, 3:00 AM

Changes

Fix

  • Update package.json fields (#7674) (f2741d1) by Lachlan Collins

Docs

  • react-query: Correct links in usePrefetchQuery (#7658) (70c40e7) by @​87xie

Packages

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

v5.50.0

Version 5.50.0 - 7/3/24, 12:20 AM

Changes

Feat

  • eslint-plugin-query: Add compatibility with flat config (#7663) (98547b6) by Lachlan Collins

Tests

  • svelte-query: Increase test coverage (#7659) (941ba88) by Lachlan Collins
  • svelte-query: Reorganise for multiple components per test (#7654) (f1cdea9) by Lachlan Collins

... (truncated)

Commits

Updates @types/node from 20.14.9 to 20.14.10

Commits

Updates typescript from 5.5.2 to 5.5.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Updates vanilla-framework from 4.13.0 to 4.14.0

Release notes

Sourced from vanilla-framework's releases.

v4.14.0

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.14.0

🚀 Features

🐛 Bug Fixes

🔨 Maintenance

Full Changelog: canonical/vanilla-framework@v4.13.0...v4.14.0

Changelog

Sourced from vanilla-framework's changelog.

  • version: 4.14.0 features:
    • component: Links / Anchor headings url: /docs/patterns/links#anchor-link status: New notes: We've introduced a new class .p-link--anchor-heading to style anchor links in headings.
    • component: Image container / Cover url: /docs/patterns/images#cover-image status: New notes: We've added a new cover variant to the image container component via is-cover class to support having images cover the container with predefined aspect ratio.
    • component: Navigation / Sticky url: /docs/patterns/navigation#sticky status: New notes: We've introduced a new sticky option to the top navigation component via is-sticky class name.
    • component: Navigation / Reduced url: /docs/patterns/navigation#reduced status: New notes: We've introduced a new reduced variant of the top navigation for building two level top navigation.
  • version: 4.13.0 features:
    • component: Image container url: /docs/patterns/images status: New notes: "We've added a new image container component for controlling image aspect ratio and background."
    • component: Images / Legacy variants url: /docs/patterns/images status: Deprecated notes: "We've deprecated the p-image--bordered and p-image--shadowed classes. Use p-image-container is-highlighted instead."
  • version: 4.12.0 features:
    • component: Typography url: /docs/base/typography status: New notes: "We've added the new text-wrap: pretty value to avoid text widows on all elements."
    • component: Icons url: /docs/patterns/icons status: Updated notes: "We've added left and right (.p-icon--chevron-left and .p-icon--chevron-right) variants of the chevron icon."
  • version: 4.11.0 features:
    • component: Suru / Divider url: /docs/patterns/suru#divider-suru status: New notes: We've introduced a new divider variant of the Suru section component.
    • component: Table layout url: /docs/settings/table-layout status: Updated notes: We've updated the utility classes (u-table-layout--auto and u-table-layout--fixed) to apply to nested tables.
    • component: Hero url: /docs/patterns/hero

... (truncated)

Commits
  • 20a5d7e Expand mobile navigation to whole viewport
  • b4b7c5b Add missing example to combined list
  • a69ddb3 Apply review comments
  • 3ed8256 Fix aria labels
  • aaf6c80 Add example reduced navigation dropdowns
  • e717607 Update docs
  • f67e503 Move secondary navigation menu toggle icon to CSS
  • 836661f Combine navigation contents into single list
  • 38141b0 Addressing feedback, cleaning up the example
  • a0f9391 Fix 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 npm_dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@canonical/react-components](https://github.com/canonical/react-components) | `0.58.0` | `0.59.0` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.21` | `5.16.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.21` | `5.16.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.49.2` | `5.50.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.9` | `20.14.10` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` |
| [vanilla-framework](https://github.com/canonical/vanilla-framework) | `4.13.0` | `4.14.0` |


Updates `@canonical/react-components` from 0.58.0 to 0.59.0
- [Release notes](https://github.com/canonical/react-components/releases)
- [Changelog](https://github.com/canonical/react-components/blob/main/.releaserc)
- [Commits](canonical/react-components@v0.58.0...v0.59.0)

Updates `@mui/icons-material` from 5.15.21 to 5.16.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.16.0/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.16.0/packages/mui-icons-material)

Updates `@mui/material` from 5.15.21 to 5.16.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.16.0/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.16.0/packages/mui-material)

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

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

Updates `typescript` from 5.5.2 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.2...v5.5.3)

Updates `vanilla-framework` from 4.13.0 to 4.14.0
- [Release notes](https://github.com/canonical/vanilla-framework/releases)
- [Changelog](https://github.com/canonical/vanilla-framework/blob/main/releases.yml)
- [Commits](canonical/vanilla-framework@v4.13.0...v4.14.0)

---
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-minor
  dependency-group: npm_dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: vanilla-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 8, 2024 10:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 8, 2024 10:14
@github-actions github-actions bot merged commit 7d07d84 into main Jul 8, 2024
13 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm_dependencies-9333c91aed branch July 8, 2024 10:24
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