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

Bump the version-bumps group across 1 directory with 5 updates #1204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the version-bumps group with 5 updates in the /warpgate-web directory:

Package From To
typescript-eslint 8.18.2 8.19.1
@fontsource/poppins 5.1.0 5.1.1
svelte 5.16.0 5.17.3
svelte-check 4.1.1 4.1.3
typescript 5.7.2 5.7.3

Updates typescript-eslint from 8.18.2 to 8.19.1

Release notes

Sourced from typescript-eslint's releases.

v8.19.1

8.19.1 (2025-01-06)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] check array generic type (#10437)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#10543)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#10550)

❤️ Thank You

  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

v8.19.0

8.19.0 (2024-12-30)

🚀 Features

  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)

🩹 Fixes

  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
  • eslint-plugin: [member-ordering] ignore method overloading (#10536)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.19.1 (2025-01-06)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.19.0 (2024-12-30)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits
  • 328b7df chore(release): publish 8.19.1
  • 4f50f64 docs: [return-await] make the rule no longer an extension of ESLint no-return...
  • e19f30f chore(release): publish 8.19.0
  • See full diff in compare view

Updates @fontsource/poppins from 5.1.0 to 5.1.1

Commits

Updates svelte from 5.16.0 to 5.17.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

[email protected]

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

[email protected]

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

[email protected]

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

[email protected]

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#14933)

  • fix: treat inert as a boolean attribute (#14935)

  • fix: remove leading newline from <pre> contents (#14922)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.17.3

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

5.17.2

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

5.17.1

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

5.17.0

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

5.16.6

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

... (truncated)

Commits

Updates svelte-check from 4.1.1 to 4.1.3

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.3

  • fix: move snippets to correct place when only module script present

svelte-check-4.1.2

  • feat: support generics attribute for JSDoc (#2624)
  • fix: better snippet/interface hoistability analysis (#2655)
  • chore: TypeScript 5.7 support (#2585)
Commits
  • 52c0d9f fix: move snippets to correct place when only module script present
  • b5ec504 fix: safely access Svelte config during startup
  • d5fbdfe fix: better hoistability analysis (#2655)
  • 931dd85 feat: Semantic document highlight (#1408)
  • 646f2e6 feat: support generics attribute for JSDoc (#2624)
  • 3f2da5d feat: TypeScript 5.7 support (#2585)
  • 1e9cbd3 chore: run Svelte 5 tests in loose parser mode (#2652)
  • 477e76d fix: reword plugin modal options (#2646) (#2647)
  • c830841 fix: correct the selection range of the last import that doesn't have a semic...
  • 4ba7760 fix: README typo (#2645)
  • Additional commits viewable in compare view

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • 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 <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 the type/deps Pull requests that update a dependency file label Jan 9, 2025
@Eugeny
Copy link
Member

Eugeny commented Jan 9, 2025

@dependabot rebase

Bumps the version-bumps group with 5 updates in the /warpgate-web directory:

| Package | From | To |
| --- | --- | --- |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.2` | `8.19.1` |
| [@fontsource/poppins](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/poppins) | `5.1.0` | `5.1.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.16.0` | `5.17.3` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.1` | `4.1.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



Updates `typescript-eslint` from 8.18.2 to 8.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/typescript-eslint)

Updates `@fontsource/poppins` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/poppins)

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

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

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: "@fontsource/poppins"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-bumps
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-bumps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-bumps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/warpgate-web/version-bumps-c00556406e branch from baedaa3 to 9a24b1a Compare January 9, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant