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

Closed
wants to merge 3 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^2.12.1 -> ^2.13.0 age adoption passing confidence
@nuxt/devtools (source) ^1.3.1 -> ^1.3.6 age adoption passing confidence
@nuxt/eslint-config (source) 0.3.12 -> 0.3.13 age adoption passing confidence
@nuxt/module-builder ^0.6.0 -> ^0.8.0 age adoption passing confidence
@​nuxt/ui-pro ^1.2.0 -> ^1.3.1 age adoption passing confidence
@nuxtjs/fontaine ^0.4.1 -> ^0.4.3 age adoption passing confidence
eslint (source) 9.2.0 -> 9.5.0 age adoption passing confidence
h3 ^1.11.1 -> ^1.12.0 age adoption passing confidence
nuxt-og-image (source) ^2.2.4 -> ^2.2.6 age adoption passing confidence
pnpm (source) 9.1.1 -> 9.4.0 age adoption passing confidence
postcss-nesting (source) ^12.1.4 -> ^12.1.5 age adoption passing confidence
tailwind-config-viewer ^2.0.2 -> ^2.0.4 age adoption passing confidence
tailwindcss (source) ~3.4.3 -> ~3.4.4 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.2 age adoption passing confidence
vue-tsc (source) ^2.0.17 -> ^2.0.22 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.13.0

Compare Source

compare changes

🚀 Enhancements
  • Top level content/ directory in Nuxt 4 compatibility version (#​2649)
🩹 Fixes
  • Optimise nested dependencies (#​2583)
  • Opt in to import.meta.* properties (#​2597)
  • Ignore unsupported files from contents list (#​2607)
  • module: Convert content-slot to MDCSlot (#​2632)
  • Fix typo in logger warning message (#​2626)
  • search: Keep page's beginning paragraphs (#​2658)
  • Add Nitro hooks types declarations (#​2655)
  • Filter draft files in production (#​2648)
  • search: Use page title as default title for sections (9d81acc2)
  • Init storage only when used (#​2670)
  • Use runtimeconfig only when necessary (6f06f356)
  • Do not update devDependencies (062fb97f)
  • search: Improve sections with root node (#​2672)
  • prerender: Ensure / exists inside prerender rotues (#​2673)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/devtools (@​nuxt/devtools)

v1.3.6

Compare Source

Features

v1.3.5

Compare Source

Bug Fixes
  • downgrade module-builder (de79dc4)

v1.3.4

Compare Source

Bug Fixes

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Bug Fixes
nuxt/eslint (@​nuxt/eslint-config)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors
nuxt-modules/fontaine (@​nuxtjs/fontaine)

v0.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.4.2

Compare Source

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

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

unjs/h3 (h3)

v1.12.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • getRequestUrl: Forward opts to getRequestProtocol (#​776)
  • readRawBody: Read chunked body (#​652)
  • proxy: Better error when upstream proxy fails (#​746)
  • node: Make sure onBeforeResponse and onAfterResponse are called with error code (#​756)
  • sse: Prevent onClosed from firing twice in EventStream (#​704)
  • plain: Avoid import from unenv internals (#​781)
💅 Refactors
  • session: Remove unnecessary async for clear (#​729)
  • Update unenv import (76736ea)
📖 Documentation
  • Fix typo (#​699)
  • Fix typo (#​707)
  • Fix typo (#​712)
  • Fix typo (#​730)
  • Fix typo (#​732)
  • Remove extra space (#​718)
  • Add semi (#​710)
  • event-handler: Fix typo (#​684)
  • Add jsdoc examples for response utils (#​677)
  • Add note for getRequestIP return value (#​726)
  • Fix session example (#​702)
  • Add jsdoc examples for request utils (#​680)
  • Fix typo (#​734)
  • Correct zod validation example (#​735)
  • Fix typos (#​738)
  • Fix typo (#​758)
  • Add usage example for handleCors (#​747)
  • Fix typo for text/html content-type (#​764)
  • Update mogen example to use combined log format (#​771)
  • Fix typo for plain adapter example (#​766)
  • examples: Add cors example (#​700)
  • Fix respondWith event object (#​775)
  • Provide async for request body (#​777)
  • error-handling: Add string vs object errors and update createError jsdoc (#​762)
🏡 Chore
🤖 CI
  • Remove node 16 from test matrix (458cfac)
❤️ Contributors
harlan-zw/nuxt-og-image (nuxt-og-image)

v2.2.6

Compare Source

Bug Fixes
  • stop using 'terminate' package to avoid GPL (516def4)
pnpm/pnpm (pnpm)

v9.4.0

Compare Source

v9.3.0

Compare Source

Minor Changes

  • Semi-breaking. Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the peers-suffix-max-length setting #​8177.

Patch Changes

  • Set reporter-hide-prefix to true by default for pnpm exec. In order to show prefix, the user now has to explicitly set reporter-hide-prefix=false #​8174.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.2.0

Compare Source

Minor Changes

  • If package-manager-strict-version is set to true, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of package.json.

Patch Changes

  • Update @yarnpkg/pnp to the latest version, fixing issue with node: imports #​8161.
  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.
  • pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of package.json #​8087.
  • exec now also streams prefixed output when --recursive or --parallel is specified just as run does #​8065.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.1.4

Compare Source

v9.1.3

Compare Source

v9.1.2

Compare Source

Patch Changes

  • Reduced memory usage during peer dependencies resolution #​8084.
  • Details in the pnpm licenses output are not misplaced anymore #​8071.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

csstools/postcss-plugins (postcss-nesting)

v12.1.5

Compare Source

May 23, 2024

  • Fix nested rules within @scope
rogden/tailwind-config-viewer (tailwind-config-viewer)

v2.0.4

Compare Source

Fixed
  • #​92 Resolves issue related URL scheme on Windows for export command

v2.0.3

Compare Source

Fixed
  • #​92 Resolves issue related URL scheme on Windows
tailwindlabs/tailwindcss (tailwindcss)

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#​13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#​13770)
  • Support negative values for {col,row}-{start,end} utilities (#​13781)
  • Update embedded browserslist database (#​13792)
Microsoft/TypeScript (typescript)

v5.5.2

Compare Source

vuejs/language-tools (vue-tsc)

v2.0.22

Compare Source

Bug Fixes
Other Changes
  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges le

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

netlify bot commented May 15, 2024

Deploy Preview for nuxt-tailwindcss ready!

Name Link
🔨 Latest commit f881c30
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/667c6d40fa5a6a000808a52e
😎 Deploy Preview https://deploy-preview-847--nuxt-tailwindcss.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 configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63c0809 to 091ad18 Compare May 16, 2024 06:59
@renovate renovate bot changed the title chore(deps): update devdependency vue-tsc to ^2.0.18 chore(deps): update devdependency vue-tsc to ^2.0.19 May 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 091ad18 to 746d9d6 Compare May 17, 2024 15:55
@renovate renovate bot changed the title chore(deps): update devdependency vue-tsc to ^2.0.19 chore(deps): update all non-major dependencies May 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 12367e3 to e82749d Compare May 23, 2024 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3ebe4c0 to d04e345 Compare May 31, 2024 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7006148 to cc1df0e Compare June 10, 2024 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0dd2bf5 to 4efd3d8 Compare June 17, 2024 19:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9223175 to c1823bf Compare June 20, 2024 12:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ec04d57 to 50800c1 Compare June 24, 2024 03:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50800c1 to 2ced3a9 Compare June 24, 2024 13:12
Copy link
Contributor Author

renovate bot commented Jun 26, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ineshbose ineshbose closed this Jul 11, 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