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 dependency nuxt to v2.18.1 - autoclosed #378

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt (source) 2.16.1 -> 2.18.1 age adoption passing confidence

Release Notes

nuxt/nuxt (nuxt)

v2.18.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • webpack: Depend on earlier version of mkdirp (f67056b9e)
❤️ Contributors

v2.18.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
🩹 Fixes
  • vue-app: Don't throw if we can't read sessionStorage (#​27662)
  • config: Add back md4 monkey-patch for wider ecosystem (#​27865)
🏡 Chore
❤️ Contributors

v2.17.4

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • types: Bump serve-static types to v1.15.7 (1c44c376d)
  • generator: Use maintained html-minifier-terser (#​26914)
  • vue-app: Prevent double page mount (#​10874)
  • core: Don't skip loading runtime modules if one is improperly resolved (#​10193)
  • vue-app: Prevent error page mounting twice (#​27484)
🏡 Chore
✅ Tests
  • Properly close page in e2e tests (1700aa131)
  • Wait for navigation in redirect test (e74715606)
  • Don't register promise in external nav (#​27468)
🤖 CI
❤️ Contributors

v2.17.3

Compare Source

2.17.3 is the next patch release for the 2.x branch.

👉 Changelog

compare changes

💅 Refactors
🏡 Chore
  • Fix invalid package files with npm pkg fix (4d0474c4b)
✅ Tests
  • Skip lib check with vue-tsc test (90ffd8170)
🤖 CI
  • Split type check into separate test (40f1f301e)
❤️ Contributors

v2.17.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • types: Prevent overwriting vue types in template (#​22802)
  • types: Don't pin webpack types to exact version (#​23531)
  • Remove md4 patch now that webpack has it in core (#​23703)
🤖 CI
  • Add script to update changelog for 2.x releases (#​23031)
  • Revert to codecov-action v3 (e66e44803)
  • Remove node version from matrix (#​23706)
  • Use node 18 for ci jobs (#​23701)
❤️ Contributors

v2.17.1

Compare Source

2.17.1 is the next patch release for Nuxt 2.

👉 Changelog

compare changes

🩹 Fixes
  • webpack: Downgrade dev-middleware to fix peer dep issue (#​21626)
  • webpack: Pin webpack-dev-middleware to 5.0.0 (#​21804)
❤️ Contributors

v2.17.0

Compare Source

2.17.0 is the next minor release for Nuxt 2.

✨ Highlights

Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.

It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.

👉 Changelog

compare changes

🚀 Enhancements
  • types: Support nuxt types for defineComponent (#​19789)
  • csp: Support generating nonce for scripts and links in ssr (#​9621)
  • webpack: Support passing function as postcssOptions (#​19495)
🔥 Performance
  • config: Avoid recursive md4 patching (7fab95252)
🩹 Fixes
  • Relax node engines upper constraint (010b539ed)
  • utils: Respect patterns within paths when sorting routes (#​20669)
  • vue-app: Skip page render early on error or navigation (#​20719)
  • babel-preset-app: Add explicit dep on used babel plugin (#​21488)
🏡 Chore
  • Reenable publishing 🙈 (4ce8b118e)
  • Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
  • Bump jest dependencies (#​20506)
  • Remove resolved advisories (98cd35665)
  • Skip publishing node_modules folder (8799cfacc)
  • Remove obsolete useWorkspaces option (27e450119)
✅ Tests
  • Add catchall path to route generation test (71c359516)
  • Update windows snapshot (4ec274ae2)
  • Update jest snapshots to remove escaped quotes (f93411c7c)
🤖 CI
❤️ Contributors

v2.16.3

Compare Source

2.16.3 is a patch release with bug fixes.

👉 Changelog

compare changes

🩹 Fixes
  • types: Add return type for error() (#​19044)
  • types: Bring types from less into namespace (#​19738)
  • types: Sync vue type augmentations with Vue 2.7 (#​19526)
  • config: Move preset to inner postcssOptions (#​19518)
  • webpack: Add node-fetch-native to externals list (#​19755)
🏡 Chore
  • Release all packages with latest tag except nuxt (4e9dcddcb)
  • examples: Use 2.x version of nuxt instead of latest (#​19737)
  • Lint package files (6ca842e36)
❤️ Contributors

v2.16.2

Compare Source

2.16.2 is a patch release with bug fixes.

✨ Highlights

The main change in this patch release is that we now patch the crypto node built-in during build to allow Nuxt 2 to be used on Node versions greater than Node 16, which should ease the pressure users feel after Node 16 reaches its own EOL this year.

Warning
This should not be taken for an endorsement of continuing to run with Webpack 4, which is out of date and has a number of dependencies with issues. I expect that number to continue to grow, and we will not be able to resolve all of them. I would strongly urge migrating to Nuxt 3 if possible and the team will do our best to make this possible over the course of the year ❤️

👉 Changelog

compare changes

🚀 Enhancements
  • types: Add basic types for Nuxt interface (#​9772)
🩹 Fixes
  • vue-renderer: Insert charset before title (#​18998)
  • types: Remove non-existent properties from context (#​19021)
  • Add minimum node 14.18 version constraint (#​19112)
  • config: Upgrade md4 -> md5 on node > 16 (#​19108)
  • vue-app: Handle promise rejection from asyncData (#​18585)
🏡 Chore
❤️ Contributors

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/nuxtjs-monorepo branch from 7bf3b5c to b5116b3 Compare September 9, 2023 04:37
@renovate renovate bot changed the title fix(deps): update dependency nuxt to v2.17.1 fix(deps): update dependency nuxt to v2.17.2 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from b5116b3 to f72e0e1 Compare October 24, 2023 03:51
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch 4 times, most recently from fe94be2 to 7c11698 Compare January 6, 2024 03:48
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 7c11698 to edd62b0 Compare January 12, 2024 17:35
@renovate renovate bot changed the title fix(deps): update dependency nuxt to v2.17.2 fix(deps): update dependency nuxt to v2.17.3 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from edd62b0 to 5beff3a Compare January 20, 2024 03:58
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 5beff3a to 49c1b12 Compare January 27, 2024 05:17
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 49c1b12 to 2546a06 Compare February 3, 2024 06:26
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 2546a06 to 630dfaf Compare February 24, 2024 07:57
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 630dfaf to 60239d0 Compare March 16, 2024 03:16
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch 3 times, most recently from 9d649ab to 5c417cc Compare April 20, 2024 04:20
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 5c417cc to 5b44a96 Compare May 25, 2024 04:25
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 5b44a96 to f28a9c4 Compare June 14, 2024 14:01
@renovate renovate bot changed the title fix(deps): update dependency nuxt to v2.17.3 fix(deps): update dependency nuxt to v2.17.4 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from f28a9c4 to fed41c7 Compare June 27, 2024 18:48
@renovate renovate bot changed the title fix(deps): update dependency nuxt to v2.17.4 fix(deps): update dependency nuxt to v2.18.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from fed41c7 to 79bf19f Compare June 28, 2024 13:52
@renovate renovate bot changed the title fix(deps): update dependency nuxt to v2.18.0 fix(deps): update dependency nuxt to v2.18.1 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 79bf19f to 84cd033 Compare July 27, 2024 07:14
@renovate renovate bot force-pushed the renovate/nuxtjs-monorepo branch from 84cd033 to b364f26 Compare August 3, 2024 05:19
@renovate renovate bot changed the title fix(deps): update dependency nuxt to v2.18.1 fix(deps): update dependency nuxt to v2.18.1 - autoclosed Aug 5, 2024
@renovate renovate bot closed this Aug 5, 2024
@renovate renovate bot deleted the renovate/nuxtjs-monorepo branch August 5, 2024 20:38
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