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

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tauri-apps/cli 1.5.9 -> 1.5.10 age adoption passing confidence devDependencies patch
@tiptap/extension-typography (source) 2.2.3 -> 2.2.4 age adoption passing confidence dependencies patch
@tiptap/pm (source) 2.2.3 -> 2.2.4 age adoption passing confidence dependencies patch
@tiptap/starter-kit (source) 2.2.3 -> 2.2.4 age adoption passing confidence dependencies patch
@tiptap/vue-3 (source) 2.2.3 -> 2.2.4 age adoption passing confidence dependencies patch
@types/node (source) 18.19.17 -> 18.19.18 age adoption passing confidence devDependencies patch
@vueuse/core (source) 10.7.2 -> 10.8.0 age adoption passing confidence devDependencies minor
@vueuse/nuxt (source) 10.7.2 -> 10.8.0 age adoption passing confidence devDependencies minor
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-plugin-tailwindcss 3.14.2 -> 3.14.3 age adoption passing confidence devDependencies patch
nuxt (source) 3.10.2 -> 3.10.3 age adoption passing confidence devDependencies patch
postcss-custom-properties (source) 13.3.4 -> 13.3.5 age adoption passing confidence devDependencies patch
radix-vue 1.4.6 -> 1.4.8 age adoption passing confidence dependencies patch
tauri (source) 1.5.4 -> 1.6.0 age adoption passing confidence dependencies minor
terser (source) 5.27.1 -> 5.28.1 age adoption passing confidence resolutions minor

Release Notes

tauri-apps/tauri (@​tauri-apps/cli)

v1.5.10: @​tauri-apps/cli v1.5.10

Compare Source

[1.5.10]
Bug Fixes
  • b0f27814(#​8776) Fix fail to rename app when using --profile dev.
  • 0bff8c32(#​8697) Fix the built-in dev server failing to serve files when URL had queries ? and other url components.
  • 67d7877f(#​8520) The cli now also watches cargo workspace members if the tauri folder is the workspace root.
Dependencies
  • Upgraded to tauri-cli@1.5.10
ueberdosis/tiptap (@​tiptap/extension-typography)

v2.2.4

Compare Source

Note: Version bump only for package @​tiptap/extension-typography

ueberdosis/tiptap (@​tiptap/pm)

v2.2.4

Compare Source

Note: Version bump only for package @​tiptap/pm

ueberdosis/tiptap (@​tiptap/starter-kit)

v2.2.4

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

ueberdosis/tiptap (@​tiptap/vue-3)

v2.2.4

Compare Source

Note: Version bump only for package @​tiptap/vue-3

vueuse/vueuse (@​vueuse/core)

v10.8.0

Compare Source

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

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.14.3

Compare Source

fix: retro compatibility for older Tailwind CSS (before typescript config)

nuxt/nuxt (nuxt)

v3.10.3

Compare Source

3.10.3 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Respect dedupe option in useFetch (#​25815)
  • nuxt: Bypass browser cache when fetching app build id (#​25813)
  • nuxt: In dev, don't link css files with ?inline query (#​25822)
  • nuxt: Pass external to navigate in custom <NuxtLink> (#​25887)
  • nuxt: Mark internal island components with @__PURE__ (#​25842)
  • nuxt: Use setTimeout before scrolling when navigating (#​25817)
  • nuxt: Add missing type for head in defineNuxtComponent (#​25410)
  • nuxt: Handle undefined paths in resolveTrailingSlashBehavior (ba6a4132b)
  • nuxt: Set to.name to be undefined rather than deleting entirely (4ca1ab7cf)
📖 Documentation
  • Enable more blocks for twoslash (#​25830)
  • Remove .ts extension when adding compiled files (#​25855)
  • Replace callout to new components (#​25897)
  • Fix incorrect wording (#​25902)
🏡 Chore
  • Use nuxt.config to enable pages for docs typecheck (72a2e23cc)
  • Restore environment back to development (3f92cf04d)
  • Unpin vite version 🙈 (d326e054d)
  • nuxt: Use Exclude rather than Omit (3fc4231d3)
🤖 CI
  • Typecheck code samples in docs (#​25777)
  • Update link to stackblitz mcve page (59dd5fd93)
❤️ Contributors
csstools/postcss-plugins (postcss-custom-properties)

v13.3.5

Compare Source

February 19, 2024

radix-vue/radix-vue (radix-vue)

v1.4.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
terser/terser (terser)

v5.28.1

Compare Source

(hotfix release)

  • Reverts v5.28.0

v5.28.0

Compare Source

  • Optimise redundant or shrinkable bitwise operations (|, ^, &, >>, <<)
  • Evaluate some BigInt math operations

v5.27.2

Compare Source

  • Recognise this as a reference to the surrounding class in drop_unused. Closes #​1472

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot changed the title fix(deps): update rust crate tauri to 1.6.0 chore(deps): update all non-major dependencies Feb 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 093f21e to 339a0ff Compare February 24, 2024 16:24
@trobonox trobonox merged commit 543a494 into main Feb 25, 2024
2 of 3 checks passed
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.

1 participant