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

fix(deps): update all patch updates #522

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) 3.10.0 -> 3.10.1 age adoption passing confidence
@nuxt/schema (source) 3.10.0 -> 3.10.1 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-links (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/blocks (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/vue3 (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/vue3-vite (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@types/node (source) 20.11.16 -> 20.11.17 age adoption passing confidence
lint-staged 15.2.1 -> 15.2.2 age adoption passing confidence
nuxt (source) 3.10.0 -> 3.10.1 age adoption passing confidence
nx (source) 18.0.1 -> 18.0.3 age adoption passing confidence
postcss (source) 8.4.33 -> 8.4.35 age adoption passing confidence
storybook (source) 7.6.12 -> 7.6.13 age adoption passing confidence
vue (source) 3.4.16 -> 3.4.18 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.10.1

Compare Source

3.10.1 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

🔥 Performance
  • nuxt: Clear route meta build cache when pages change (#​25514)
🩹 Fixes
  • nuxt: Fix syntax error when serializing route meta (#​25515)
  • nuxt: Only request animation frame on client (#​25569)
  • schema: Correctly set value for app.viewTransition (#​25581)
  • nuxt: Correct return type of refresh functions (#​25568)
  • nuxt: Broadcast cookie change in correct format (#​25598)
  • nuxt: Generate typed route declarations when building (#​25593)
  • nuxt: Remove key from useId type signature (#​25614)
  • nuxt: Remove $ from generated id in useId (#​25615)
  • nuxt: Don't set default rel for same-site external links (#​25600)
  • nuxt: Warn if inheritAttrs: false when using useId (#​25616)
  • nuxt: Fetch non-server rendered islands when hydrating (#​25613)
  • nuxt: Don't check page/layout usage when redirecting (#​25628)
💅 Refactors
📖 Documentation
  • Correct typo (#​25523)
  • Add and link to a section on Nuxt context (#​23546)
  • Explain how to set <NuxtLink> defaults in nuxt config (#​25610)
🏡 Chore
  • Use pathe in internal tests (e33cec958)
  • nuxt: Rename nuxt -> nuxtApp internally for consistency (c5d5932f5)
🤖 CI
  • Fix playwright cache (#​25527)
  • Retry flaky test when running in Windows with Webpack (#​25536)
  • Retry flaky test when running in Windows with Webpack (#​25543)
  • Retry flaky test when using Webpack (#​25550)
  • Simplify label PR workflow (#​25579)
❤️ Contributors
storybookjs/storybook (@​storybook/addon-essentials)

v7.6.13

Compare Source

storybookjs/storybook (@​storybook/addon-interactions)

v7.6.13

Compare Source

7.6.13
storybookjs/storybook (@​storybook/blocks)

v7.6.13

Compare Source

okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
nrwl/nx (nx)

v18.0.3

Compare Source

18.0.3 (2024-02-07)

🚀 Features
  • bundling: bump rollup-plugin-typescript2 version (#​20609)
  • remix: add playwright option for e2eTestRunner (#​21603)
🩹 Fixes
  • angular: ajv hoisting issue (#​21641)
  • core: add missing parts to ci workflws and update docs (3078ecf66f)
  • core: temporary use forked portable_pty to inherit cursor position for windows (#​21683)
  • core: handle blocking stdin (#​21672)
  • linter: adjust terminal run check for crystal (#​21638)
  • misc: ensure swc transpiler process required files (#​21674)
  • nx-dev: launch page mobile experience (e8d2b471a8)
  • nx-dev: redirect on remote caching page (#​21669)
  • testing: cleanup e2e atomization plugins (#​21688)
  • vite: import esbuild before loading config to keep it in cache (#​21685)
❤️ Thank You

v18.0.2

Compare Source

18.0.2 (2024-02-05)

🩹 Fixes
  • angular: fix wrong trailing comma in mf bootstrap code generation (#​21600)
  • angular: support inferred cypress targets in setup-mf generator (#​21619)
  • core: pass the full resolved path of ts-node/esm when reloading the CLI (#​21607)
  • core: remove logic to reload process with esm loader for Node 18 (#​21623)
  • core: prevent target defaults from being discarded during merge process (#​21624)
  • misc: handle workspaces if no plugin selected in nx init and only generate files after prompts (#​21606)
  • nextjs: move next/constants from top-level import to when it is needed (#​21612)
  • nextjs: Enable next e2e test (#​21625)
  • node: Broken E2E tests (#​21569)
  • nx-dev: redirect core-features page (#​21616)
  • webpack: require ForkTsCheckerWebpackPlugin only as required (#​21629)
❤️ Thank You
postcss/postcss (postcss)

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
vuejs/core (vue)

v3.4.18

Compare Source

Bug Fixes

v3.4.17

Compare Source

Reverts

Configuration

📅 Schedule: Branch creation - "every 1 month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Contributor

github-actions bot commented Feb 9, 2024

Thank you for following the naming conventions! 🙏

@productdevbook productdevbook merged commit 3f8bd54 into main Feb 9, 2024
2 of 3 checks passed
@github-actions github-actions bot mentioned this pull request Feb 9, 2024
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