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

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/ri ^1.1.10 -> ^1.1.11 age adoption passing confidence
@iconify-json/simple-icons ^1.1.61 -> ^1.1.63 age adoption passing confidence
@iconify-json/tabler ^1.1.83 -> ^1.1.86 age adoption passing confidence
@​nuxt-themes/docus ^1.14.3 -> ^1.14.4 age adoption passing confidence
@nuxt/content ^2.7.1 -> ^2.7.2 age adoption passing confidence
@types/node (source) ^20.4.4 -> ^20.4.5 age adoption passing confidence
@unocss/core (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/eslint-config (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/nuxt ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/preset-attributify (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/preset-icons (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/preset-mini (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/preset-uno (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/reset ^0.53.6 -> ^0.54.1 age adoption passing confidence
@unocss/runtime (source) ^0.53.6 -> ^0.54.1 age adoption passing confidence
@vueuse/core ^10.2.1 -> ^10.3.0 age adoption passing confidence
@vueuse/integrations (source) ^10.2.1 -> ^10.3.0 age adoption passing confidence
@vueuse/nuxt (source) ^10.2.1 -> ^10.3.0 age adoption passing confidence
eslint (source) ^8.45.0 -> ^8.46.0 age adoption passing confidence
execa ^7.1.1 -> ^7.2.0 age adoption passing confidence
magicast ^0.2.9 -> ^0.2.10 age adoption passing confidence
nuxt ^3.6.1 -> ^3.6.5 age adoption passing confidence
nuxt-vitest ^0.10.1 -> ^0.10.2 age adoption passing confidence
pnpm (source) 8.6.9 -> 8.6.11 age adoption passing confidence
simple-git-hooks ^2.8.1 -> ^2.9.0 age adoption passing confidence
unocss ^0.53.6 -> ^0.54.1 age adoption passing confidence
vite-plugin-vue-inspector ^3.4.2 -> ^3.5.0 age adoption passing confidence
vue-tsc ^1.8.6 -> ^1.8.8 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.7.2

Compare Source

compare changes

🩹 Fixes
  • Remark plugins deprecated warning (#​2188)
  • Allow ] in filename code block (#​2169)
📖 Documentation
  • Update slots example for the content-query component (#​2190)
❤️ Contributors
unocss/unocss (@​unocss/core)

v0.54.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.54.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v10.3.0

Compare Source

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

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
sindresorhus/execa (execa)

v7.2.0

Compare Source

unjs/magicast (magicast)

v0.2.10

Compare Source

compare changes

🚀 Enhancements
  • helpers: Handle Vite config objects declared as variables in addVitePlugin (#​69)
🩹 Fixes
  • object: Handle nested keys kebab-case style (#​71)
🏡 Chore
❤️ Contributors
nuxt/nuxt (nuxt)

v3.6.5

Compare Source

3.6.5 is a hotfix patch release addressing the regression with nuxt/content introduced in v3.6.4.

v3.6.4 release notes

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Remove dist from the default ignore list (#​22227)
❤️ Contributors
  • Anthony Fu <anthonyfu117@​hotmail.com>

v3.6.4

Compare Source

3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7.

Warning
We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today.

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt,schema: Do not watch buildDir and node_modules (#​22214)
🩹 Fixes
  • nuxt: Correctly use toLowerCase for possible moduleResolution (#​22160)
  • nuxt: Don't redirect if initial path has trailing slash (#​22192)
  • nuxt: Work around payload extraction issue (#​22162)
  • nuxt: Add baseURL to island fetch requests (#​22009)
  • nuxt: Resolve race condition regenerating auto imports (#​22201)
  • nuxt: Ensure we only increment hydrating count once (#​22200)
  • nuxt: Avoid premature hydration when using async layouts (#​22198)
  • cli: Support --inspect in dev mode (#​22205)
  • test-utils: Pass along error if server can't start (#​22216)
📖 Documentation
  • Add runtime storage configuration examples (#​22189)
  • Add instruction on how to use other modules in a module (#​22081)
  • Standardize indentation and tag positioning (#​22157)
❤️ Contributors

v3.6.3

Compare Source

3.6.3 is the next patch release, including a number of fixes. It's anticipated this will be the last patch release before 3.7.

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Prepopulate island payloads from rendered html (#​22049)
🩹 Fixes
  • kit: Module compatibility not working with module names (6cabe69ce)
  • schema: Correct type of unctx options (4e32e70bb)
  • vite: Pass modulesDir to isExternal (#​21966)
  • nuxt: Add pages in correct hook when generating (#​22088)
  • test-utils: Export from core playwright package (#​22122)
  • nuxt: Skip view transitions where there is no route change (#​22140)
  • nuxt: Skip scanning components that do not produce a name (#​22074)
  • cli: Add aliases to monorepo paths to tsconfig includes (#​21997)
  • cli: Allow non-existent experimental option (0643d4315)
💅 Refactors
  • cli,schema: Add bundler module resolution flag (#​22142)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.6.2

Compare Source

3.6.2 is the next patch release, with a raft of fixes including preparations for use without --shamefully-hoist and some fixes for data fetching within nested layouts/pages.

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't run island transform plugin if disabled (#​21844)
  • nuxt: Allow hmr for server components in dev mode (#​21916)
  • nuxt: Use getters when constructing reactive routes (#​21957)
🩹 Fixes
  • nuxt: Only redirect if path is not the same as initial url (#​21815)
  • cli: Resolve @nuxt/ui-templates from modulesDir (#​21836)
  • nuxt, vite: Do not use cjs utils to resolve/alias vue (#​21837)
  • nuxt: Improve default prerender behaviour (#​21817)
  • vite: Greater type-safety within runtime vite-node (#​21849)
  • nuxt: Ensure static presets equivalent to nuxi generate (#​21860)
  • nuxt: Handle injecting multiple entry ids for styles (#​21864)
  • nuxt: Stop loading indicator on navigation failure (#​21751)
  • cli: Respect nitro ssl cert/key variables (#​21912)
  • nuxt: Include external layers in tsconfig.json scope (#​21917)
  • nuxt: Support custom route name meta with typedPages (#​21659)
  • vite: Remove @​vue/ scoped libraries from resolutions (#​21922)
  • nuxt: Add layers in node_modules to tsconfig include (#​21929)
  • nuxt: Regenerate imports after template (#​21934)
  • vite: Fix issue detecting shadowed keyed composables (#​21891)
  • nuxt: Use $fetch.raw in dev client mode for islands (#​21904)
  • schema: Warn if user provides vite.publicDir (#​21847)
  • nuxt: Preserve old vnode when leaving nested route (#​21823)
  • kit: Ignore telemetry startup time (as it has prompt) (#​21959)
📖 Documentation
  • Add warning about dynamic import of css (#​21805)
  • Update example links (#​21811)
  • Fix broken spaLoadingTemplate link (#​21845)
  • Update useFetch return values (#​21852)
  • Describe environment override feature (#​21879)
  • Add Daniel example for hybrid rendering and Vercel (20d59d1cf)
  • Improve hybrid rendering (3fb329cc8)
  • rendering: Add end of sentence (565787183)
  • Add closing bracket (#​21887)
  • Added a note about server dynamic routes limitation (#​21919)
  • Update docs for <NuxtLoadingIndicator> (#​21952)
  • Update more links to examples repo (13a892361)
  • Add JetBrains IDEs debug configuration (#​21965)
🏡 Chore
  • Prune internal unused code and exports (#​21809)
  • Add codeflow overrides configuration (d7267663f)
✅ Tests
  • Add nuxt-vitest and composable unit tests (#​21884)
❤️ Contributors
danielroe/nuxt-vitest (nuxt-vitest)

v0.10.2

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v8.6.11

Compare Source

Patch Changes

  • Change the install error message when a lockfile is wanted but absent to indicate the wanted lockfile is absent, not present. This now reflects the actual error #​6851.
  • When dealing with a local dependency that is a path to a symlink, a new symlink should be created to the original symlink, not to the actual directory location.
  • The length of the temporary file names in the content-addressable store reduced in order to prevent ENAMETOOLONG errors from happening #​6842.
  • Don't print "added" stats, when installing with --lockfile-only.
  • Installation of a git-hosted dependency should not fail if the pnpm-lock.yaml file of the installed dependency is not up-to-date #​6865.
  • Don't ignore empty strings in params #​6594.
  • Always set dedupe-peer-dependents to false, when running installation during deploy #​6858.
  • When several containers use the same store simultaneously, there's a chance that multiple containers may create a temporary file at the same time. In such scenarios, pnpm could fail to rename the temporary file in one of the containers. This issue has been addressed: pnpm will no longer fail if the temporary file is absent but the destination file exists.
  • Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) #​6863.

Our Gold Sponsors

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 chore(deps): update devdependency shiki-es to ^0.14.0 chore(deps): update all non-major dependencies Jul 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22ca815 to 9959d5e Compare July 4, 2023 11:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9959d5e to 0852398 Compare July 4, 2023 13:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0852398 to 5babfe9 Compare July 4, 2023 14:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5babfe9 to 8834b21 Compare July 4, 2023 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8834b21 to bb5b299 Compare July 4, 2023 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe7103c to 535c637 Compare July 5, 2023 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 535c637 to 14c2cff Compare July 5, 2023 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14c2cff to 04b113e Compare July 6, 2023 00:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update peerdependency nuxt to ^3.6.2 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f763538 to dd9b267 Compare July 25, 2023 21:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd9b267 to 443cc01 Compare July 26, 2023 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 443cc01 to 818bb7e Compare July 26, 2023 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 818bb7e to 9a37562 Compare July 27, 2023 04:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a37562 to d3a7f50 Compare July 30, 2023 05:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3a7f50 to 8e8bbf3 Compare July 30, 2023 16:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e8bbf3 to 07ffcce Compare July 30, 2023 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07ffcce to e48a8fe Compare July 31, 2023 07:18
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