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

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/ph ^1.1.6 -> ^1.1.9 age adoption passing confidence
@iconify-json/simple-icons ^1.1.79 -> ^1.1.85 age adoption passing confidence
@nuxt/devtools (source) ^1.0.3 -> ^1.0.6 age adoption passing confidence
@nuxt/test-utils 3.8.1 -> 3.9.0 age adoption passing confidence
@​nuxt/ui-pro ^0.4.2 -> ^0.6.1 age adoption passing confidence
@nuxthq/studio (source) ^1.0.5 -> ^1.0.6 age adoption passing confidence
@nuxtjs/google-fonts ^3.0.2 -> ^3.1.3 age adoption passing confidence
@nuxtjs/mdc ^0.2.8 -> ^0.2.9 age adoption passing confidence
@nuxtjs/plausible ^0.2.3 -> ^0.2.4 age adoption passing confidence
@nuxtjs/tailwindcss ^6.10.0 -> ^6.10.1 age adoption passing confidence
@vueuse/core (source) ^10.6.1 -> ^10.7.0 age adoption passing confidence
@vueuse/nuxt (source) ^10.6.1 -> ^10.7.0 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.56.0 age adoption passing confidence
lint-staged ^15.1.0 -> ^15.2.0 age adoption passing confidence
minisearch (source) ^6.2.0 -> ^6.3.0 age adoption passing confidence
pnpm (source) 8.10.5 -> 8.12.1 age adoption passing confidence
release-it ^17.0.0 -> ^17.0.1 age adoption passing confidence
scule ^1.1.0 -> ^1.1.1 age adoption passing confidence
ws ^8.14.2 -> ^8.15.1 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.0.6

Compare Source

Bug Fixes

v1.0.5

Compare Source

Bug Fixes
  • allow iframe to work in stricter cross-origin policy (7ec0d3c)
  • devtools: don't enable devtools when in test mode (#​532) (3a7f143)
Features

v1.0.4

Compare Source

