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

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/fontawesome-svg-core (source) 6.4.0 -> 6.5.1 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.4.0 -> 6.5.1 age adoption passing confidence
@fortawesome/free-regular-svg-icons (source) 6.4.0 -> 6.5.1 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.4.0 -> 6.5.1 age adoption passing confidence
@fortawesome/vue-fontawesome 3.0.3 -> 3.0.6 age adoption passing confidence
@giscus/vue (source) 2.2.8 -> 2.4.0 age adoption passing confidence
@iconify-json/carbon 1.1.17 -> 1.1.30 age adoption passing confidence
@iconify-json/zondicons 1.1.4 -> 1.1.8 age adoption passing confidence
@nuxtjs/color-mode 3.2.0 -> 3.3.2 age adoption passing confidence
@nuxtjs/google-fonts 3.0.2 -> 3.1.3 age adoption passing confidence
@parcel/watcher 2.1.0 -> 2.4.1 age adoption passing confidence
@types/fs-extra (source) 11.0.1 -> 11.0.4 age adoption passing confidence
@vueuse/nuxt (source) 10.1.2 -> 10.8.0 age adoption passing confidence
@waline/client (source) 2.15.5 -> 2.15.8 age adoption passing confidence
defu 6.1.2 -> 6.1.4 age adoption passing confidence
discuss 1.2.4 -> 1.2.5 age adoption passing confidence
eslint (source) 8.41.0 -> 8.57.0 age adoption passing confidence
fs-extra 11.1.1 -> 11.2.0 age adoption passing confidence
nuxt (source) 3.6.5 -> 3.10.3 age adoption passing confidence
pinia 2.1.3 -> 2.1.7 age adoption passing confidence
pnpm (source) 8.6.12 -> 8.15.4 age adoption passing confidence
qrcode.vue (source) 3.4.0 -> 3.4.1 age adoption passing confidence
sass 1.62.1 -> 1.71.1 age adoption passing confidence
stylelint (source) 15.6.2 -> 15.11.0 age adoption passing confidence
ts-json-schema-generator 1.2.0 -> 1.5.0 age adoption passing confidence
tsx 3.12.7 -> 3.14.0 age adoption passing confidence
twikoo (source) 1.6.16 -> 1.6.31 age adoption passing confidence
typescript (source) 5.0.4 -> 5.3.3 age adoption passing confidence
vue-tsc (source) 1.6.5 -> 1.8.27 age adoption passing confidence

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.5.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.4.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

FortAwesome/vue-fontawesome (@​fortawesome/vue-fontawesome)

v3.0.6

Compare Source

Changed
  • Added missing exports to TS definition in index.d.ts

v3.0.5

Compare Source

Changed
  • Removed .tgz file
Added

v3.0.4

Compare Source

Changed
Added
  • Tests for Sharp Family
  • Ability to include a title prop (github issue #181)
  • Prettier config file

giscus/giscus-component (@​giscus/vue)

v2.4.0: @​giscus/vue v2.4.0

Compare Source

See the release notes for the v1.4.0 release of the web component for more details

v2.3.0: @​giscus/vue v2.3.0

Compare Source

Fixed

  • Build ES modules with .mjs extension (#​573)

See the release notes for the v1.3.0 release of the web component for more details

nuxt-community/color-mode-module (@​nuxtjs/color-mode)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Features
Bug Fixes
nuxt-modules/google-fonts (@​nuxtjs/google-fonts)

v3.1.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v3.1.2

Compare Source

compare changes

📖 Documentation
  • Add example for variable fonts (#​170)
❤️ Contributors

v3.1.1

Compare Source

compare changes

🏡 Chore
  • release: V3.1.0 (61103de)
  • Use module-builder stub mode for more accurate types (#​167)
❤️ Contributors

v3.1.0

Compare Source

compare changes

🚀 Enhancements
  • Add log message when downloading fonts (#​144)
🩹 Fixes
  • Overwrite and duplicate fonts (#​161)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
parcel-bundler/watcher (@​parcel/watcher)

v2.4.1

Compare Source

v2.4.0

Compare Source

Adds support for CommonJS (along with existing support for ESM) in @parcel/watcher-wasm.

v2.3.0

Compare Source

Features

  • Add a kqueue backend to support FreeBSD, or as an alternative to FSEvents on macOS
  • Add a WASM backend, for use in environments where native modules cannot run (e.g. on the web in environments like Stackblitz, or unsupported processor architectures/operating systems). Use the @parcel/watcher-wasm package instead of @parcel/watcher in these cases. Note that this is much less efficient than using native OS-specific APIs, so keep using the native packages where possible.
  • Migrate to napi thread safe functions, which allows using @parcel/watcher from multiple Node.js worker threads
  • Add a 32-bit windows build, useful if users accidentally installed a 32-bit version of Node

v2.2.0

Compare Source

This release migrates to a new method of distribution. Rather than including binaries for all operating systems and architectures inside the @parcel/watcher package, there are now individual packages per platform (e.g. @parcel/watcher-darwin-x64). Each of these is an optional dependency of the main watcher package. This way, npm and other package managers will install only the binary for the platform you are running on. This reduces bandwidth and disk space.

This also enabled us to add pre-compiled binaries for more platforms, meaning you don't need to have a C++ compiler to install the watcher. This should help with some minimal Docker environments especially. The architectures with prebuilds available now include:

  • darwin-x64
  • darwin-arm64
  • win32-x64
  • win32-arm64
  • linux-x64-glibc
  • linux-x64-musl
  • linux-arm64-glibc
  • linux-arm64-musl
  • linux-arm-glibc (32-bit arm v7)
  • android-arm64
vueuse/vueuse (@​vueuse/nuxt)

v10.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.7.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.6.0

Compare Source

   🚀 Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Aug 26, 2023
@stackblitz
Copy link

stackblitz bot commented Aug 26, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link

netlify bot commented Aug 26, 2023

Deploy Preview for dolan-client-meme ready!

Name Link
🔨 Latest commit a920530
🔍 Latest deploy log https://app.netlify.com/sites/dolan-client-meme/deploys/65db09f451602c00085edbf5
😎 Deploy Preview https://deploy-preview-110--dolan-client-meme.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Aug 26, 2023

Deploy Preview for rba ready!

Name Link
🔨 Latest commit a920530
🔍 Latest deploy log https://app.netlify.com/sites/rba/deploys/65db09f4dc3d24000835eebf
😎 Deploy Preview https://deploy-preview-110--rba.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3959d92 to 0370518 Compare August 26, 2023 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0370518 to 08b2ff2 Compare August 27, 2023 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08b2ff2 to fc3023e Compare August 28, 2023 08:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc3023e to 829360d Compare August 29, 2023 07:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 829360d to 9472054 Compare August 30, 2023 11:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9472054 to 8f7933c Compare August 31, 2023 20:06
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.

None yet

0 participants