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

ci: bump cookie, @nuxtjs/i18n, @nuxtjs/sentry, nuxt and express #1285

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2024

Bumps cookie to 0.7.1 and updates ancestor dependencies cookie, @nuxtjs/i18n, @nuxtjs/sentry, nuxt and express. These dependencies need to be updated together.

Updates cookie from 0.5.0 to 0.7.1

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Add partitioned option
Commits
Maintainer changes

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


Updates @nuxtjs/i18n from 7.3.1 to 8.5.5

Release notes

Sourced from @​nuxtjs/i18n's releases.

v8.5.5

No significant changes

    View changes on GitHub

v8.5.4

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

   🚀 Features

    View changes on GitHub

v8.5.3

   🐞 Bug Fixes

    View changes on GitHub

v8.5.2

   🐞 Bug Fixes

    View changes on GitHub

v8.5.1

   🐞 Bug Fixes

  • Resolve plugin type import conflicts by updating module builder  -  by @​danielroe in #3071
    View changes on GitHub

v8.5.0

   🚀 Features

    View changes on GitHub

v8.4.0

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v9.0.0-rc.2 (2024-10-07T07:39:46Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.0.0-rc.1 (2024-09-30T13:39:23Z)

This changelog is generated by GitHub Releases

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @nuxtjs/sentry from 6.0.3 to 8.0.8

Release notes

Sourced from @​nuxtjs/sentry's releases.

8.0.8

Bug Fixes

  • deps: update devdependency @​sentry/webpack-plugin to v2.22.3 (#688) (e84d715)
  • deps: update sentry sdk (#666) (9d5dd24)
  • type declarations don't work with "moduleResolution: node16" (8fe70f0)

8.0.7

Bug Fixes

  • deps: update devdependency @​sentry/profiling-node to v7 (#665) (df52090)
  • deps: update sentry sdk (#656) (89c6576)

8.0.6

Bug Fixes

  • deps: update sentry sdk to ^7.81.1 (#653) (2c17b30)
  • make it possible to disable internal SDK integrations (#655) (fd32a7e)

8.0.4

Bug Fixes

8.0.3

Bug Fixes

  • crash on handling unhandled exceptions (#647) (007d84d)

8.0.2

Bug Fixes

8.0.1

Bug Fixes

... (truncated)

Changelog

Sourced from @​nuxtjs/sentry's changelog.

8.0.8 (2024-09-13)

Bug Fixes

  • deps: update devdependency @​sentry/webpack-plugin to v2.22.3 (#688) (e84d715)
  • deps: update sentry sdk (#666) (9d5dd24)
  • type declarations don't work with "moduleResolution: node16" (8fe70f0)

8.0.7 (2024-02-07)

Bug Fixes

  • deps: update devdependency @​sentry/profiling-node to v7 (#665) (df52090)
  • deps: update sentry sdk (#656) (89c6576)

8.0.6 (2023-11-27)

Bug Fixes

  • deps: update sentry sdk to ^7.81.1 (#653) (2c17b30)
  • make it possible to disable internal SDK integrations (#655) (fd32a7e)

8.0.4 (2023-11-20)

Bug Fixes

8.0.3 (2023-11-16)

Bug Fixes

  • crash on handling unhandled exceptions (#647) (007d84d)

8.0.2 (2023-11-13)

Bug Fixes

8.0.1 (2023-10-31)

... (truncated)

Commits
  • 8fd55ab chore: release 8.0.8
  • 8fe70f0 fix: type declarations don't work with "moduleResolution: node16"
  • 1876fe1 chore(deps): lock file maintenance (package.json) (#691)
  • 0e03678 chore(deps): update all non-major dependencies (#689)
  • 41d1f34 chore(deps): lock file maintenance (docs/package.json) (#690)
  • e84d715 fix(deps): update devdependency @​sentry/webpack-plugin to v2.22.3 (#688)
  • 6762076 chore(deps): update devdependency @​types/node to v20.16.2 (#687)
  • f98de28 chore(deps): lock file maintenance (package.json) (#669)
  • 9d5dd24 fix(deps): update sentry sdk (#666)
  • 27bc105 chore(deps): update actions/checkout digest to 692973e (#677)
  • Additional commits viewable in compare view

Updates nuxt from 2.18.1 to 3.13.2

Release notes

Sourced from nuxt's releases.

v3.13.2

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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

🔥 Performance

  • nuxt: Remove interop default for dynamic components (#28912)

🩹 Fixes

  • nuxt: Fix ssr log querySelector (#28864)
  • schema: Enable propsDestructure by default (#28830)
  • nuxt: Ensure injected route has enumerable keys (#28841)
  • nuxt: Don't override vue instance with legacy asyncData (#28842)
  • nuxt: Render server errors with ssr: false (#28834)
  • nuxt: Resolve full component paths (#28843)
  • nuxt: Improve accuracy of module resolution conditions (#28846)
  • nuxt: Log more context of prerendering errors (#28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#28822)
  • nuxt: Ensure we process files in buildDir for unimport (#28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#28901)
  • nuxt,schema: Accept any module in inline modules array (#28922)
  • nuxt: Fall back to original component filePath (#28925)
  • nuxt: Make runWithContext generic (#28926)
  • nuxt: Set inheritAttrs: false for fragment components (#28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#29016)
  • nuxt: Correct type for useError (#28996)

💅 Refactors

  • nuxt: Use vite:preloadError event (#28862)

📖 Documentation

  • Add known limitations for app.config.ts (#28875)
  • Typo fixed missing closing angle bracket (#28880)
  • Update useFetch troubleshooting section (#28918)
  • Capitalize text (#28972)
  • Fix typo (#28983)
  • Add clarity to useFetch parameter signature (#28993)

... (truncated)

Commits

Updates express from 4.21.0 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@nuxtjs/sentry [>= 7.a, < 8]
nuxt [>= 3.a, < 4]
@nuxtjs/sentry [>= 8.a, < 9]
@nuxtjs/i18n [>= 8.a, < 9]
nuxt [> 2.18.1]

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 <dependency name> 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.

@dependabot dependabot bot requested a review from a team as a code owner October 13, 2024 07:44
@dependabot dependabot bot added Scope: Dependencies Pull requests that update a dependency file Type: Maintenance labels Oct 13, 2024
Copy link

vercel bot commented Oct 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
warframe-hub ❌ Failed (Inspect) Oct 15, 2024 5:13pm

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n), [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module), [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.5.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v0.7.1)

Updates `@nuxtjs/i18n` from 7.3.1 to 8.5.5
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v7.3.1...v8.5.5)

Updates `@nuxtjs/sentry` from 6.0.3 to 8.0.8
- [Release notes](https://github.com/nuxt-community/sentry-module/releases)
- [Changelog](https://github.com/nuxt-community/sentry-module/blob/main/CHANGELOG.md)
- [Commits](nuxt-community/sentry-module@v6.0.3...v8.0.8)

Updates `nuxt` from 2.18.1 to 3.13.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.13.2/packages/nuxt)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: "@nuxtjs/i18n"
  dependency-type: direct:production
- dependency-name: "@nuxtjs/sentry"
  dependency-type: direct:production
- dependency-name: nuxt
  dependency-type: direct:production
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@TobiTenno
Copy link
Member

@dependabot ignore nuxt major version

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

This option is only available on single-dependency pull requests, as the versions in multi-dependency pull requests may differ.

If you'd like to ignore all updates for these dependencies just reply @dependabot ignore these dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Dependencies Pull requests that update a dependency file Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant