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

chore(deps-dev): bump the development-dependencies group with 3 updates #82

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the development-dependencies group with 3 updates: @sveltejs/adapter-auto, @sveltejs/kit and rollup.

Updates @sveltejs/adapter-auto from 2.1.1 to 3.0.1

Release notes

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

@​sveltejs/adapter-auto@​3.0.1

Patch Changes

@​sveltejs/adapter-auto@​3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Changelog

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

3.0.1

Patch Changes

3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Commits

Updates @sveltejs/kit from 1.28.0 to 2.0.6

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.0.6

Patch Changes

  • fix: allow dynamic env access when building but not prerendering (#11436)

@​sveltejs/kit@​2.0.5

Patch Changes

  • fix: render SPA shell when SSR is turned off and there is no server data (#11405)

  • fix: upgrade sirv and mrmime to modernize javascript mime type (#11419)

@​sveltejs/kit@​2.0.4

Patch Changes

@​sveltejs/kit@​2.0.3

Patch Changes

  • fix: reinstantiate state parameter for goto (#11342)

@​sveltejs/kit@​2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

@​sveltejs/kit@​2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

@​sveltejs/kit@​2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.0.6

Patch Changes

  • fix: allow dynamic env access when building but not prerendering (#11436)

2.0.5

Patch Changes

  • fix: render SPA shell when SSR is turned off and there is no server data (#11405)

  • fix: upgrade sirv and mrmime to modernize javascript mime type (#11419)

2.0.4

Patch Changes

2.0.3

Patch Changes

  • fix: reinstantiate state parameter for goto (#11342)

2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

2.0.0

Major Changes

... (truncated)

Commits

Updates rollup from 4.8.0 to 4.9.1

Release notes

Sourced from rollup's releases.

v4.9.1

4.9.1

2023-12-17

Bug Fixes

  • Fix an issue where break statements could include the wrong label (#5297)

Pull Requests

  • #5297: fix: use a new includedLabels in the body of the LabeledStatement (@​TrickyPi)
  • #5300: chore(deps): lock file maintenance minor/patch updates (@​renovate[bot])

v4.9.0

4.9.0

2023-12-13

Features

  • Fully support arbitrary strings as import and export identifiers (#5298)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.9.1

2023-12-17

Bug Fixes

  • Fix an issue where break statements could include the wrong label (#5297)

Pull Requests

  • #5297: fix: use a new includedLabels in the body of the LabeledStatement (@​TrickyPi)
  • #5300: chore(deps): lock file maintenance minor/patch updates (@​renovate[bot])

4.9.0

2023-12-13

Features

  • Fully support arbitrary strings as import and export identifiers (#5298)

Pull Requests

Commits

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 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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 3 updates: [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [rollup](https://github.com/rollup/rollup).


Updates `@sveltejs/adapter-auto` from 2.1.1 to 3.0.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

Updates `@sveltejs/kit` from 1.28.0 to 2.0.6
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

Updates `rollup` from 4.8.0 to 4.9.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.8.0...v4.9.1)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

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

⚠️ Required some adaptations to use svelte-kit v2 which includes breaking changes.

@tbouffard tbouffard marked this pull request as draft December 28, 2023 11:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

Superseded by #83.

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-f6eae8eefc branch January 1, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant