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 dependencies #11

Merged
merged 1 commit into from Oct 11, 2023
Merged

chore(deps): update all dependencies #11

merged 1 commit into from Oct 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@esbuild-plugins/node-globals-polyfill 0.2.0 -> 0.2.3 age adoption passing confidence
@esbuild-plugins/node-modules-polyfill 0.2.0 -> 0.2.2 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.1.2 -> 6.4.2 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.1.2 -> 6.4.2 age adoption passing confidence
@fortawesome/free-regular-svg-icons (source) 6.1.2 -> 6.4.2 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.1.2 -> 6.4.2 age adoption passing confidence
@fortawesome/vue-fontawesome 3.0.1 -> 3.0.3 age adoption passing confidence
@testing-library/jest-dom 6.0.0 -> 6.1.3 age adoption passing confidence
@testing-library/user-event 14.4.3 -> 14.5.1 age adoption passing confidence
@types/loadjs (source) 4.0.1 -> 4.0.2 age adoption passing confidence
@types/node (source) 18.6.5 -> 18.18.4 age adoption passing confidence
@​types/testing-library__jest-dom 5.14.7 -> 5.14.9 age adoption passing confidence
@vitejs/plugin-vue (source) 4.0.0 -> 4.4.0 age adoption passing confidence
@vitest/coverage-v8 (source) 0.34.0 -> 0.34.6 age adoption passing confidence
@vue/vue3-jest 29.2.4 -> 29.2.6 age adoption passing confidence
algoliasearch 4.14.2 -> 4.20.0 age adoption passing confidence
autoprefixer 10.4.8 -> 10.4.16 age adoption passing confidence
axios (source) 1.1.3 -> 1.5.1 age adoption passing confidence
fs-extra 11.0.0 -> 11.1.1 age adoption passing confidence
monaco-editor ^0.43.0 -> ^0.44.0 age adoption passing confidence
msw (source) 1.2.2 -> 1.3.2 age adoption passing confidence
pinia 2.0.17 -> 2.1.6 age adoption passing confidence
pinia-plugin-persistedstate (source) 3.0.0 -> 3.2.0 age adoption passing confidence
postcss (source) 8.4.16 -> 8.4.31 age adoption passing confidence
postcss-import 15.0.0 -> 15.1.0 age adoption passing confidence
postcss-nested 6.0.0 -> 6.0.1 age adoption passing confidence
postcss-nesting (source) 12.0.0 -> 12.0.1 age adoption passing confidence
tailwindcss (source) 3.1.8 -> 3.3.3 age adoption passing confidence
typescript (source) 5.0.2 -> 5.2.2 age adoption passing confidence
vite (source) 4.0.0 -> 4.4.11 age adoption passing confidence
vitest 0.34.0 -> 0.34.6 age adoption passing confidence
vitest-canvas-mock 0.3.2 -> 0.3.3 age adoption passing confidence
vue-router 4.1.3 -> 4.2.5 age adoption passing confidence
vue-tsc 1.0.0 -> 1.8.18 age adoption passing confidence

Release Notes

remorses/esbuild-plugins (@​esbuild-plugins/node-globals-polyfill)

v0.2.3

Compare Source

v0.2.2

Compare Source

v0.2.1

Compare Source

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

v6.4.2

Compare Source

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

v6.4.0

Compare Source

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

v6.3.0

Compare Source

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

v6.2.1

Compare Source

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

v6.2.0

Compare Source

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

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

v3.0.3

Compare Source

Changed
  • NPM download @fortawesome/vue-fontawesome-latest is now set to Vue 3; to download the Vue 2 package you will have to use @fortawesome/vue-fontawesome-latest-2, which is described in our Vue setup docs
  • CI workflow updated for testing
  • README.md and package.json updated for new contributor
Added
  • Missing TypeScript animations added (github issue #428)
  • Missing TypeScript sizes added (github issue #415)

v3.0.2

Compare Source

Changed
  • Vue 3 Composition API TypeScript support (github issue #276)
  • Updated README.md with a spelling correction, linter fixes, and new contributor
  • Updated icon example in App.vue to use fixed-width rather than full-width
Added
  • Missing tests

testing-library/jest-dom (@​testing-library/jest-dom)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)
testing-library/user-event (@​testing-library/user-event)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.4.0

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

  • fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#​227)" (0c28448), closes #​227

v4.3.0

Compare Source

v4.2.3

Compare Source

  • fix(types): widen allowed script options for 3.3 features (3ac08e4)

v4.2.2

Compare Source

  • fix: ignore generic attribute when generating script import (3170af1)
  • chore: bump vite (ffe74e5)
  • chore: bump vue version (799d875)

v4.2.1

Compare Source

v4.2.0

Compare Source

  • feat: support 3.3 imported types in SFC macros (c891652)

v4.1.0

Compare Source

  • fix: avoid resolving to 2.7 compiler-sfc (cf36b3e)
vitest-dev/vitest (@​vitest/coverage-v8)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@vercel
Copy link

vercel bot commented Oct 9, 2023

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

Name Status Preview Comments Updated (UTC)
code-immediate ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2023 0:42am

@tzuyi0817 tzuyi0817 merged commit a49abc8 into main Oct 11, 2023
2 checks passed
@tzuyi0817 tzuyi0817 deleted the renovate/all branch October 11, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant