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 4 updates #63

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps the development-dependencies group with 4 updates: rollup, @sveltejs/kit, svelte and svelte-check.

Updates rollup from 4.3.0 to 4.4.0

Release notes

Sourced from rollup's releases.

v4.4.0

4.4.0

2023-11-12

Features

  • Replace SWC linting with faster internal linting to error on duplicate declarations etc. (#5207)

Bug Fixes

  • Show proper error when an entry exports non-existing bindings (#5207)

Pull Requests

v4.3.1

4.3.1

2023-11-11

Bug Fixes

  • Fix rename error when handling errors in watch mode (#5240)
  • Prevent warning when using --forceExit (#5245)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.4.0

2023-11-12

Features

  • Replace SWC linting with faster internal linting to error on duplicate declarations etc. (#5207)

Bug Fixes

  • Show proper error when an entry exports non-existing bindings (#5207)

Pull Requests

4.3.1

2023-11-11

Bug Fixes

  • Fix rename error when handling errors in watch mode (#5240)
  • Prevent warning when using --forceExit (#5245)

Pull Requests

Commits

Updates @sveltejs/kit from 1.27.3 to 1.27.5

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.27.5

Patch Changes

  • fix: add vite.config.js to included files in generated tsconfig (#10788)

  • fix: cache location.origin on startup (#11004)

@​sveltejs/kit@​1.27.4

Patch Changes

  • fix: generate __data.json for prerendered pages when SSR is turned off (#10988)

  • chore: cleanup (#11002)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.27.5

Patch Changes

  • fix: add vite.config.js to included files in generated tsconfig (#10788)

  • fix: cache location.origin on startup (#11004)

1.27.4

Patch Changes

  • fix: generate __data.json for prerendered pages when SSR is turned off (#10988)

  • chore: cleanup (#11002)

Commits

Updates svelte from 4.2.2 to 4.2.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

Changelog

Sourced from svelte's changelog.

4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

Commits

Updates svelte-check from 3.5.2 to 3.6.0

Release notes

Sourced from svelte-check's releases.

svelte-check-3.6.0

  • feat: add experimental compatibility for Svelte 5
  • fix: enhance numberOnlyAttributes list
Commits
  • 66e6d97 fix: handle undefined stats
  • 221ee2e fix: handle runes looking like stores
  • 64d7b77 feat: experimental support for Svelte 5 (#2198)
  • 663e602 feat: add option to force-start svelte plugin (#2185)
  • 98848db fix: enhance numberOnlyAttributes list
  • 3dc6ede fix build with svelte 4 and estree-walker 3 (#2176)
  • d637d4e feat: folding range support (#2169)
  • 4424524 fix: enhance precompile blank for parser error workaround (#2173)
  • 582b76a feat: ts5.2 clickable inlay parameter hints (#2162)
  • 62a1c94 fix: patch file reference and navigate to items in ts plugin (#2174)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @tbouffard.


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 4 updates: [rollup](https://github.com/rollup/rollup), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [svelte-check](https://github.com/sveltejs/language-tools).


Updates `rollup` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.3.0...v4.4.0)

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

Updates `svelte` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG-pre-5.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.5.2...svelte-check-3.6.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Nov 13, 2023
@tbouffard
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 540d1b2 into main Nov 14, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-a5abfbc8a6 branch November 14, 2023 04:10
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