Ocelot-Social-Community / Ocelot-Social

Free and open-source social network for active citizenship.
https://ocelot.social
Other
92 stars 36 forks source link

Bump the nuxt group across 1 directory with 8 updates #7543

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps the nuxt group with 8 updates in the /webapp directory:

Package From To
@nuxtjs/apollo 4.0.0-rc19 5.0.0-alpha.14
@nuxtjs/axios 5.9.7 5.13.6
@nuxtjs/dotenv 1.4.1 1.4.2
@nuxtjs/pwa 3.0.0-beta.20 3.3.5
@nuxtjs/sentry 4.0.0 8.0.7
@nuxtjs/style-resources 1.0.0 1.2.2
nuxt 2.12.1 3.12.2
@nuxtjs/composition-api 0.32.0 0.34.0

Updates @nuxtjs/apollo from 4.0.0-rc19 to 5.0.0-alpha.14

Release notes

Sourced from @​nuxtjs/apollo's releases.

v5.0.0-alpha.14

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-alpha.13

   🐞 Bug Fixes

  • Ensure useCookie called with context  -  by Conrawl Rogers (3cb64)
    View changes on GitHub

v5.0.0-alpha.12

   🚀 Features

  • Allow control of AsyncData options  -  by Conrawl Rogers (58121)
  • Enable reactivity of async query variables  -  by Conrawl Rogers (fa201)
  • Enable type hint for apollo client ids  -  by Conrawl Rogers (bca65)

   🐞 Bug Fixes

  • Typing of useAsyncQuery and useLazyAsyncQuery; ensure proper assignment of clientId  -  by Conrawl Rogers (eea16)
  • Ensure useAsyncQuery aheres to it's apollo client's fetchPolicy, allowing cache-first override via the cache flag.  -  by Conrawl Rogers (575c1)
  • Set default cookie sameSite attritube to lax  -  by Conrawl Rogers (4ac36)
  • Ensure plugin is typed for $apollo and $apolloHelpers  -  by Conrawl Rogers (61d4b)
  • Improve typing for composables  -  by Conrawl Rogers (56de9)
    View changes on GitHub

