[PR #204] [MERGED] fix(deps): bump nuxt from 2.16.3 to 2.17.0 in /web #253

Closed
opened 2026-03-03 16:37:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/204
Author: @dependabot[bot]
Created: 6/12/2023
Status: Merged
Merged: 6/13/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/nuxt-2.17.0


📝 Commits (1)

  • f8f992c fix(deps): bump nuxt from 2.16.3 to 2.17.0 in /web

📊 Changes

3 files changed (+5396 additions, -4549 deletions)

View changed files

📝 web/package-lock.json (+3831 -3625)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+1564 -923)

📄 Description

Bumps nuxt from 2.16.3 to 2.17.0.

Release notes

Sourced from nuxt's releases.

v2.17.0

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

  • Run tests in node 16 (#20644)
  • Pin actions by hash and use corepack (#21356)

... (truncated)

Commits
  • 1ce34ec v2.17.0
  • 5a51da3 ci: apply changes to windows workflow as well
  • c42b54f chore(deps): update devdependency sass to v1.63.3 (2.x) (#21495)
  • 4edb5ef ci: skip in-progress on prs, skip tests on release branches + enable provenan...
  • 52769b3 chore(deps): update actions/checkout action to v3.5.3 (2.x) (#21494)
  • 3e4284e feat(webpack): support passing function as postcssOptions (#19495)
  • f842c75 chore(deps): update all non-major dependencies (2.x) (#21474)
  • a0fd395 fix(babel-preset-app): add explicit dep on used babel plugin (#21488)
  • 27e4501 chore: remove obsolete useWorkspaces option
  • 8ce5350 chore(deps): update devdependency lerna to v7 (2.x) (#21465)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/204 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/13/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxt-2.17.0` --- ### 📝 Commits (1) - [`f8f992c`](https://github.com/NdoleStudio/httpsms/commit/f8f992cd5a4e0f95933909de37df310185a797ab) fix(deps): bump nuxt from 2.16.3 to 2.17.0 in /web ### 📊 Changes **3 files changed** (+5396 additions, -4549 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+3831 -3625) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+1564 -923) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.16.3 to 2.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt/releases">nuxt's releases</a>.</em></p> <blockquote> <h2>v2.17.0</h2> <blockquote> <p>2.17.0 is the next minor release for Nuxt 2.</p> </blockquote> <h2>✨ Highlights</h2> <p>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.</p> <p>It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.</p> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt.js/compare/v2.16.3...v2.17.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>types:</strong> Support nuxt types for defineComponent (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19789">#19789</a>)</li> <li><strong>csp:</strong> Support generating nonce for scripts and links in ssr (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/9621">#9621</a>)</li> <li><strong>webpack:</strong> Support passing function as postcssOptions (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19495">#19495</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>config:</strong> Avoid recursive md4 patching (<a href="https://github.com/nuxt/nuxt.js/commit/7fab95252">7fab95252</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>Relax node engines upper constraint (<a href="https://github.com/nuxt/nuxt.js/commit/010b539ed">010b539ed</a>)</li> <li><strong>utils:</strong> Respect patterns within paths when sorting routes (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/20669">#20669</a>)</li> <li><strong>vue-app:</strong> Skip page render early on error or navigation (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/20719">#20719</a>)</li> <li><strong>babel-preset-app:</strong> Add explicit dep on used babel plugin (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/21488">#21488</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Reenable publishing 🙈 (<a href="https://github.com/nuxt/nuxt.js/commit/4ce8b118e">4ce8b118e</a>)</li> <li>Exclude yaml exception vulnerability (build-time dep) (<a href="https://github.com/nuxt/nuxt.js/commit/c8ed87a26">c8ed87a26</a>)</li> <li>Bump jest dependencies (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/20506">#20506</a>)</li> <li>Remove resolved advisories (<a href="https://github.com/nuxt/nuxt.js/commit/98cd35665">98cd35665</a>)</li> <li>Skip publishing node_modules folder (<a href="https://github.com/nuxt/nuxt.js/commit/8799cfacc">8799cfacc</a>)</li> <li>Remove obsolete useWorkspaces option (<a href="https://github.com/nuxt/nuxt.js/commit/27e450119">27e450119</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Add catchall path to route generation test (<a href="https://github.com/nuxt/nuxt.js/commit/71c359516">71c359516</a>)</li> <li>Update windows snapshot (<a href="https://github.com/nuxt/nuxt.js/commit/4ec274ae2">4ec274ae2</a>)</li> <li>Update jest snapshots to remove escaped quotes (<a href="https://github.com/nuxt/nuxt.js/commit/f93411c7c">f93411c7c</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Run tests in node 16 (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/20644">#20644</a>)</li> <li>Pin actions by hash and use corepack (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/21356">#21356</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/1ce34ec2c438fbad9a04f7eda2ce4f439389ea9a"><code>1ce34ec</code></a> v2.17.0</li> <li><a href="https://github.com/nuxt/nuxt/commit/5a51da344f3dfef599ce8642cd0f102b43c5b13b"><code>5a51da3</code></a> ci: apply changes to windows workflow as well</li> <li><a href="https://github.com/nuxt/nuxt/commit/c42b54f3b80b5ab0ac95600180e50f0e5ac7c1de"><code>c42b54f</code></a> chore(deps): update devdependency sass to v1.63.3 (2.x) (<a href="https://redirect.github.com/nuxt/nuxt/issues/21495">#21495</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/4edb5efafd88d18bd19611044234d8d406454751"><code>4edb5ef</code></a> ci: skip in-progress on prs, skip tests on release branches + enable provenan...</li> <li><a href="https://github.com/nuxt/nuxt/commit/52769b320e62ac120d29545e8e617854b9483a51"><code>52769b3</code></a> chore(deps): update actions/checkout action to v3.5.3 (2.x) (<a href="https://redirect.github.com/nuxt/nuxt/issues/21494">#21494</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/3e4284e8f6f004766a0badc003ca7ef366a3a658"><code>3e4284e</code></a> feat(webpack): support passing function as <code>postcssOptions</code> (<a href="https://redirect.github.com/nuxt/nuxt/issues/19495">#19495</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/f842c75ff2c7a5c7e44e0fa1441e7161cf11967c"><code>f842c75</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://redirect.github.com/nuxt/nuxt/issues/21474">#21474</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/a0fd3953109ea077780ab82248c61e8bd93db58a"><code>a0fd395</code></a> fix(babel-preset-app): add explicit dep on used babel plugin (<a href="https://redirect.github.com/nuxt/nuxt/issues/21488">#21488</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/27e450119cbc30a4b1d94acef21c905df93160a3"><code>27e4501</code></a> chore: remove obsolete <code>useWorkspaces</code> option</li> <li><a href="https://github.com/nuxt/nuxt/commit/8ce53507c1f6eb56063da441b3324e1d4d55331d"><code>8ce5350</code></a> chore(deps): update devdependency lerna to v7 (2.x) (<a href="https://redirect.github.com/nuxt/nuxt/issues/21465">#21465</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/compare/v2.16.3...v2.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.16.3&new-version=2.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#253
No description provided.