ODDInvictus / ibs3

Invictus Bier Systeem
https://oddinvictus.nl
MIT License
1 stars 2 forks source link

build(deps): bump the npm_and_yarn group group with 5 updates #315

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the npm_and_yarn group group with 5 updates:

Package From To
@auth/sveltekit 0.3.6 0.14.0
@sveltejs/adapter-auto 2.1.0 3.1.1
@sveltejs/adapter-node 1.3.1 5.0.1
@sveltejs/kit 1.27.0 2.5.4
@vite-pwa/sveltekit 0.2.5 0.4.0

Updates @auth/sveltekit from 0.3.6 to 0.14.0

Release notes

Sourced from @​auth/sveltekit's releases.

@​auth/sveltekit@​0.14.0

Bugfixes

  • sveltekit: update server-side "SignIn" and "SignOut" button components (#10144) (1a118762)

Other

  • docs: add SvelteKit load function "implications for authentication" link (#9642) (4a7f51cf)
  • svelte: rm paragraph tag with many different children in docs example code (#10181) (5b9f621e)
  • tests: reenable unit tests in CI and cleanup docker test setups (#10190) (5136ca40)

@​auth/sveltekit@​0.13.0

Other

  • @​auth/core: dependency update (744043b9)

@​auth/sveltekit@​0.12.3

Bugfixes

  • sveltekit: re-export SvelteKitAuthConfig (#9925) (87e903be)

@​auth/sveltekit@​0.12.2

Other

  • @​auth/core: dependency update (56f1e1ec)
Commits
  • a9284b0 chore(release): bump package version(s) [skip ci]
  • 5136ca4 chore(tests): reenable unit tests in CI and cleanup docker test setups (#10190)
  • a973ead feat: customizable authorize() error (#9871)
  • 5b9f621 chore(svelte): rm paragraph tag with many different children in docs example ...
  • d71f9ba chore(docs): add AWS Credentials guide to DynamoDB page (#8931)
  • 4937190 feat(fauna): update adapter for FQL v10 (#9849)
  • 70dda19 chore: add new example app for nextjs and Docker (#10118)
  • 42a6a7e chore(sveltekit): use new APIs in sveltekit-example-app (#10011)
  • 9cae5d5 chore(sveltekit): sveltekit dev app bring design up to speed with others (#10...
  • e1721a3 chore: update sveltekit dev app style (#10006)
  • Additional commits viewable in compare view


Updates @sveltejs/adapter-auto from 2.1.0 to 3.1.1

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.1.1

Patch Changes

  • fix: better error message when using read (#11689)

@​sveltejs/adapter-auto@​3.1.0

Minor Changes

  • feat: bump Azure adapter version (#11496)

@​sveltejs/adapter-auto@​3.0.1

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.1.1

Patch Changes

  • fix: better error message when using read (#11689)

3.1.0

Minor Changes

  • feat: bump Azure adapter version (#11496)

3.0.1

Patch Changes

3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)

2.1.1

Patch Changes

  • chore(deps): update dependency import-meta-resolve to v4 (#10970)

  • Updated dependencies [072430ec5]:

    • @​sveltejs/kit@​1.27.3
Commits


Updates @sveltejs/adapter-node from 1.3.1 to 5.0.1

Release notes

Sourced from @​sveltejs/adapter-node's releases.

@​sveltejs/adapter-node@​5.0.1

Patch Changes

  • fix: regression preventing built application from starting (#11960)

@​sveltejs/adapter-node@​5.0.0

Major Changes

  • breaking: add graceful shutdown (#11653)

  • breaking: change default value of precompress option to true to serve precompressed assets by default (#11945)

Minor Changes

  • feat: add systemd socket activation (#11653)

Patch Changes

@​sveltejs/adapter-node@​4.0.1

Patch Changes

@​sveltejs/adapter-node@​4.0.0

Major Changes

  • breaking: update peer dependency on @sveltejs/kit (#11649)

Minor Changes

  • feat: support read from $app/server (#11649)

Patch Changes

@​sveltejs/adapter-node@​3.0.1

Patch Changes

  • chore: upgrade rollup to 4.9.5 (#11632)

@​sveltejs/adapter-node@​3.0.0

Major Changes

... (truncated)

Changelog

Sourced from @​sveltejs/adapter-node's changelog.

5.0.1

Patch Changes

  • fix: regression preventing built application from starting (#11960)

5.0.0

Major Changes

  • breaking: add graceful shutdown (#11653)

  • breaking: change default value of precompress option to true to serve precompressed assets by default (#11945)

Minor Changes

  • feat: add systemd socket activation (#11653)

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • breaking: update peer dependency on @sveltejs/kit (#11649)

Minor Changes

  • feat: support read from $app/server (#11649)

Patch Changes

3.0.3

Patch Changes

... (truncated)

Commits


Updates @sveltejs/kit from 1.27.0 to 2.5.4

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.4

Patch Changes

  • fix: prevent navigation when data-sveltekit-preload-data fails to fetch due to network error (#11944)

@​sveltejs/kit@​2.5.3

Patch Changes

  • fix: revert tsconfig change that includes svelte.config.js (#11908)

  • fix: exclude server worker from tsconfig again (#11727)

@​sveltejs/kit@​2.5.2

Patch Changes

  • fix: tsconfig includes should cover svelte.config.js (#11886)

@​sveltejs/kit@​2.5.1

Patch Changes

  • fix: prevent stale values after invalidation (#11870)

  • fix: prevent false positive history.pushState and history.replaceState warnings (#11858)

  • fix: relax status code types (#11781)

  • fix: popstate navigations take pushState navigations into account (#11765)

@​sveltejs/kit@​2.5.0

Minor Changes

  • feat: dev/preview/prerender platform emulation (#11730)

Patch Changes

  • fix: strip /@fs prefix correctly on Windows when invoking read() in dev mode (#11728)

@​sveltejs/kit@​2.4.3

Patch Changes

  • fix: only disallow body with GET/HEAD (#11710)

@​sveltejs/kit@​2.4.2

Patch Changes

  • fix: ignore bodies sent with non-PUT/PATCH/POST requests (#11708)

@​sveltejs/kit@​2.4.1

Patch Changes

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.4

Patch Changes

  • fix: prevent navigation when data-sveltekit-preload-data fails to fetch due to network error (#11944)

2.5.3

Patch Changes

  • fix: revert tsconfig change that includes svelte.config.js (#11908)

  • fix: exclude server worker from tsconfig again (#11727)

2.5.2

Patch Changes

  • fix: tsconfig includes should cover svelte.config.js (#11886)

2.5.1

Patch Changes

  • fix: prevent stale values after invalidation (#11870)

  • fix: prevent false positive history.pushState and history.replaceState warnings (#11858)

  • fix: relax status code types (#11781)

  • fix: popstate navigations take pushState navigations into account (#11765)

2.5.0

Minor Changes

  • feat: dev/preview/prerender platform emulation (#11730)

Patch Changes

  • fix: strip /@fs prefix correctly on Windows when invoking read() in dev mode (#11728)

2.4.3

Patch Changes

  • fix: only disallow body with GET/HEAD (#11710)

2.4.2

... (truncated)

Commits


Updates @vite-pwa/sveltekit from 0.2.5 to 0.4.0

Release notes

Sourced from @​vite-pwa/sveltekit's releases.

v0.4.0

   🚨 Breaking Changes

    View changes on GitHub

v0.3.0

   🚨 Breaking Changes

    View changes on GitHub

v0.2.10

   🚀 Features

    View changes on GitHub

v0.2.9

   🚀 Features

    View changes on GitHub

v0.2.8

   🚀 Features

    View changes on GitHub

v0.2.7

No significant changes

    View changes on GitHub

v0.2.6

   🚀 Features

    View changes on GitHub
Commits
  • 86ba0de chore: release v0.4.0
  • 42861e5 chore: include tests for pwa assets example
  • 437fac5 feat!: add experimental PWA assets generation and injection (#77)
  • e0ad9a9 chore: release v0.3.0
  • b24970e feat!: add SvelteKit 2 support (#76)
  • a6d5ec7 chore: release v0.2.10
  • de782fd feat: add new option to include kit version.json file to sw precache (#75)
  • 4ca54e0 chore: release v0.2.9
  • df821e5 feat: add Vite 5 support (#73)
  • 96d5e47 chore: release v0.2.8
  • Additional commits viewable in compare view


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ODDInvictus/ibs3/network/alerts).
dependabot[bot] commented 3 months ago

Superseded by #336.