senkenn / sqlsurge

Visual Studio Code extension for SQL language server
https://marketplace.visualstudio.com/items?itemName=senken.sqlsurge
MIT License
18 stars 0 forks source link

chore(deps-dev): bump the dependencies group across 1 directory with 13 updates #109

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 13 updates in the / directory:

Package From To
@biomejs/biome 1.8.2 1.9.3
@types/jest 29.5.12 29.5.13
cspell 8.9.1 8.14.4
jest-mock-vscode 3.0.5 4.0.2
lefthook 1.6.17 1.7.18
typescript 5.5.2 5.6.2
valibot 0.33.3 0.42.1
@types/vscode 1.90.0 1.93.0
@vscode/vsce 2.29.0 3.1.1
sql-formatter 15.3.2 15.4.2
ts-jest 29.1.5 29.2.5
webpack 5.92.1 5.95.0
@vscode/test-electron 2.4.0 2.4.1

Updates @biomejs/biome from 1.8.2 to 1.9.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.3

CLI

New features

  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes

  • Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration

Bug fixes

  • Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico

Editors

  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }
    

    Contributed by @​ematipico

  • Fixed #4076, where a media query wasn't correctly formatted:

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.3 (2024-10-01)

CLI

New features

  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes

  • Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration

Bug fixes

  • Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico

Editors

  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }
    

    Contributed by @​ematipico

  • Fixed #4076, where a media query wasn't correctly formatted:

... (truncated)

Commits


Updates @types/jest from 29.5.12 to 29.5.13

Commits


Updates cspell from 8.9.1 to 8.14.4

Release notes

Sourced from cspell's releases.

v8.14.4

Changes

Fixes

fix: Remove object from cache (#6257)

flatpack-json was caching the objects it got for performance. But this created an issue when one of those objects were updated in the background. Since the object was cached, it was assumed that nothing had changed.


v8.14.3

Changes

Delete unneeded Jekyll post (#6208)

I found this while searching on the site for 'GitHub'. :-)


Fixes

fix: Add ability to unpack and preserve order (#6252)


fix: Make flatpack-json diff friendly. (#6243)


... (truncated)

Changelog

Sourced from cspell's changelog.

8.14.4 (2024-09-18)

8.14.3 (2024-09-17)

8.14.2 (2024-08-20)

8.14.1 (2024-08-17)

8.14.0 (2024-08-17)

8.13.3 (2024-08-12)

8.13.2 (2024-08-08)

8.13.1 (2024-08-02)

8.13.0 (2024-07-30)

8.12.1 (2024-07-22)

  • fix: make sure the version is up to date (f6ab018)

8.12.0 (2024-07-22)

8.11.0 (2024-07-16)

8.10.4 (2024-07-05)

... (truncated)

Commits


Updates jest-mock-vscode from 3.0.5 to 4.0.2

Release notes

Sourced from jest-mock-vscode's releases.

v4.0.2

4.0.2 (2024-09-29)

Updates and Bug Fixes

v4.0.1

4.0.1 (2024-08-13)

Updates and Bug Fixes

v4.0.0

4.0.0 (2024-08-13)

⚠ BREAKING CHANGES

  • update eslint and drop support for Node 18 (#384)

Documentation

Updates and Bug Fixes

Changelog

Sourced from jest-mock-vscode's changelog.

4.0.2 (2024-09-29)

Updates and Bug Fixes

4.0.1 (2024-08-13)

Updates and Bug Fixes

4.0.0 (2024-08-13)

⚠ BREAKING CHANGES

  • update eslint and drop support for Node 18 (#384)

Documentation

Updates and Bug Fixes

Commits
  • 988017c chore(main): release 4.0.2 (#401)
  • e48fc0f ci: Workflow Bot -- Update ALL Dependencies (main) (#403)
  • 611a81c ci: Workflow Bot -- Update ALL Dependencies (main) (#402)
  • db398ed fix: Update VSCode to (^1.93.0) (main) (#399)
  • 0223914 ci: Workflow Bot -- Update ALL Dependencies (main) (#398)
  • 3baf5a2 ci: Workflow Bot -- Update ALL Dependencies (main) (#391)
  • e8fb1b7 ci: Workflow Bot -- Update ALL Dependencies (main) (#390)
  • 6b4014d ci: Workflow Bot -- Update ALL Dependencies (main) (#389)
  • 04316e5 chore(main): release 4.0.1 (#388)
  • 6b4be5b fix: lighten the vscode requirement (#387)
  • Additional commits viewable in compare view


Updates lefthook from 1.6.17 to 1.7.18

Release notes

Sourced from lefthook's releases.

v1.7.18

Changelog

  • 2eb8d43fcdfc47f647727becd7c130e13b80bfea deps: September 2024 (#829)
  • 9be9ab0e7499dde6b38e008d2078a3eb291f707a fix: force remote name origin when using remotes (#830)

v1.7.17

Changelog

  • 6383ff38f936d08a70769d0fab73c6ef3eca45eb feat: skip LFS hooks when pre-push hook is skipped (#818)

v1.7.16

Changelog

  • eb24c87bc72f72a2dd1b614a5685094bd1d63d20 chore: enhance some code parts (#824)
  • 3daab42c2fd0334e3134672d741c63068cc122dd fix: quote script path (#823)

v1.7.15

Changelog

  • 2df5428fbf9bc550c2b6695e940d2a004e7ea30b deps: August 2024 (#802)
  • 72de5de90dbc0243430e7278b4f5b8dfaa94f429 fix: add better colors control (#812)

v1.7.14

Changelog

v1.7.13

Changelog

  • 1aa06dc0801bc54bbc410ba6234a7b37fb13b144 feat: support openbsd (#808)

v1.7.12

Changelog

  • 26bf489c503ae42b7eea75add8e2bd73d134b2c4 fix: log stderr in debug logs only (#804)

v1.7.11

Changelog

  • 5c336d81a5bdfb4b527d6cea9859a38af20d306a fix: revert packaging change (#796)

v1.7.10

Changelog

  • b32fd3351664e8e4dd4da231f0e1c360ca0d549f deps: July 2024 (#795)
  • 19b7a7290ed17bdb4b2cf7ffdbd8c8ba3c36b692 packaging(npm): try direct reference for lefthook executable (#794)

v1.7.9

Changelog

  • 3fe069291ba1c965d31fcc881d117c96979e44f1 ci: add more static tags (#790)
  • 32d93a7f28f8a5c1e2bc20797436545e0a028671 fix: typo CGO_ENABLED instead of GCO_ENABLED (#791)

v1.7.8

Changelog

  • f1d85d3481d5269f0336229711d882b6008351e1 ci: update workflow files (#787)
  • 065a13e808abaec7fb2cc17483aacbd0c9ed93c5 ci: use latest goreleaser (#784)
  • ac882cc7cc9b2377b8db997df455405907e6a04d fix: explicitly pass static flag to linker (#788)
  • 2f3f53f8c0b301a1e20a067c423a06c46f4ca239 fix: npm fix packages (#789)

... (truncated)

Changelog

Sourced from lefthook's changelog.

1.7.18 (2024-09-30)

1.7.17 (2024-09-26)

1.7.16 (2024-09-23)

1.7.15 (2024-09-02)

1.7.14 (2024-08-17)

Fix lefthook NPM package to include OpenBSD package as optional dependency.

1.7.13 (2024-08-16)

1.7.12 (2024-08-09)

1.7.11 (2024-07-29)

1.7.10 (2024-07-29)

1.7.9 (2024-07-26)

1.7.8 (2024-07-26)

... (truncated)

Commits
  • 3291e7d 1.7.18: set origin when cloning remotes and ignore defaultRemoteName setting
  • 9be9ab0 fix: force remote name origin when using remotes (#830)
  • 2eb8d43 deps: September 2024 (#829)
  • e4d5cd2 1.7.17: skip LFS hooks when hook is skipped by config
  • 6383ff3 feat: skip LFS hooks when pre-push hook is skipped (#818)
  • 6858ccb 1.7.16: allow spaces in project name when using scripts
  • eb24c87 chore: enhance some code parts (#824)
  • 3daab42 fix: quote script path (#823)
  • 76cf1a0 docs: fix typo for command names in configuration.md (#814)
  • 5ad1281 1.7.15: better color controls
  • Additional commits viewable in compare view


Updates typescript from 5.5.2 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view


Updates valibot from 0.33.3 to 0.42.1

Release notes

Sourced from valibot's releases.

v0.42.1

  • Fix function type declaration of _run property

v0.42.0

Many thanks to @​ajfhs812, @​andrew-d-jackson and @​declanlscott for contributing to this release.

  • Add metadata action to add custom metadata to a schema
  • Add title metadata action to add a title to a schema (discussion #826)
  • Add decimal action to validate integer and float strings (pull request #823)
  • Rename decimal action to digits (pull request #823)
  • Rename NoPipe type to SchemaWithoutPipe
  • Fix inference of generics in IssueDotPath type (issue #814)

v0.41.0

Many thanks to @​EltonLobo07, @​ZerNico, @​Andarist, @​ruiaraujo012 and @​merodiro for contributing to this release.

  • Change reference property of all action base types to be less strict (issue #799)
  • Change implementation of variant and variantAsync to improve performance and issues generation for nested variants with different discriminators (pull request #809)

v0.40.0

Many thanks to @​jasperteo, @​alecmev and @​cruzdanilo for contributing to this release.

  • Add nanoid action to validate Nano IDs (pull request #789)
  • Add undefinedable and undefinedableAsync schema (issue #385)
  • Fix invalid output type for transformed optional object entries (issue #806)

v0.39.0

Many thanks to @​tpetry, @​incompletude, @​ComradeVanti, @​istonikula and @​ShlokDesai33 for contributing to this release.

  • Add support for exactOptionalPropertyTypes config (issue #385)
  • Fix IssueDotPath type for pipe and pipeAsync method (issue #793)
  • Fix IssueDotPath type for variant and variantAsync schema (issue #700)

v0.38.0

Many thanks to @​EltonLobo07, @​samuba, @​alecmev, @​gflohr, @​threehams and @​carcinocron for contributing to this release.

  • Change expects and expected property by enclosing combined values in parentheses
  • Change question mark handling for optional, optionalAsync, nullish and nullishAsync schemas in objects
  • Fix TypeScript errors in TuplePath and QuestionMarkSchema type (issue #659, #776)
  • Fix missing TypeScript errors in pipe and pipeAsync method (pull request #785)

v0.37.0

Many thanks to @​morinokami, @​xcfox, @​devcaeg, @​shayneo, @​Sandros94, @​slevithan, @​thecotne and @​EltonLobo07 for contributing to this release.

  • Add base64 action to validate Base64 strings (pull request #644)
  • Add description metadata action (pull request #747)
  • Add metadata feature to pipe and pipeAsync method (pull request #747)
  • Refactor HEXADECIMAL_REGEX (pull request #666)
  • Change unknown[] in LengthInput type to ArrayLike<unknown>
  • Change ArrayInput and ContentInput type to use MaybeReadonly

... (truncated)

Commits
  • 96be15f Bump version of valibot to v0.42.1
  • e5f07f1 Add @​fabulousgk as sponsor in Credits component
  • 6e5b6ec Fix function type declaration of _run property
  • 59074a2 Merge pull request #831 from EltonLobo07/doc/add-rawCheckAsync-with-schema
  • 990cfb3 Improve example of rawCheckAsync API reference
  • 8802fa6 add API refs of rawCheck action's internal types
  • 2516628 Merge pull request #834 from gcornut/update_json_schema_tools_on_ecosystem_page
  • 5d0268b Update JSON schema tools on ecosystem page
  • 62529d2 Investigate, understand and partially resolve TS errors
  • 6596020 Add missing reference to chnagelog of to-json-schema
  • Additional commits viewable in compare view


Updates @types/vscode from 1.90.0 to 1.93.0

Commits


Updates @vscode/vsce from 2.29.0 to 3.1.1

Release notes

Sourced from @​vscode/vsce's releases.

v3.1.1

Changes:

  • #1058: Auto Assign Chat Participant Tag
  • #1060: Quote filename value in Content-Disposition header

This list of changes was auto generated.

v3.1.1-1

Changes:

  • #1058: Auto Assign Chat Participant Tag

This list of changes was auto generated.

v3.1.1-0

Changes:

  • #1060: Quote filename value in Content-Disposition header

This list of changes was auto generated.

v3.1.0

Changes:

Feature Requests:

  • #1044: Enable verifying the signed package

Others:

  • #1050: Fix unused-files-patterns check and add tests
  • #1046: Fix typo in option hint
  • #1045: add verify-signature command. Fixes #1044
  • #1037: Fix punycode deprecation warning
  • #1040: Allow packaging extension without a publisher

This list of changes was auto generated.

... (truncated)

Commits


Updates sql-formatter from 15.3.2 to 15.4.2

Release notes

Sourced from sql-formatter's releases.

15.4.2

Bugfix

  • Support assignment operator in Snowflake (#775)

15.4.1

Bugfixes

  • Allow TYPE to be used as an identifier in Snowflake #771

15.4.0

New features

  • Support auto-detected config file .sql-formatter.json (#766) thanks to Jonathan Schuster

Minor improvements

  • Support GREATEST_IGNORE_NULLS in Snowflake dialect (#758) thanks to Max R
  • Throw error when empty regex in custom paramTypes config (#754)
Commits
  • 8e35333 Release v15.4.2
  • b4d574a Support assignment operator in Snowflake
  • f55e3c3 Release v15.4.1
  • 678b3e4 Allow TYPE to be used as an identifier in Snowflake
  • 2e637ed Add Jonathan Schuster and Max R to contributors list
  • c8194bd Release v15.4.0
  • b4e4e5d Remove unnecessary await
  • 25ead0a Auto-format .pre-commit-hooks.yaml file with Prettier
  • c18ea8c Remove unnecessary escapes
  • bfe753c Support named config file (#766)
  • Additional commits viewable in compare view


Updates ts-jest from 29.1.5 to 29.2.5

Release notes

Sourced from ts-jest's releases.

v29.2.5

Please refer to CHANGELOG.md for details.

v29.2.4

Please refer to CHANGELOG.md for details.

v29.2.3

Please refer to CHANGELOG.md for details.

v29.2.2

Please refer to CHANGELOG.md for details.

v29.2.1

Please refer to CHANGELOG.md for details.

v29.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.2.5 (2024-08-23)

Bug Fixes

  • build: build package with NodeNext module (9b3ade5)
  • fix: set value ts/tsx extensionsToTreatAsEsm in default esm preset (d9ff362)
  • fix(compiler): fallback to NodeJS module resolution for ts 4.8 (b7d3409), closes #4499

29.2.4 (2024-08-01)

Bug Fixes

  • fix: revert support implementation for Node16/NodeNext (70b9530), closes #4468 #4473

29.2.3 (2024-07-18)

Security Fixes

  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)

Code Refactoring

  • refactor(presets): maintain preset codes inside src (8474fc2)

29.2.2 (2024-07-10)

Bug Fixes

  • fix(compiler): update memory cache after changing module value (94db43f), closes #4439

29.2.1 (2024-07-10)

Bug Fixes

  • fix: move ejs to dep instead of peerDep (26e31a7)
  • fix: set allowSyntheticDefaultImports properly (ff4b302), closes #4156

... (truncated)

Commits
  • 500a863 chore(release): 29.2.5
  • dce986e build(deps): Update dependency @​babel/preset-env to ^7.25.4
  • 48a28a6 build(deps): Update dependency vite to ^5.4.2
  • d9ff362 fix: set value ts/tsx extensionsToTreatAsEsm in default esm preset
  • 00550ef test: add e2e test case for ESM features
  • 978169b build(deps): Update dependency @... _Description has been truncated_