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

Merged
merged 1 commit into from
May 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​nuxt-themes/docus ^1.11.0 -> ^1.11.1 age adoption passing confidence
@nuxt/kit ^3.4.2 -> ^3.4.3 age adoption passing confidence
@​nuxt/module-builder ^0.3.0 -> ^0.3.1 age adoption passing confidence
@nuxt/schema 3.4.2 -> 3.4.3 age adoption passing confidence
@nuxt/test-utils 3.4.2 -> 3.4.3 age adoption passing confidence
@nuxthq/studio (source) ^0.11.0 -> ^0.12.1 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.40.0 age adoption passing confidence
monaco-editor-core ^0.37.1 -> ^0.38.0 age adoption passing confidence
nitropack 2.3.3 -> 2.4.0 age adoption passing confidence
nuxt 3.4.2 -> 3.4.3 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.4.0 age adoption passing confidence
rehype-external-links ^2.0.1 -> ^2.1.0 age adoption passing confidence
release-it ^15.10.1 -> ^15.10.3 age adoption passing confidence
ufo ^1.1.1 -> ^1.1.2 age adoption passing confidence
unstorage ^1.5.0 -> ^1.6.0 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.0 age adoption passing confidence

Release Notes

nuxt/nuxt

v3.4.3

Compare Source

3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next release will be v3.5, in approximately two weeks' time.

✅ 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: Don't call timeEnd unless we're debugging (#​20424)
  • nuxt: Use key to force server component re-rendering (#​19911)
  • nuxt: Add basic typings for <ClientOnly> (f1ded44e8)
  • nuxt: Use event.node.req in cookie utility (#​20474)
  • deps: Relax upper node version constraint (#​20472)
  • nuxi,schema: Support devServer.https: true (#​20498)
  • nuxt: Throw 404 when accessing /__nuxt_error directly (#​20497)
  • nuxt: Use callAsync for executing hooks with context (#​20510)
  • nuxt: Improved typing support for app config (#​20526)
  • nuxt: Call app:error in SSR before rendering error page (#​20511)
  • nuxt: Restrict access to single renderer outside of test/rootDir (#​20543)
  • nuxt: Throw errors when running legacy asyncData (#​20535)
  • nuxt: Transform #components imports into direct component imports (#​20547)
  • nuxt: Return RenderResponse for redirects (#​20496)
📖 Documentation
  • Fix typos on docs homepage (#​20456)
  • Update links to vue-router docs (#​20454)
  • Remove RC reference and add link to vue migration build (#​20485)
  • Add cdn proxy section (#​20408)
  • Add a next steps link to first page of migration docs (#​20512)
  • Add custom fetch composable example (#​20115)
  • Adjust wrong link after repo migration (#​20536)
✅ Tests
🤖 CI
  • Publish edge release with provenance (ec1503731)
  • Run release script with node 18 (0d10e9734)
  • Try releasing nuxt-edge with provenance (753c4c2a3)
  • Run nuxt2 nightly release on node 14 again (48c034cf0)
❤️ Contributors
nuxtlabs/studio.nuxt.com

v0.12.1

Compare Source

v0.12.0

Compare Source

eslint/eslint

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

unjs/nitro

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • Add cloudflare module worker support (#​681)
  • vercel, netlify: Introduce isr route rule (#​1124)
  • Add static preset (#​1127)
  • Add vercel-static and netlify-static presets (#​1073)
  • Add github-pages preset (#​1133)
  • Pass resolved config to rollup:before hook (#​1160)
  • Config reload support for nitro dev (#​1173)
  • Config hmr support for routeRules and rutimeConfig (#​1175)
  • Support dynamic app config and runtime config (#​1154)
  • Experimental /_nitro/openapi.json and /_nitro/swagger for dev mode (#​1162)
  • vercel: Add support for specifying edge regions (#​1192)
  • future.nativeSWR (#​1212)
🔥 Performance
  • Export defineNitroConfig from nitro/config (#​1174)
🩹 Fixes
  • Separate typesDir from tsConfigDir (#​1146)
  • cloudflare: Expose env from module context (#​1147)
  • proxy: Append request query params for single proxy route rules (#​1163)
  • vercel, netlify: Keep default behavior for static and swr to isr mapping (#​1155)
  • Apply chunkFileNames on windows (#​1189)
  • pkg: Allow installing on node v20 and above (#​1204)
💅 Refactors
  • Rename build option to static (#​1144)
  • cli: Migrate to citty (#​1157)
  • Move swagger/openapi behind experimental flag (2079cab)
📖 Documentation
🏡 Chore
✅ Tests
  • Enable vercel-edge test (7951532)
❤️ Contributors
pnpm/pnpm

v8.4.0

Compare Source

Minor Changes

  • pnpm publish supports the --provenance CLI option #​6435.

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Ask the user to confirm the removal of node_modules directory unless the --force option is passed.
  • Do not create a node_modules folder with a .modules.yaml file if there are no dependencies inside node_modules.

Our Gold Sponsors

Our Silver Sponsors

rehypejs/rehype-external-links

v2.1.0

Compare Source

Add

Full Changelog: rehypejs/rehype-external-links@2.0.1...2.1.0

release-it/release-it

v15.10.3

Compare Source

  • feat: don't release a new version if plugin returned null (#​1004) (46fc8fa)

v15.10.2

Compare Source

  • Add link to experimental release-it KB (7619d97)
  • Add link to monorepo recipe in npm docs (5598ef8)
  • Update dependencies (812be49)
  • Add monorepo recipe (2803303)
  • Add remark + preset and auto-format docs (8b58e70)
  • Refactor plugin name (#​996) (c88a0ac)
  • Add releaseNotes example to omit merge commits (#​957) (f7fb8bc)
unjs/ufo

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Provide node16 style types field (#​133)
📖 Documentation
  • Add jsdocs for parse utils (#​134)
  • Add stringifyParsedURL (81e92b2)
🏡 Chore
❤️ Contributors
unjs/unstorage

v1.6.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • redis: Support getKeys and clear with base (#​216)
  • azure-cosmos: Always cast mtime to Date (129a935)
💅 Refactors
  • Use shared util for driver errors (5ecca54)
📖 Documentation
  • vercel-kv: Add beta notice (7a75f5f)
🏡 Chore
✅ Tests
❤️ Contributors
vitest-dev/vitest

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Update mock implementation to support ESM runtime, introduce "vi.hoisted"  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3258 (0c09a)

    • Bypass ESM import order restriction with vi.hoisted to run code before imports are executed:
    vi.hoisted(() => vi.setSystemTime(new Date(2022, 1, 1)))

    You can also use it to pass variables to vi.mock:

    const { mockedMethod } = vi.hoisted(() => {
      return { mockedMethod: vi.fn() }
    })   
    vi.mocked('./path/to/module.js', () => {
      return { originalMethod: mockedMethod }
    })
  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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.

@codesandbox
Copy link

codesandbox bot commented Apr 28, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@netlify
Copy link

netlify bot commented Apr 28, 2023

Deploy Preview for nuxt-content ready!

Name Link
🔨 Latest commit b74649a
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-content/deploys/645597a905cbdd00089b78a0
😎 Deploy Preview https://deploy-preview-2047--nuxt-content.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^3.4.3 chore(deps): update all non-major dependencies Apr 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 735e3d4 to b292efc Compare May 5, 2023 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b292efc to b74649a Compare May 5, 2023 23:56
@farnabaz farnabaz merged commit 901ab3e into main May 9, 2023
@farnabaz farnabaz deleted the renovate/all-minor-patch branch May 9, 2023 10:42
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