v5.0.0-alpha.11

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-alpha.10

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • 64e35de chore: release v5.0.0-alpha.14
  • ec01878 fix: properly export defineApolloClient utility
  • 6188a17 fix: add missing key in record (#604)
  • 714b587 fix: call unref on query variables (#601)
  • ec1515a chore: release v5.0.0-alpha.13
  • 3cb6444 fix: ensure useCookie called with context
  • 3ba2baa chore: release v5.0.0-alpha.12
  • eb355e5 feat: enable async query variable reactivity and type hints for Apollo client...
  • f45ccf3 docs: fix reference to useLazyAsyncQuery in code sample (#474)
  • eb4f89e Update favicon (#580)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by diizzayy, a new releaser for @​nuxtjs/apollo since your current version.


Updates @nuxtjs/axios from 5.9.7 to 5.13.6

Release notes

Sourced from @​nuxtjs/axios's releases.

v5.13.6

Bug Fixes

  • setHeader function returns after the first scope element (#507) (cb5e29d)

v5.13.5

Bug Fixes

  • only transpile defu for client bundle (resolves #501) (ec2eb0a)

v5.13.4

Bug Fixes

  • build.transpile guard for nuxt@1.x (fixes #498) (66d56ab)

v5.13.3

Bug Fixes

v5.13.2

Dependencies:

  • Update defu to 5.x

v5.13.1

Bug Fixes

v5.13.0

Features

  • Support baseUrl and browserBaseUrl to handle casing typos (8904847)

Bug Fixes

  • Add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore defaults (#465) (a1a1894)

v5.12.5

Bug Fixes

  • add x-forwarded-host to proxyHeaderIgnore defaults (#462) (433548b), closes #456

Dependencies

... (truncated)

Changelog

Sourced from @​nuxtjs/axios's changelog.

5.13.6 (2021-06-02)

Bug Fixes

  • setHeader function returns after the first scope element (#507) (cb5e29d)

5.13.5 (2021-05-26)

Bug Fixes

  • only transpile defu for client bundle (resolves #501) (ec2eb0a)

5.13.4 (2021-05-18)

Bug Fixes

5.13.3 (2021-05-17)

Bug Fixes

5.13.2 (2021-05-17)

5.13.1 (2021-02-08)

Bug Fixes

5.13.0 (2021-02-01)

Features

  • support baseUrl and browserBaseUrl to handle casing typos (8904847)

Bug Fixes

  • add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore defaults (#465) (a1a1894)

... (truncated)

Commits


Updates @nuxtjs/dotenv from 1.4.1 to 1.4.2

Changelog

Sourced from @​nuxtjs/dotenv's changelog.

1.4.2 (2023-12-15)

Bug Fixes

1.3.0 (2018-07-12)

  • add systemvars option. Setting this to true will allow your system set variables to work.

1.2.1 (2018-10-13)

  • upgrade dependencies

1.2.0 (2018-10-13)

  • add filename option. This options allows you to use an alternative filename to replace .env

1.1.1 (2018-03-25)

  • Don't crash when .env file is not present

1.1.0 (2017-10-10)

  • Add path option. This option allows you to specify a different folder to load the .env from

1.0.0 (2017-09-25)

  • Public release of the package

0.0.1 (2017-09-23)

  • Initial version
Commits
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for @​nuxtjs/dotenv since your current version.


Updates @nuxtjs/pwa from 3.0.0-beta.20 to 3.3.5

Release notes

Sourced from @​nuxtjs/pwa's releases.

v3.3.5

Bug Fixes

v3.3.4

Bug Fixes

  • types: mark module options fields as optional (#420) (7d75c28)

v3.3.3

Bug Fixes

  • workbox: add additional details for uncaught errors and fix chromium cors (#417) (f20489c)
  • workbox: deepClone options to avoid cross-build mutation (e39027e)

Update Notes

If you was previously using workbox.clientsClaim: false option in nuxt.config to handle uncaught error, you have to revert it because disabling makes caching issues

v3.3.2

Bug Fixes

  • avoid adding revision to start_url (1c44cff)

v3.3.1

Bug Fixes

  • append to start_url without query param (fixes #403) (054b8a2)

v3.3.0

Features

  • manifest: add revision to start_url (ad26827)

Bug Fixes

  • manifest: invalidate start_url cache (240d4a1)
  • add revision to precache assets (#386) (872dce1)

v3.2.2

Bug Fixes

  • serve static webpack assets from disk in dev mode (fixes #373) (8298f95)

v3.2.1

Bug Fixes

  • workbox: precache start_url (resolves #372) (27e19a0)

... (truncated)

Changelog

Sourced from @​nuxtjs/pwa's changelog.

3.3.5 (2021-01-26)

Bug Fixes

3.3.4 (2021-01-07)

Bug Fixes

  • types: mark module options fields as optional (#420) (7d75c28)

3.3.3 (2020-12-20)

Bug Fixes

  • workbox: add additional details for uncaught errors and fix chromium CORS (#417) (f20489c)
  • workbox: deepClone options to avoid cross-build mutation (e39027e)

3.3.2 (2020-11-30)

Bug Fixes

  • avoid adding revision to start_url (1c44cff)

3.3.1 (2020-11-29)

Bug Fixes

  • append to start_url without query param (fixes #403) (054b8a2)

3.3.0 (2020-11-28)

Features

  • manifest: add revision to start_url (ad26827)

Bug Fixes

  • manifest: invalidate start_url cache (240d4a1)
  • precached files are not updated (#386) (872dce1)

3.2.2 (2020-10-13)

... (truncated)

Commits
  • 79322c1 chore(release): 3.3.5
  • 00fec07 chore: maintain yarn.lock
  • afa62b2 chore(deps): update all non-major dependencies (#425)
  • d9addb7 fix(meta): add missing hid to icon tags (#428)
  • 245aadc chore(release): 3.3.4
  • 7d75c28 fix(types): mark module options fields as optional (#420)
  • 8a45184 chore(release): 3.3.3
  • e39027e fix(workbox): deepClone options to avoid cross-build mutation
  • f07d7e8 chore: update yarn.lock
  • 3d00a6a chore: use dm in readme
  • Additional commits viewable in compare view


Updates @nuxtjs/sentry from 4.0.0 to 8.0.7

Release notes

Sourced from @​nuxtjs/sentry's releases.

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

8.0.0

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from @​nuxtjs/sentry's changelog.

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)

Bug Fixes

8.0.0 (2023-10-31)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • 3cd9b4d chore: release 8.0.7
  • 71d61d7 8.0.7-beta.0
  • e0e3c2d chore(deps): lock file maintenance (package.json) (#658)
  • 4e1d7fa chore(deps): update all non-major dependencies (#657)
  • df52090 fix(deps): update devdependency @​sentry/profiling-node to v7 (#665)
  • 89c6576 fix(deps): update sentry sdk (#656)
  • 2ca7f06 chore(deps): update devdependency npm-run-all2 to v6 (#664)
  • 7c97a76 chore(deps): replace devdependency npm-run-all with npm-run-all2 5.0.0 (#663)
  • 8590dfd chore: release 8.0.6
  • 10252ec chore(deps): lock file maintenance (package.json) (#652)
  • Additional commits viewable in compare view


Updates @nuxtjs/style-resources from 1.0.0 to 1.2.2

Changelog

Sourced from @​nuxtjs/style-resources's changelog.

1.2.2 (2023-11-27)

Bug Fixes

  • bump consola to 3.x to align with other nuxt 2 packages (#224) (c1aee33)

1.2.1 (2021-08-05)

Bug Fixes

  • deps: update dependency sass-resources-loader to ^2.2.4 (#176) (97cefe1)

1.2.0 (2021-06-22)

Features

1.1.0 (2021-06-02)

Features

Commits
  • dffea81 chore(release): 1.2.2
  • c1aee33 fix: bump consola to 3.x to align with other nuxt 2 packages (#224)
  • 87fa5f0 doc: clarify Nuxt 2
  • 45ef8de docs: info about sass-loader ver for Nuxt2 (#191)
  • 31af104 chore(deps): update devdependency @​types/jest to v27 (#177)
  • dda9141 chore(release): 1.2.1
  • 54e19ac chore(deps): update all non-major dependencies (#170)
  • 97cefe1 fix(deps): update dependency sass-resources-loader to ^2.2.4 (#176)
  • d8863a5 chore: separate sass-resources-loader into its own PR (#175)
  • 7e5e9fd chore(deps): update devdependency less to v4 (#137)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rchl, a new releaser for @​nuxtjs/style-resources since your current version.


Updates nuxt from 2.12.1 to 3.12.2

Release notes

Sourced from nuxt's releases.

v3.12.2

3.12.2 is the a 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

  • kit: Deduplicate layers before resolving config (#27582)
  • webpack: Decrease assets map iterations (d929cd4ef)
  • kit: Various performance improvements (#27600)
  • vite: Various performance improvements (#27601)
  • nuxt: Don't wait for key deps check (#27638)

🩹 Fixes

  • nuxt: Call onNuxtReady callback without arguments (#27428)
  • schema: Don't narrow head string types to literals (#27540)
  • schema: app/ dir backwards compatibility (#27529)
  • nuxt: Manually assign payload reactivity when ssr: false (#27542)
  • nuxt: Only log warning once per runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather than augmenting (#27567)
  • nuxt: Export useRouteAnnouncer (#27562)
  • nuxt: Remove backticks around runtimeConfig warning log (#27549)
  • nuxt: Close top-level watcher on nuxt 'close' (#27571)
  • nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
  • nuxt: Handle more edge cases with external/custom links (#27487)
  • nuxt: Preserve route metadata assigned outside page (#27587)
  • nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
  • nuxt,schema: Add types for _installedModules (e4bfea642)
  • nuxt: Include build-time pages in prerender routes (#27569)
  • nuxt: Warn when async data doesn't return a value (#27599)
  • nuxt: Replace deprecated app.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import in islands transform (#27622)
  • nuxt: Reset cookie timeoutLength after expiration (#27632)
  • nuxt: Add missing island uid for selective client components (#27633)
  • schema,vite: Respect vite.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is called (#27637)
  • nuxt: Add missing script stubs (#27640)
  • nuxt: Only inject root path in prerender (44cada95a)
  • nuxt: Reduce usage of cjs utilities (#27642)
  • nuxt: Add / even if pages module isn't enabled (dabcb5ecc)

📖 Documentation

... (truncated)

Commits
  • 8578e2b v3.12.2
  • dabcb5e fix(nuxt): add / even if pages module isn't enabled
  • cb77ddc chore: lint
  • 2de885b fix(nuxt): reduce usage of cjs utilities (#27642)
  • 44cada9 fix(nuxt): only inject root path in prerender
  • a05b534 fix(nuxt): add missing script stubs (#27640)
  • fda6cf7 fix(nuxt): unregister hooks the moment close is called (#27637)
  • 44d3dff perf(nuxt): don't wait for key deps check (#27638)
  • 0602dd0 fix(nuxt): add missing island uid for selective client components (#27633)
  • a3d8f00 fix(nuxt): reset cookie timeoutLength after expiration (#27632)
  • 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.


Updates @nuxtjs/composition-api from 0.32.0 to 0.34.0

Release notes

Sourced from @​nuxtjs/composition-api's releases.

v0.34.0

0.34.0 (2024-04-12)

Bug Fixes

  • allow returning of falsy values from useAsync (#670) (f8d9128)
  • include .d.mts file for bundler compatibility (#786) (fe769c7)
  • remove @nuxt/vue-app peer dependency (#753) (f3b8fbf)
  • update link to Bridge documentation (1571863)

v0.33.1

0.33.1 (2022-08-01)

Bug Fixes

v0.33.0

0.33.0 (2022-07-08)

⚠ BREAKING CHANGES

  • upgrade defu and other dev-dependencies
  • Some of the API and behaviour differ between Vue 2.7 and @vue/composition-api. In addition, there are some composition utilites that are no longer exported from @nuxtjs/composition-api, such as defineAsyncComponent, warn, etc.

Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.

Features

Miscellaneous Chores

  • upgrade defu and other dev-dependencies (1cbce73)
Changelog

Sourced from @​nuxtjs/composition-api's changelog.

0.34.0 (2024-04-12)

Bug Fixes

  • allow returning of falsy values from useAsync (#670) (f8d9128)
  • include .d.mts file for bundler compatibility (#786) (fe769c7)
  • remove @nuxt/vue-app peer dependency (#753) (f3b8fbf)
  • update link to Bridge documentation (1571863)

0.33.1 (2022-08-01)

Bug Fixes

0.33.0 (2022-07-08)

⚠ BREAKING CHANGES

  • upgrade defu and other dev-dependencies
  • Some of the API and behaviour differ between Vue 2.7 and @vue/composition-api. In addition, there are some composition utilites that are no longer exported from @nuxtjs/composition-api, such as defineAsyncComponent, warn, etc.

Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.

Features

Miscellaneous Chores

  • upgrade defu and other dev-dependencies (1cbce73)
Commits
  • b1b7673 chore: release v0.34.0
  • 6f89271 test: bump port for mac compat
  • 4514281 chore(deps): update all non-major dependencies (#771)
  • fe769c7 fix: include .d.mts file for bundler compatibility (#786)
  • 5acd3fb ci: cancel in-progress actions in prs
  • 06d3dac chore(deps): update dependency fs-extra to v11 (#721)
  • 00a2105 chore(deps): replace devdependency npm-run-all with npm-run-all2 ^5.0.0 (#788)
  • 0b57ece chore(deps): update github/codeql-action action to v3 (#791)
  • 3861977 chore(deps): update actions/checkout action to v4 (#776)
  • 23ffea3 chore: upgrade all minor/dev deps + remove prettier (#789)
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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... _Description has been truncated_
dependabot[bot] commented 1 month ago

Superseded by #7748.