Bug Fixes
  • pip: check for https support (#​522) (5360cf4)
  • require auth token with getImageMeta and getTextAssetContent (69316c4)
  • require token for restartNuxt (09384af)
Features
nuxt/test-utils (@​nuxt/test-utils)

v3.9.0

Compare Source

compare changes

🚀 Enhancements
  • Add nuxt-vitest re-exports (#​230)
  • Add nuxt-vitest and vitest-environment-nuxt code and tests (f4ae58ac)
  • Use internal implementation of nuxt-vitest (#​235)
  • e2e: Auto-detect jest runner (ae37b0ee)
  • ⚠️ Read .env.test + allow overriding with nuxt.dotenv (#​655)
🩹 Fixes
  • Add @​nuxt/test-utils-nightly to deps to inline (0caf44d0)
  • Use implied .d.mts types (d9694f21)
  • Add setupState type to mountSuspended return type (#​400)
  • Add runtime fixture to workspace and address regressions (#​240)
  • Opt-in to future vitest option (#​247)
  • Use vite-ignore for playwright dynamic import (c1ac4a08)
  • Do not set process.browser globally (#​250)
  • Support transpiling nuxt nightly releases (c63f69c8)
  • Rewrite mock plugin for compat with vite 5/rollup 4 (d0ba5af3)
  • Do not skip transforms on test files (3bbcc1ea)
  • Add @​vitest/ui to peer deps (7f4f6053)
  • Use buildDir option (#​596)
  • ⚠️ Load nuxt app within setupFiles (#​260)
  • Teardown build directories after tests (#​597)
  • Import useRouter explicitly in entry (129d8335)
  • Return absolute path for stub entry (180bb306)
  • Don't return absolute path in dev mode (f47dd9a3)
  • Clone overrides (df84d0c1)
  • Skip vite-plugin-vue-inspector:post plugin (8a6a0523)
  • Clean up wrappers when calling renderSuspended (5b189115)
  • Exclude vite-plugin-checker from runtime vitest config (053a5dff)
  • Resolve devtools url after vitest config is resolved (1206db79)
  • Remove module override of app.rootId (e662c1f0)
  • Remove rootId environment option (dead5e3d)
  • Add back rootId environment option" (827180ec)
  • runtime-utils: Don't stub helpers when shallow (#​632)
  • Avoid enumerating keys on render context (43b2724b)
  • Support typescript entry file (c5806009)
  • vitest-environment: Normalise setupFiles before merge (#​653)
  • module: Close nuxt before shutting down (17cf9435)
  • runtime: Do not assign readonly setup state (8d799275)
  • runtime: Implement setProps (522f8bf5)
  • vitest-environment: Handle different entry format (5c07bb48)
  • runtime: Import reactive and unref (d68cdae9)
💅 Refactors
  • Move to monorepo (#​31)
  • Split core utils to core/ (f144cb40)
  • Clean up internal code imports (#​245)
  • Use defu rather than mergeConfig from vite (#​246)
  • Further split vitest from vite config (ef58e4cb)
  • Split out mock transform plugin w/ tests (a37fa408)
  • Remove rollup implementation of transform plugin (71345967)
  • module: Rename config key to testUtils (c2b09732)
📖 Documentation
  • playground: Demo usage of co-exists unit and nuxt testing (#​6)
  • Add JSDoc comments (#​205)
  • Add documentation for mountSuspended (#​227)
  • Add basic README and missing LICENCE (51eb9de2)
  • Remove links to nuxt-vitest (254605df)
  • Update links to nuxt docs on testing (2e619a89)
📦 Build
  • Fix build issues and correct dependencies (3e2f8b29)
  • Move runtime-utils.mjs -> runtime-utils/index.mjs (#​634)
  • ⚠️ Use /runtime subpath export (de9a2a81)
  • Prefer /e2e subpath export (88952fb0)
✅ Tests
🎨 Styles
🤖 CI
  • Add testing workflow (ce74b0b5)
  • Add lint workflow for pushes to main (f141b8d4)
  • Add workflow to test examples (0c3c318f)
  • Prepare environment before running module test (5be069dc)
  • 'nightly' releases on pushes to main (#​210)
  • Fetch full history (d61614b1)
  • Install playwright manually (58906de3)
  • Remove extra branch from release workflow (e24d884f)
  • Prepare build environment (6d8e71ad)
  • Run unit tests in ci (cbd5616a)
  • Support automated release prs (#​623)
  • Fetch all commits in creating changelog (6f22b096)
  • Disable changelog creation script for now (5ef70c35)
  • Reenable changelogensets (fb754d54)
⚠️ Breaking Changes
  • ⚠️ Read .env.test + allow overriding with nuxt.dotenv (#​655)
  • ⚠️ Ignore query params when checking if an endpoint is mocked (c1f8890b)
  • ⚠️ Load nuxt app within setupFiles (#​260)
  • ⚠️ Use /runtime subpath export (de9a2a81)
  • ⚠️ Drop support for vitest < 0.34 (#​654)
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v1.0.6

Compare Source

  • chore(deps): upgrade nuxt comp meta (1d3b3ac)
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
nuxt-modules/mdc (@​nuxtjs/mdc)

v0.2.9

Compare Source

compare changes

🚀 Enhancements
  • highlighter: Support text/unknown/no language line highlights (#​100)
  • Auto import parseMarkdown (5182df2)
🩹 Fixes
  • Only append new entry to optimizeDeps on vite:extendConfig (#​111)
📖 Documentation
🏡 Chore
  • Use module-builder stub mode for more accurate types (#​107)
  • Update prepack script (de0b2bf)
🤖 CI
  • Fix release job conditional (#​103)
❤️ Contributors
nuxt-modules/plausible (@​nuxtjs/plausible)

v0.2.4

Compare Source

No significant changes

    View changes on GitHub
nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.10.1

Compare Source

compare changes

🏡 Chore
❤️ Contributors
vueuse/vueuse (@​vueuse/core)

v10.7.0

Compare Source

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

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

okonet/lint-staged (lint-staged)

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes
  • #​1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #​1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #​1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #​1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

lucaong/minisearch (minisearch)

v6.3.0

Compare Source

  • Add queryTerms array to the search results. This is useful to determine
    which query terms were matched by each search result.
pnpm/pnpm (pnpm)

v8.12.1

Compare Source

Patch Changes

  • Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting #​7384.
  • Fix a bug where --fix-lockfile crashes on tarballs #​7368.
  • Do not create empty patch directory.
  • Installation should not fail if an empty node_modules directory cannot be removed #​7405.

Our Gold Sponsors

Our Silver Sponsors


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.

Copy link

cloudflare-workers-and-pages bot commented Nov 22, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c3e0e72
Status: ✅  Deploy successful!
Preview URL: https://a9620c22.nuxt-content-1il.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-content-1il.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency minisearch to ^6.3.0 chore(deps): update all non-major dependencies Nov 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 27d7d51 to 5e9da0f Compare November 28, 2023 08:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9641ffa to fda2405 Compare December 7, 2023 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from f1db95a to 7dd382e Compare December 14, 2023 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a3ab61d to cc0e93d Compare December 18, 2023 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc0e93d to c3e0e72 Compare December 19, 2023 13:43
@farnabaz farnabaz merged commit 9e55714 into main Dec 19, 2023
3 checks passed
@farnabaz farnabaz deleted the renovate/all-minor-patch branch December 19, 2023 13:47
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