tsubakimoto / github-actions-samples

Playground for GitHub Actions
https://tsubakimoto.github.io/github-actions-samples/
MIT License
12 stars 1 forks source link

Bump nth-check and nuxt in /nodejs/nuxtjs #58

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 9 months ago

Bumps nth-check to 2.1.1 and updates ancestor dependency nuxt. These dependencies need to be updated together.

Updates nth-check from 1.0.2 to 2.1.1

Release notes

Sourced from nth-check's releases.

v2.1.1

  • The ESM code had some issues that are now fixed aeeb067

https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1

v2.1.0

What's Changed

  • nth-check is now a dual CommonJS and ESM module fb55/nth-check#206
  • With the new sequence and generate methods, it is now possible to generate a sequence of indices for a given formula fb55/nth-check#207

Full Changelog: https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0

v2.0.1

Fixes:

  • Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
    • Ensures parsing will always have linear time complexity.

Internal:

  • chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
  • Bump dependencies

https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1

v2.0.0

  • Port module to TS, Jest, ESLint

Breaking:

  • The main export is now a default export.
  • The module now throws regular Errors on invalid selectors instead of SyntaxErrors.
Commits


Updates nuxt from 2.15.7 to 2.17.1

Release notes

Sourced from nuxt's releases.

v2.17.1

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

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

... (truncated)

Commits
  • 9de25af v2.17.1
  • 79696cf chore(deps): update all non-major dependencies (2.x) (#22129)
  • 997ba1a chore(deps): update all non-major dependencies (2.x) (#22092)
  • 8b1eb60 chore(deps): update all non-major dependencies (2.x) (#22075)
  • 2c234bb chore(deps): update typescript-eslint monorepo to v6 (2.x) (major) (#22076)
  • 83ae22d chore(deps): update all non-major dependencies (2.x) (#22035)
  • 7ffa47c chore(deps): update all non-major dependencies (2.x) (#21820)
  • 1853c67 chore(deps): update dependency postcss-preset-env to v9 (2.x) (#21910)
  • 8edc36e chore(deps): update all non-major dependencies (2.x) (#21777)
  • f7b60f8 fix(webpack): pin webpack-dev-middleware to 5.0.0 (#21804)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tsubakimoto/github-actions-samples/network/alerts).
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.