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

fix(deps): update all non-major dependencies #249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
@nuxt/devtools (source) ^1.6.0 -> ^1.7.0 age adoption passing confidence
@nuxtjs/i18n (source) 8.5.5 -> 8.5.6 age adoption passing confidence
@pinia/nuxt (source) ^0.5.5 -> ^0.10.1 age adoption passing confidence
@tailwindcss/typography ^0.5.15 -> ^0.5.16 age adoption passing confidence
@types/node (source) ^22.8.1 -> ^22.13.8 age adoption passing confidence
@vueuse/core (source) ^11.1.0 -> ^11.3.0 age adoption passing confidence
@vueuse/nuxt (source) ^11.1.0 -> ^11.3.0 age adoption passing confidence
axios (source) 1.7.7 -> 1.8.1 age adoption passing confidence
eslint-plugin-prettier ^5.2.1 -> ^5.2.3 age adoption passing confidence
eslint-plugin-vue (source) ^9.29.1 -> ^9.32.0 age adoption passing confidence
hls.js ^1.5.17 -> ^1.5.20 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.4.3 age adoption passing confidence
nuxt (source) ^3.13.2 -> ^3.15.4 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.5.3 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.5.2 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.17 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.8.2 age adoption passing confidence
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence
vue-router ^4.4.5 -> ^4.5.0 age adoption passing confidence
vue-tsc (source) ^2.1.8 -> ^2.2.6 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.7.0

Compare Source

Features
  • improves vscode integration, support multiple backends (#​763) (463f6ad)

1.6.4 (2024-12-12)

Bug Fixes

1.6.3 (2024-12-03)

Bug Fixes

1.6.2 (2024-12-03)

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)

1.6.1 (2024-11-20)

Bug Fixes
Features
  • apply lint, use explict import (2c6d2d3)

v1.6.4

Compare Source

Bug Fixes

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)

v1.6.1

Compare Source

Bug Fixes
Features
  • apply lint, use explict import (2c6d2d3)
nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/pinia (@​pinia/nuxt)

v0.10.0

Compare Source

v0.9.0

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
vueuse/vueuse (@​vueuse/core)

v11.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v11.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
axios/axios (axios)

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/Rome, 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 added the minor/patch label Nov 4, 2024
Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
easy-radio ❌ Failed (Inspect) Mar 1, 2025 10:17am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fac040 to c4cbddd Compare November 4, 2024 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4cbddd to 15c4fa4 Compare November 5, 2024 02:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15c4fa4 to 361d245 Compare November 6, 2024 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 361d245 to 3bd24d3 Compare November 10, 2024 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3bd24d3 to bfbb942 Compare November 11, 2024 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfbb942 to aa9843f Compare November 12, 2024 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa9843f to f08d4a5 Compare November 14, 2024 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f08d4a5 to 82c719d Compare November 15, 2024 16:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82c719d to fe24066 Compare November 18, 2024 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe24066 to 63c5dce Compare November 19, 2024 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63c5dce to a105517 Compare November 19, 2024 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a105517 to 4e73695 Compare November 20, 2024 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e73695 to e900a23 Compare November 21, 2024 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e900a23 to 8de8c85 Compare November 22, 2024 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c19946 to fe2cc30 Compare February 13, 2025 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe2cc30 to d61e617 Compare February 13, 2025 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d61e617 to e9f3804 Compare February 13, 2025 23:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9f3804 to b168d6a Compare February 15, 2025 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b168d6a to 463e4d8 Compare February 19, 2025 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 463e4d8 to eec2e98 Compare February 21, 2025 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eec2e98 to 40d21a9 Compare February 22, 2025 06:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40d21a9 to a8ec859 Compare February 23, 2025 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8ec859 to b491451 Compare February 26, 2025 07:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b491451 to cd0f5a2 Compare February 26, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd0f5a2 to ed05e19 Compare February 28, 2025 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed05e19 to d7a3b30 Compare February 28, 2025 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7a3b30 to 1c2cf16 Compare March 1, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants