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 5 updates #695

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the npm_dependencies group with 5 updates:

Package From To
@tanstack/react-query 5.62.7 5.62.8
next 15.1.0 15.1.2
tailwindcss 3.4.16 3.4.17
vanilla-framework 4.18.4 4.18.5
yup 1.6.0 1.6.1

Updates @tanstack/react-query from 5.62.7 to 5.62.8

Release notes

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

v5.62.8

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

Chore

  • deps: use stable @types/react version (#8437) (94e2c77) by Lachlan Collins

Docs

  • use correct broadcastChannel default value and type name (#8436) (4521a04) by Alex Liu

Packages

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

Updates next from 15.1.0 to 15.1.2

Release notes

Sourced from next's releases.

v15.1.2

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

Core Changes

Credits

Huge thanks to @​ztanner for helping!

v15.1.1

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

Core Changes

Credits

Huge thanks to @​devjiwonchoi and @​ztanner for helping!

v15.1.1-canary.17

Misc Changes

  • docs: update ISR self-hosting example code: #74211

Credits

Huge thanks to @​leerob for helping!

v15.1.1-canary.16

Core Changes

  • Use Geist font in Dev Overlay: #74160
  • [metadata] Align prefetch head type with head: #74161

Credits

Huge thanks to @​devjiwonchoi and @​huozhi for helping!

v15.1.1-canary.15

Core Changes

  • used shared worker for lint & typecheck steps: #74154
  • chore(turbopack): Ignore no-vc-struct lint in trybuild proc macro tests: #74110
  • Use provided waitUntil for pending revalidates: #74164
  • Port ErrorPagination: #74097
  • Port LeftIcon RightIcon from ErrorPagination: #74098

... (truncated)

Commits
  • df392a1 v15.1.2
  • 40c9424 Backport (v15): Update React from 7283a213-20241206 to 65e06cb7-20241218 (#74...
  • 4384c68 v15.1.1
  • d137863 run build_and_test workflow on backport branch
  • d27bb14 backport: fix(turbo): sassOptions silenceDeprecations was not overwritten wit...
  • 0c8187a Add NEXT_PRIVATE_SKIP_CANARY_CHECK env for bench job (#73763)
  • e83ab18 backport: refactor collectAppPageSegments (#73996)
  • ada25fc Designate as backport branch
  • See full diff in compare view

Updates tailwindcss from 3.4.16 to 3.4.17

Release notes

Sourced from tailwindcss's releases.

v3.4.17

Fixed

  • Work around Node v22.12+ issue (#15421)
Changelog

Sourced from tailwindcss's changelog.

[3.4.17] - 2024-12-17

Fixed

  • Work around Node v22.12+ issue (#15421)
Commits

Updates vanilla-framework from 4.18.4 to 4.18.5

Release notes

Sourced from vanilla-framework's releases.

v4.18.5

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.18.5

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

  • chore(deps): update dependency canonicalwebteam.image-template to v1.4.1 by @​renovate (#5438)
  • chore: silence import and global builtin deprecation warnings in sass build by @​jmuzina (#5436)
  • Bump nanoid from 3.3.7 to 3.3.8 by @​dependabot (#5434)
  • chore(deps): update dependency @​canonical/cookie-policy to v3.6.5 by @​renovate (#5430)

New Contributors

Full Changelog: canonical/vanilla-framework@v4.18.4...v4.18.5

Commits
  • b9e2677 add prefilled issue names to issue templates
  • 6415e6d chore: fix link to new issue submission in contribution guidelines
  • f90beda Update title for the newly added example
  • 7d623e0 Added an example for the 50-50-full-width-image hero pattern without the subt...
  • 68c59ca Update package.json to indicate bug fix release
  • 5082c00 Conditionally render the shallow padded block for subtitle_text
  • 04c8c4d chore(deps): update dependency canonicalwebteam.image-template to v1.4.1 (#5438)
  • ce1c733 chore: silence import and global builtin deprecation warnings on scss build (...
  • 5bb9263 Bump nanoid from 3.3.7 to 3.3.8 (#5434)
  • 50f1508 chore(deps): update dependency @​canonical/cookie-policy to v3.6.5 (#5430)
  • Additional commits viewable in compare view

Updates yup from 1.6.0 to 1.6.1

Changelog

Sourced from yup's changelog.

1.6.1 (2024-12-17)

Bug Fixes

  • lazy validation errors thrown in builders should resolve async like other validations (c7d7f97)
Commits
  • d00abc3 Publish v1.6.1
  • c7d7f97 fix: lazy validation errors thrown in builders should resolve async like othe...
  • See full diff 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.7` | `5.62.8` |
| [next](https://github.com/vercel/next.js) | `15.1.0` | `15.1.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |
| [vanilla-framework](https://github.com/canonical/vanilla-framework) | `4.18.4` | `4.18.5` |
| [yup](https://github.com/jquense/yup) | `1.6.0` | `1.6.1` |


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

Updates `next` from 15.1.0 to 15.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.0...v15.1.2)

Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17)

Updates `vanilla-framework` from 4.18.4 to 4.18.5
- [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.18.4...v4.18.5)

Updates `yup` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  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
- dependency-name: tailwindcss
  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-patch
  dependency-group: npm_dependencies
- dependency-name: yup
  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 December 23, 2024 10:43
@dependabot dependabot bot added the v1.0.0 label Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/v1.0.0/npm_dependencies-e44b888e37 branch December 30, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants