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

build(deps-dev): bump the svelte group in /svelte with 7 updates #1931

Merged
merged 4 commits into from
Dec 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the svelte group in /svelte with 7 updates:

Package From To
@sveltejs/adapter-auto 2.1.1 3.0.0
@sveltejs/kit 1.27.7 2.0.0
@typescript-eslint/eslint-plugin 6.13.2 6.14.0
@typescript-eslint/parser 6.13.2 6.14.0
eslint 8.55.0 8.56.0
svelte-preprocess 5.1.1 5.1.2
vite 4.5.1 5.0.10

Updates @sveltejs/adapter-auto from 2.1.1 to 3.0.0

Release notes

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

@​sveltejs/adapter-auto@​3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Changelog

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

3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Commits

Updates @sveltejs/kit from 1.27.7 to 2.0.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​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)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

  • breaking: generate __data.json files as sibling to .html files (#11269)

  • breaking: fail if +page and +server have mismatched config (#11256)

  • breaking: error if form without multipart/form-data enctype contains a file input (#11282)

  • breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)

  • breaking: @sveltejs/vite-plugin-svelte is now a peer dependency and will need to be installed in each project using SvelteKit (#11184)

  • breaking: stop re-exporting vitePreprocess (#11297)

  • breaking: require path option when setting/deleting/serializing cookies (#11240)

  • breaking: tighten up error handling (#11289)

  • breaking: remove state option from goto in favor of shallow routing (#11307)

  • breaking: disallow external navigation with goto (#11207)

  • breaking: upgrade to TypeScript 5. Default moduleResolution to bundler in user projects to be permissive in consuming and NodeNext when running package to be strict in distributing (#11160)

  • breaking: undefined is no longer a valid value for paths.relative (#11185)

  • breaking: require Node 18.13 or newer (#11172)

  • breaking: fix path resolution (#11276)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

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)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

  • breaking: generate __data.json files as sibling to .html files (#11269)

  • breaking: fail if +page and +server have mismatched config (#11256)

  • breaking: error if form without multipart/form-data enctype contains a file input (#11282)

  • breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)

  • breaking: @sveltejs/vite-plugin-svelte is now a peer dependency and will need to be installed in each project using SvelteKit (#11184)

  • breaking: stop re-exporting vitePreprocess (#11297)

  • breaking: require path option when setting/deleting/serializing cookies (#11240)

  • breaking: tighten up error handling (#11289)

  • breaking: remove state option from goto in favor of shallow routing (#11307)

  • breaking: disallow external navigation with goto (#11207)

  • breaking: upgrade to TypeScript 5. Default moduleResolution to bundler in user projects to be permissive in consuming and NodeNext when running package to be strict in distributing (#11160)

  • breaking: undefined is no longer a valid value for paths.relative (#11185)

  • breaking: require Node 18.13 or newer (#11172)

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

Commits
  • c7d702f chore: publish v6.14.0
  • 431cd15 fix(eslint-plugin): add no-unsafe-unary-minus, prefer-destructuring to disabl...
  • 705370a fix(eslint-plugin): correct message for no-unsafe-unary-minus (#7998)
  • 4c3e704 feat(eslint-plugin): [require-await] allow yielding Promise in async generato...
  • 314f034 docs(eslint-plugin): [no-throw-literal] fix typo in example (#8006)
  • bff47d7 feat(eslint-plugin): [explicit-function-return-type] add support for typed cl...
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.13.2 to 6.14.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.14.0 (2023-12-11)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 8.55.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Commits
  • 8e8e9f8 8.56.0
  • 085978b Build: changelog update for 8.56.0
  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864)
  • 60a531a chore: package.json update for @​eslint/js release
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783)
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819)
  • Additional commits viewable in compare view

Updates svelte-preprocess from 5.1.1 to 5.1.2

Changelog

Sourced from svelte-preprocess's changelog.

5.1.2 (2023-12-12)

  • chore: mark postcss-load-config 5 as supported (3b5b1f0)
Commits

Updates vite from 4.5.1 to 5.0.10

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.0.10 (2023-12-15)

  • fix: omit protocol does not require pre-transform (#15355) (d9ae1b2), closes #15355
  • fix(build): use base64 for inline SVG if it contains both single and double quotes (#15271) (1bbff16), closes #15271

5.0.9 (2023-12-14)

5.0.8 (2023-12-12)

5.0.7 (2023-12-08)

5.0.6 (2023-12-06)

5.0.5 (2023-12-04)

... (truncated)

Commits

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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2023
Copy link

vercel bot commented Dec 16, 2023

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

Name Status Preview Comments Updated (UTC)
giscus-component ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2023 4:43pm

dependabot bot and others added 2 commits December 16, 2023 16:19
Bumps the svelte group in /svelte with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `2.1.1` | `3.0.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.27.7` | `2.0.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.13.2` | `6.14.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.13.2` | `6.14.0` |
| [eslint](https://github.com/eslint/eslint) | `8.55.0` | `8.56.0` |
| [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `5.1.1` | `5.1.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.1` | `5.0.10` |


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

Updates `@sveltejs/kit` from 1.27.7 to 2.0.0
- [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 `@typescript-eslint/eslint-plugin` from 6.13.2 to 6.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.14.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.13.2 to 6.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.14.0/packages/parser)

Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

Updates `svelte-preprocess` from 5.1.1 to 5.1.2
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-preprocess@v5.1.1...v5.1.2)

Updates `vite` from 4.5.1 to 5.0.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.10/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte
- dependency-name: svelte-preprocess
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
...

Signed-off-by: dependabot[bot] <[email protected]>
@laymonage laymonage force-pushed the dependabot/npm_and_yarn/svelte/svelte-211c802485 branch from f6ba13a to 2545817 Compare December 16, 2023 16:20
@laymonage laymonage merged commit 8472f82 into main Dec 16, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte/svelte-211c802485 branch December 16, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant