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(deps): update all non-major dependencies #236

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/i18n (source) 8.3.1 -> 8.3.3 age adoption passing confidence
@pinia/nuxt (source) ^0.5.1 -> ^0.5.3 age adoption passing confidence
@tailwindcss/typography ^0.5.13 -> ^0.5.14 age adoption passing confidence
@types/node (source) ^20.14.11 -> ^20.14.15 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.16.1 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.16.1 -> ^7.18.0 age adoption passing confidence
@vueuse/core (source) ^10.11.0 -> ^10.11.1 age adoption passing confidence
@vueuse/nuxt (source) ^10.11.0 -> ^10.11.1 age adoption passing confidence
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence
axios (source) 1.7.2 -> 1.7.3 age adoption passing confidence
cssnano ^7.0.4 -> ^7.0.5 age adoption passing confidence
hls.js ^1.5.13 -> ^1.5.14 age adoption passing confidence
husky ^9.1.1 -> ^9.1.4 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.9 age adoption passing confidence
postcss (source) ^8.4.39 -> ^8.4.41 age adoption passing confidence
tailwindcss (source) ^3.4.6 -> ^3.4.9 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence
vue (source) ^3.4.33 -> ^3.4.37 age adoption passing confidence
vue-router ^4.4.0 -> ^4.4.3 age adoption passing confidence
vue-tsc (source) ^2.0.28 -> ^2.0.29 age adoption passing confidence

Release Notes

nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.3.2

Compare Source

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

v0.5.3

Compare Source

Please refer to CHANGELOG.md for details.

v0.5.2

Compare Source

Please refer to CHANGELOG.md for details.

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

v0.5.14

Compare Source

  • Fix table text alignment (#​346)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vueuse/vueuse (@​vueuse/core)

v10.11.1

Compare Source

No significant changes

    View changes on GitHub
vueuse/vueuse (@​vueuse/nuxt)

v10.11.1

Compare Source

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
axios/axios (axios)

v1.7.3

Compare Source

Bug Fixes
Contributors to this release
cssnano/cssnano (cssnano)

v7.0.5

Compare Source

video-dev/hls.js (hls.js)

v1.5.14

Compare Source

Summary

HLS.js v1.5.14 includes bug fixes and improvements over the last release.

Changes Since The Last Release

Demo Page

https://54b0b8e6.hls-js-dev.pages.dev/

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

typicode/husky (husky)

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

postcss/postcss (postcss)

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

vuejs/core (vue)

v3.4.37

Compare Source

Bug Fixes

v3.4.36

Compare Source

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

v3.4.34

Compare Source

Bug Fixes
vuejs/router (vue-router)

v4.4.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.1

Compare Source

vuejs/language-tools (vue-tsc)

v2.0.29

Compare Source

Features
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core: property access is incorrectly identified as compound expression (#​4600)
  • language-core: fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc: TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Rome, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

vercel bot commented Jul 28, 2024

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

Name Status Preview Comments Updated (UTC)
easy-radio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 10:24am

@renovate renovate bot added the minor/patch label Jul 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f43faf to 286dd75 Compare July 29, 2024 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 286dd75 to dc6882b Compare July 29, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc6882b to 057a9aa Compare July 31, 2024 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 057a9aa to e5b789a Compare July 31, 2024 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5b789a to dca8ff2 Compare August 1, 2024 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dca8ff2 to ecad826 Compare August 1, 2024 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecad826 to 66799fc Compare August 2, 2024 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66799fc to 823caa7 Compare August 2, 2024 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 823caa7 to 55a3fec Compare August 3, 2024 07:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55a3fec to 27043d6 Compare August 5, 2024 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27043d6 to e2afca8 Compare August 6, 2024 01:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2afca8 to e4b471c Compare August 6, 2024 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4b471c to d11fea1 Compare August 6, 2024 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d11fea1 to 148a925 Compare August 7, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2a454d to 9f7a0cf Compare August 13, 2024 08:59
@morsellif morsellif merged commit f8d173d into main Aug 13, 2024
6 checks passed
@morsellif morsellif deleted the renovate/all-minor-patch branch August 13, 2024 10:25
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.

1 participant