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

Merged
merged 1 commit into from Mar 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.20.12 -> ^7.21.0 age adoption passing confidence
@nuxt/schema ^3.1.1 -> ^3.2.3 age adoption passing confidence
@storybook/addon-actions (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/addon-essentials (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/addon-interactions (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/addon-links (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/vue3 (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/vue3-vite (source) 7.0.0-beta.62 -> 7.0.0-rc.0 age adoption passing confidence
@types/node (source) ^18.11.18 -> ^18.15.0 age adoption passing confidence
@vitest/coverage-c8 ^0.28.3 -> ^0.29.2 age adoption passing confidence
eslint (source) ^8.33.0 -> ^8.35.0 age adoption passing confidence
eslint-config-prettier ^8.6.0 -> ^8.7.0 age adoption passing confidence
nodemon (source) ^2.0.20 -> ^2.0.21 age adoption passing confidence
pnpm (source) 7.26.3 -> 7.29.1 age adoption passing confidence
prettier (source) ^2.8.3 -> ^2.8.4 age adoption passing confidence
rimraf ^4.1.2 -> ^4.4.0 age adoption passing confidence
rollup (source) ^3.12.1 -> ^3.19.0 age adoption passing confidence
storybook (source) 7.0.0-beta.62 -> 7.0.0-rc.0 age adoption passing confidence
tsup (source) ^6.5.0 -> ^6.6.3 age adoption passing confidence
unplugin ^1.0.1 -> ^1.1.0 age adoption passing confidence
vite (source) ^4.0.4 -> ^4.1.4 age adoption passing confidence
vite-plugin-inspect ^0.7.15 -> ^0.7.16 age adoption passing confidence
vitest ^0.28.3 -> ^0.29.2 age adoption passing confidence
vue (source) ^3.2.45 -> ^3.2.47 age adoption passing confidence
vue-tsc ^1.0.24 -> ^1.2.0 age adoption passing confidence
webpack ^5.75.0 -> ^5.76.0 age adoption passing confidence

Release Notes

babel/babel

v7.21.0

Compare Source

🚀 New Feature
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript
🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types
💅 Polish
🏠 Internal
🔬 Output optimization
nuxt/nuxt

v3.2.3

Compare Source

3.2.3 is a patch release with bug fixes and performance improvements.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't update manifest in dev mode (#​19315)
🩹 Fixes
  • cli: Restart nuxt when distDir is unlinked (#​19131)
  • vite: Normalize path emitted by vite watcher (#​19179)
  • nuxt: Prefetch object-syntax routes with <NuxtLink> (#​19144)
  • webpack: Use default export from webpack (#​19166)
  • nuxt: Preserve (re)named imports in meta (#​19192)
  • nuxt: Log errors thrown when booting the nuxt app (#​19187)
  • nuxt: Preserve explicit rel attribute on internal link (#​19309)
  • nuxt: Compatible route object for custom external routes (#​19261)
  • vite: Handle non-iterable noExternal option (#​19256)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors

v3.2.2

Compare Source

3.2.1 is a patch release with (lots of) bug fixes and performance improvements since last week's minor release.
3.2.2 was a swiftly following release to patch an issue with nuxi init

👀 Highlights

As a patch release, there are mostly bug fixes and performance improvements in the changelog. (Nevertheless, it's always worth reading through!) But one point of note is an experimental reload strategy when chunk errors are encountered. We're hoping to finalise the API and land it in v3.3 (our next feature release) with https://github.com/nuxt/nuxt/pull/19086, but you can test out an experimental version with the following config:

export default defineNuxtConfig({
  experimental: {
    emitRouteChunkError: 'reload'
  }
})

With this strategy, your app will hard reload on route changes if there's a chunk error. More info at https://github.com/nuxt/nuxt/pull/19038.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt: Add experimental app:chunkError hook and reload strategy (#​19038)
🔥 Performance
  • nuxt: Allow tree-shaking empty meta from build (#​19032)
  • nuxt: Animate transform rather than width (#​19073)
  • nuxt: Don't include side-effects from #components (#​19008)
🩹 Fixes
  • schema: Allow type inference of arrays in runtime config (#​18931)
  • nuxt: Avoid recursive import in nitro renderer (#​18948)
  • nuxt: Expose nuxt/schema subpath for augmentation (#​18922)
  • nitro: Ensure ssr error statusCode is a number (#​19001)
  • nuxt: Prevent hyphens forming child routes & warn if dupes are detected (#​18944)
  • schema: Transpile nuxt/app by default (#​19009)
  • vite: Exclude nuxt/app from optimised deps (9e789c76c)
  • vite: Respect isCustomElement config for jsx transform (#​19053)
  • nuxt: Use parser to treeshake client-only declarations (#​18951)
  • cli: Pass through exit code from test errors (#​18959)
  • nuxt: Show client error if no page matches after validate fails (#​18978)
  • cli: Read devServer options from nuxt config (#​19055)
  • nuxt: Validate no // in path when constructing payload url (#​19085)
  • nuxt: Restore previous check on payload url (e9ff34ace)
  • nuxt: Test generated pathname (af55b9882)
  • nuxt: Respect redirects which differ only by trailing slash (#​18593)
  • nuxt: Pass nuxt + workspace paths when importing builder (#​19099)
💅 Refactors
  • nuxt: Combine imports from same relative path (ee2f568fc)
📖 Documentation
📦 Build
🏡 Chore
✅ Tests
  • Skip vnode warning on windows dev mode (71bcd9550)
🤖 CI
  • Run webpack/vite and dev/prod as matrices (#​18905)
❤️ Contributors

v3.2.1

Compare Source

v3.2.0

Compare Source

3.2.0 is the first minor release since we've started our new release schedule. We've brought it forward by a couple of weeks to include some goodies we want you to be able to play with soon.

👀 Highlights

  • ⚡️ Nuxt DevTools

    You can opt-in to Nuxt DevTools per-project by going to the project root and running:

    npx nuxi@latest devtools enable

    Restart your Nuxt server and open your app in browser. Click the Nuxt icon on the bottom (or press Alt+D) to toggle the DevTools.

    More information in the docs!

  • Better DX for overriding runtimeConfig, including inline type helpers

  • 🪄 Automatically inferred return type for useFetch and $fetch based on method.

    It'll be a type error to use the wrong method when hitting an endpoint.

    Plus, if you have multiple methods served by a single endpoint (like ~/server/api/test.get.ts and ~/server/api/test.post.ts then the response type will match the kind of response you make.

  • 🍪 useFetch is now integrated with event.$fetch, meaning cookies and context are now passed to api requests automagically within internal requests.

  • 🔥 We now treeshake client-only components out of the server build more effectively using the experimental treeshakeClientOnly feature

    This is turned on by default but if you experience any issues, you can turn this off via:

    export default defineNuxtConfig({
      experimental: {
        treeshakeClientOnly: false
      }
    })
  • 🛠️ New addRouteMiddleware kit utility for module authors

  • 💪 Nitropack v2.2 has been released

    Lots of features, including runtime proxy support using route rules, nested fetch calls, binary and raw storage operations, exposed event.context.cf (cloudflare) and built-in session support.

    For full details see release notes

Changelog

compare changes

🚀 Enhancements
  • kit: Add addRouteMiddleware method (#​18553)
  • cli: Warn when prerendering routes with ssr: false (#​18783)
  • schema: Add type hints for runtime config (#​18652)
  • nuxt: Support type auto-import (#​18859)
  • nuxt: Infer useFetch return based on the method (#​18526)
  • cli: Add initial support for enabling/disabling devtools (#​18864)
  • nuxt: Upgrade to nitropack 2.2 (#​18889)
🔥 Performance
  • vite: Use stub entry in vite server build when ssr: false (#​18782)
🩹 Fixes
  • nuxt: Treeshake client-only components with placeholders (#​8789)
  • webpack: Client-side typechecking when ssr: false (#​18828)
  • vite: Exclude styles, not all assets (#​18752)
  • nuxt: Defer adding route path to preloaded record (#​18862)
  • nuxt: Don't exclude pnpm layers from nitro esbuild/imports (#​9952)
  • nuxt: Use parser to treeshake <ClientOnly> (#​8713)
  • Reorder the types field in package.json (#​18880)
💅 Refactors
  • nuxt: Within nuxt app, import directly from source file (#​18902)
📖 Documentation
  • Remove extra word (#​18750)
  • example: Fix app config link (#​18760)
  • Add useError composable (#​8912)
  • Clarify augmenting input/output app config (#​8953)
  • Add explanation of composable lifecycle (#​8116)
  • typescript: Type-checking guide (#​18768)
  • schema: Add NuxtHooks interface documentation (#​18756)
  • Resolve preloadRouteComponents page heading error (#​18804)
  • Update to nuxt 2.16.0 in bridge installation (#​18836)
  • Add link to vue hydration mismatch docs (#​18842)
  • Update auto-imports for the server part (#​18848)
  • Warn about slots in server components (#​18854)
  • Add explanation with augmented meta for new routes (#​18901)
✅ Tests
  • Decrease vite logging during tests (5426e5609)
❤️ Contributors

v3.1.2

Compare Source

3.1.2 is a patch release with bug fixes (particularly focusing on performance and DX).

Changelog

compare changes

🔥 Performance
  • nuxt: Simplify generated variable names (#​18629)
  • vite: Use compiled regexp for test (#​18646)
  • nuxt: Cache result of importing styles module (#​18734)
🩹 Fixes
  • nuxt: Provide fallback values for undefined runtime config (#​18586)
  • kit: Don't use default export of defu (#​18589)
  • Use named export from defu in all places (#​18624)
  • nuxt: Dedupe vue-router (#​18626)
  • test-utils: Prevent orphaned processes and use baseURL when loading (#​18623)
  • vite: Ensure __publicAssetsURL set before loading assets (#​18642)
  • kit: Avoid adding already installed modules to internal _installedModules (#​18647)
  • nuxt: Make onNuxtReady safe to run on server-side (#​18706)
  • vite, webpack: Omit magic keys when import of same name is detected (#​18733)
📖 Documentation
  • Update vue-gtag plugin example (#​18528)
  • Mention virtual file system (#​18546)
  • Mention head composable as alternative to useHead (#​18552)
  • Use defineEventHandler() to avoid warnings (#​18557)
  • Remove unnecessary JSON.stringify() (#​18590)
  • Updated unreachable docus url in documentation (#​18618)
  • Add link to pages documentation to routing (#​18602)
  • Add comment about needing to install @types/node manually (6b2bc680b)
  • Add note about directory import (d2c00dc46)
  • Fix array syntax (f14f3815f)
  • Fix buttons width on getting started (#​18643)
  • Add .env to directory structure and improve config docs (#​18594)
  • Mention options api equivalent for head() (#​18650)
  • Fix broken link to esm section (#​18716)
  • Improve routing validate example (#​18728)
🏡 Chore
✅ Tests
  • nuxt: Exclude new internal vue assertNumber helper (aa646f065)
🤖 CI
  • Publish nightly nuxt-edge for nuxt v2 (dd0e2643c)
  • Fix ref for 2.x branch (21badd9f2)
  • Allow manually dispatching nightly nuxt2 build (09114125c)
❤️ Contributors
storybookjs/storybook

v7.0.0-rc.0

Compare Source

Bug Fixes
  • CLI: Upgrade non-core storybook packages better #​21508
  • Svelte: Pass all arguments to configure through to fix StoryStoreV6 #​21491
  • Core: Fix project root detection in yarn PnP without git #​21461
  • Telemetry: Replace isomorphic-unfetch with node-fetch in telemetry #​21497
  • Core: Fix builders/renderer PnP support #​21486
  • CLI: Require main.js without cache in automigrations #​21498
Maintenance
  • CLI: Filter out internal static dir logging #​21137
  • Docs: Error if you try to index an MDX file in ssv6 #​21495
Build
  • Build: add slash to fix windows test #​21518

v7.0.0-beta.64

Compare Source

Bug Fixes
  • Vite: Fix HMR of preview.js #​21485
  • Vite: Make sure we update the vite import map when .mdx is added #​21490
  • Docs: Don't allow passing of={} with undefined prop #​21452
  • Composition: Restore support for v2 stories.json #​21354

v7.0.0-beta.63

Compare Source

Bug Fixes
  • Story Index: Fix storySort parsing for parameters variable #​21481
  • React/Vite: Add some missing types #​21449
  • Docs: Cleanup with Promise instead of setTimeout #​21476
  • Docs: Re-render MDX files when you fix a thrown error #​21454
  • CLI: Fix mdx-to-csf codemod blocks imports #​21448
Maintenance
  • CLI: Copy tweaks for automigrations #​21475
  • CLI: Warn the user when stories glob does not match any file #​21392
  • Docs: Use Of type in useOf argument #​21442
  • Telemetry: Is interactive shell #​21436
vitest-dev/vitest

v0.29.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes

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.

@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Merging #28 (a30e061) into main (f191d08) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files           1        1           
  Lines         203      203           
  Branches       36       36           
=======================================
  Hits          200      200           
  Misses          3        3           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title chore(deps): update devdependency @storybook/builder-vite to ^0.4.0 chore(deps): update all non-major dependencies Feb 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 07c4110 to 457c78f Compare February 8, 2023 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c967864 to 847470e Compare February 15, 2023 20:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f1a073d to 3c30916 Compare February 18, 2023 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 54b9b4f to e5f8307 Compare February 28, 2023 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7ff177d to ad09cf4 Compare March 8, 2023 03:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 86cae02 to e7cfd19 Compare March 9, 2023 20:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7cfd19 to a30e061 Compare March 10, 2023 06:17
@tobiasdiez tobiasdiez merged commit 30bbbe0 into main Mar 10, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 10, 2023 06:30
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