giscus / giscus-component

Component library for giscus, a comment system powered by GitHub Discussions.
https://giscus-component.vercel.app
MIT License
299 stars 25 forks source link

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

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the svelte group in /svelte with 9 updates:

Package From To
@sveltejs/adapter-auto 3.2.1 3.2.2
@sveltejs/kit 2.5.10 2.5.15
@sveltejs/package 2.3.1 2.3.2
@typescript-eslint/eslint-plugin 7.12.0 7.13.0
@typescript-eslint/parser 7.12.0 7.13.0
eslint-plugin-svelte 2.39.0 2.39.3
prettier 3.3.1 3.3.2
svelte-preprocess 5.1.4 6.0.1
vite 5.2.13 5.3.1

Updates @sveltejs/adapter-auto from 3.2.1 to 3.2.2

Release notes

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

@​sveltejs/adapter-auto@​3.2.2

Patch Changes

Changelog

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

3.2.2

Patch Changes

Commits


Updates @sveltejs/kit from 2.5.10 to 2.5.15

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

@​sveltejs/kit@​2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

@​sveltejs/kit@​2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

@​sveltejs/kit@​2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

@​sveltejs/kit@​2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

Commits


Updates @sveltejs/package from 2.3.1 to 2.3.2

Release notes

Sourced from @​sveltejs/package's releases.

@​sveltejs/package@​2.3.2

Patch Changes

  • chore: add keywords for discovery in npm search (#12330)
Changelog

Sourced from @​sveltejs/package's changelog.

2.3.2

Patch Changes

  • chore: add keywords for discovery in npm search (#12330)
Commits


Updates @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0

Release notes

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

Changelog

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

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

Commits
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • bf5394d fix(eslint-plugin): [no-magic-numbers] fix implementation of the ignore opt...
  • 60fb643 chore(deps): update dependency prettier to v3.3.0 (#9266)
  • c6e9719 docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)
  • 293fb24 fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...
  • cb1720d fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.12.0 to 7.13.0

Release notes

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

Changelog

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

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

Commits
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • See full diff in compare view


Updates eslint-plugin-svelte from 2.39.0 to 2.39.3

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.39.3

Patch Changes

eslint-plugin-svelte@2.39.2

Patch Changes

eslint-plugin-svelte@2.39.1

Patch Changes

  • #772 0ecab95 Thanks @​ota-meshi! - fix: false positive for kebab-case with svelte v5 in svelte/no-unused-svelte-ignore
Commits
  • f0d796a chore: release eslint-plugin-svelte (#779)
  • 3e2a732 fix: update svelte-eslint-parser (#778)
  • e5b2e19 chore(deps): update dependency nyc to v17
  • adaf19a chore: move CHANGELOG.md
  • d3b36f2 chore: release eslint-plugin-svelte (#776)
  • 0e85eba fix: README is not publish (#775)
  • 2a92602 chore: release eslint-plugin-svelte (#774)
  • 8e568c4 chore: fix packages/eslint-plugin-svelte/tools/lib/changesets-util.ts
  • c9f361e chore: fix version script
  • 0ecab95 fix: false positive for kebab-case with svelte v5 in `svelte/no-unused-svelte...
  • Additional commits viewable in compare view


Updates prettier from 3.3.1 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

Commits


Updates svelte-preprocess from 5.1.4 to 6.0.1

Changelog

Sourced from svelte-preprocess's changelog.

6.0.1 (2024-06-14)

Bug Fixes

  • deprecate default export in favor of named export (#641) (a43de10), closes #591

6.0.0 (2024-06-12)

BREAKING CHANGES

  • remove TS mixed imports support, require TS 5.0 or higher
  • remove preserve option as it's unnecessary
  • require Svelte 4+, Node 18+
  • add exports map

Bug Fixes

  • adjust globalifySelector to not split selectors with parentheses. (#632) (c435ebd), closes #501
  • fix: allow TS filename to be undefined, fixes #488
  • fix: adjust Svelte compiler type import
  • fix: remove pug types and magic-string from dependencies
  • chore: bump peer deps, fixes #553
Commits


Updates vite from 5.2.13 to 5.3.1

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

Chore

... (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 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
vercel[bot] commented 3 weeks ago

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 Jun 15, 2024 9:12am