Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update all non-major dependencies #438

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli (source) 0.17.4 -> 0.18.0 age adoption passing confidence
@nuxt/content (source) ^3.4.0 -> ^3.5.1 age adoption passing confidence
@nuxt/devtools-kit (source) ^2.3.2 -> ^2.4.0 age adoption passing confidence
@nuxt/devtools-kit (source) 2.3.2 -> 2.4.0 age adoption passing confidence
@nuxt/devtools-ui-kit (source) 2.3.2 -> 2.4.0 age adoption passing confidence
@nuxt/module-builder ^1.0.0 -> ^1.0.1 age adoption passing confidence
@nuxt/test-utils ^3.17.2 -> ^3.18.0 age adoption passing confidence
@nuxt/ui (source) ^3.0.2 -> ^3.1.1 age adoption passing confidence
@nuxtjs/i18n (source) 9.5.2 -> 9.5.4 age adoption passing confidence
@nuxtjs/robots (source) ^5.2.8 -> ^5.2.10 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.26.0 age adoption passing confidence
execa ^9.5.2 -> ^9.5.3 age adoption passing confidence
nuxt-i18n-micro ^1.83.1 -> ^1.87.0 age adoption passing confidence
pnpm (source) 10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808 -> 10.10.0 age adoption passing confidence
shiki (source) ^3.2.1 -> ^3.4.0 age adoption passing confidence
ufo ^1.5.4 -> ^1.6.1 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence
vue-tsc (source) ^2.2.8 -> ^2.2.10 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.0

Minor Changes
  • 5dd9c0b: Requiring Node.js 20 for using latest lru-cache.
Patch Changes
nuxt/content (@​nuxt/content)

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)
nuxt/devtools (@​nuxt/devtools-kit)

v2.4.0

Compare Source

Bug Fixes
  • devtools-kit: fix useDevtoolsClient return type (#​845) (5ce9b47)
  • module setup times are multiplied by 1000 (#​838) (d16aa96)
  • ui-kit: add [@unocss-include](https://redirect.github.com/unocss-include) magic string in NButton (#​852) (f18de78)
  • watch() typeof check on array is always false (#​850) (a873199)

2.3.2 (2025-03-26)

Bug Fixes

2.3.1 (2025-03-20)

Bug Fixes
  • downgrade execa to be compatible with Node v18, fix #​821 (f15c7dc)
nuxt/module-builder (@​nuxt/module-builder)

v1.0.1

Compare Source

compare changes

📖 Documentation
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.18.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add support for bun test runner (#​1264)
  • config: Support vitest browser mode (#​1271)
🩹 Fixes
  • vitest-environment: Respect custom app.baseURL in manifest path (#​1213)
  • runtime-utils: Wrap WrapperComponent default slot in function (#​1244)
💅 Refactors
  • Rename setup hook to beforeAll for clarity (#​1221)
📖 Documentation
✅ Tests
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v3.1.1

Compare Source

Features
Bug Fixes

v3.1.0

Compare Source

⚠ BREAKING CHANGES
  • OverlayProvider: return an overlay instance from .open() (#​3829)
Features
Bug Fixes
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.5.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/robots (@​nuxtjs/robots)

v5.2.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.2.9

Compare Source

No significant changes

    View changes on GitHub
eslint/eslint (eslint)

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

sindresorhus/execa (execa)

v9.5.3

Compare Source

s00d/nuxt-i18n-micro (nuxt-i18n-micro)

v1.87.0

Compare Source

compare changes

🚀 Enhancements
  • locale-head: Add query filtering for SEO canonical links (8ba736d)
🩹 Fixes
  • routes: Correct method name for retrieving cached content (a7c4ab5)
💅 Refactors
  • tests: Remove deprecated test.sh and integrate tests in Vitest (5b31255)
📖 Documentation
  • performance-results: Update dependency versions and performance metrics (b592342)
  • guide: Add documentation for canonicalQueryWhitelist option (387092b)
✅ Tests
  • seo: Add SEO tests for canonical URLs and locale attributes (98739f5)
❤️ Contributors

v1.86.0

Compare Source

compare changes

🚀 Enhancements
  • redirects: Add redirect functionality to i18n plugin (f95d0a6)
❤️ Contributors

v1.85.1

Compare Source

compare changes

v1.84.1

Compare Source

compare changes

💅 Refactors
  • page-manager: Improve dynamic route detection logic (b2e8851)
❤️ Contributors

v1.84.0

Compare Source

compare changes

🚀 Enhancements
  • page-manager: Enhance localization handling for dynamic routes (1eea287)
✅ Tests
  • pages-manager: Enhance tests for localized page structure (2ed5e91)
  • undefault: Add tests for localized routes in post section pages (e338443)
❤️ Contributors

v1.83.4

Compare Source

compare changes

💅 Refactors
  • module: Replace extendPages with nuxt.hook('pages:resolved') (8108f47)
❤️ Contributors

v1.83.3

Compare Source

compare changes

🩹 Fixes
  • redirects: Support no-prefix strategy in redirect handling (f519509)
❤️ Contributors

v1.83.2

Compare Source

compare changes

🩹 Fixes
  • types: Allow unknown type in Translation definition (85f8d41)
  • page-manager: Handle no prefix strategy in route adjustments (aae20c2)
💅 Refactors
  • types: Rename Translation to CleanTranslation and update types (c814477)
📖 Documentation
  • $defineI18nRoute: Clarify use-cases & add performance implications (0f337dc)
  • localeRoutes: Clarify navigation constraints when using localised routes (cfad775)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v10.10.0

Compare Source

Minor Changes
  • Allow loading the preResolution, importPackage, and fetchers hooks from local pnpmfile.
Patch Changes
  • Fix cd command, when shellEmulator is true #​7838.
  • Sort keys in pnpm-workspace.yaml #​9453.
  • Pass the npm_package_json environment variable to the executed scripts #​9452.
  • Fixed a mistake in the description of the --reporter=silent option.

v10.9.0

Compare Source

Minor Changes
  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@&#8203;<range>
    

    For example, running:

    pnpm add jsr:@&#8203;foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@&#8203;foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@&#8203;foo/bar": "npm:@&#8203;jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #​8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

    pnpm install --dangerously-allow-all-builds
    
Patch Changes
  • Fix a false negative in verifyDepsBeforeRun when nodeLinker is hoisted and there is a workspace package without dependencies and node_modules directory #​9424.
  • Explicitly drop verifyDepsBeforeRun support for nodeLinker: pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will now print a warning.

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.
shikijs/shiki (shiki)

v3.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
    View changes on GitHub
unjs/ufo (ufo)

v1.6.1

Compare Source

compare changes

🩹 Fixes
  • query: Use Object.create(null) (#​290)
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add filterQuery utility (#​287)
🩹 Fixes
  • parseQuery: Use object with null prototype (#​286)
  • parseFilename: Use optional chaining to access opts.strict (#​284)
📖 Documentation
🏡 Chore

Configuration

📅 Schedule: Branch creation - "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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 75baca7 to 7de1707 Compare April 1, 2025 15:26
@renovate renovate bot changed the title chore(deps): update devdependency vitest to ^3.1.1 chore(deps): update all non-major dependencies Apr 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 628b5e4 to 41e9a8e Compare April 5, 2025 13:05
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions typescript to v5.8.3 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 711d964 to 7442e76 Compare April 6, 2025 08:37
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.8.3 chore(deps): update all non-major dependencies Apr 6, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency nuxt-site-config to ^3.1.8 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7442e76 to a70725b Compare April 6, 2025 08:47
@renovate renovate bot changed the title chore(deps): update dependency nuxt-site-config to ^3.1.8 chore(deps): update dependency nuxt-site-config to ^3.1.8 - autoclosed Apr 6, 2025
@renovate renovate bot closed this Apr 6, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 6, 2025 09:31
@renovate renovate bot changed the title chore(deps): update dependency nuxt-site-config to ^3.1.8 - autoclosed chore(deps): update dependency nuxt-site-config to ^3.1.8 Apr 6, 2025
@renovate renovate bot reopened this Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b37366 to a70725b Compare April 6, 2025 12:42
@renovate renovate bot changed the title chore(deps): update dependency nuxt-site-config to ^3.1.8 chore(deps): update devdependency @nuxtjs/robots to ^5.2.9 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a70725b to 14fe6b7 Compare April 6, 2025 16:53
@renovate renovate bot changed the title chore(deps): update devdependency @nuxtjs/robots to ^5.2.9 chore(deps): update all non-major dependencies Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9274c76 to d567b65 Compare April 14, 2025 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0cce38b to 2028fac Compare April 15, 2025 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 26a7a3c to 5306131 Compare April 22, 2025 17:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 61834f7 to 11cd4c9 Compare April 30, 2025 14:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 628222e to 300d6d7 Compare May 7, 2025 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 300d6d7 to 8fc7b2b Compare May 8, 2025 20:40
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.

0 participants