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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

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

Package From To
@biomejs/biome 1.8.2 1.8.3
cspell 8.9.1 8.14.2
jest-mock-vscode 3.0.5 4.0.1
lefthook 1.6.17 1.7.14
typescript 5.5.2 5.5.4
valibot 0.33.3 0.40.0
@types/node 20.14.6 22.5.1
@types/vscode 1.90.0 1.92.0
@vscode/vsce 2.29.0 3.0.0
sql-formatter 15.3.2 15.4.1
ts-jest 29.1.5 29.2.5
webpack 5.92.1 5.94.0
@vscode/test-electron 2.4.0 2.4.1

Updates @biomejs/biome from 1.8.2 to 1.8.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.8.3

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.8.3 (2024-06-27)

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Enhancements

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

... (truncated)

Commits


Updates cspell from 8.9.1 to 8.14.2

Release notes

Sourced from cspell's releases.

v8.14.2

Changes

Fixes

fix: Remove timeout in ESLint plugin (#6124)

fixes #5825


v8.14.1

Changes

  • Republish

v8.14.0

Changes

Features

feat: Create package @​cspell/normalize-json (#6107)


feat: Add filetype detection package. (#6103)


Fixes

... (truncated)

Changelog

Sourced from cspell's changelog.

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)

8.10.2 (2024-07-05)

8.10.1 (2024-07-05)

... (truncated)

Commits


Updates jest-mock-vscode from 3.0.5 to 4.0.1

Release notes

Sourced from jest-mock-vscode's releases.

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


Updates lefthook from 1.6.17 to 1.7.14

Release notes

Sourced from lefthook's releases.

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)

v1.7.7

Changelog

  • 2782f15 fix: multiple excludes (#782)

v1.7.6

New

You can receive the updates of the lefthook executable without any package manager!

# Just run

lefthook self-update

This command only works if you install lefthook via go install github.com/evilmartians/lefthook@latest or directly from the Github release assets.

Changelog

... (truncated)

Changelog

Sourced from lefthook's changelog.

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)

1.7.7 (2024-07-24)

1.7.6 (2024-07-24)

1.7.5 (2024-07-22)

1.7.4 (2024-07-19)

1.7.3 (2024-07-18)

... (truncated)

Commits
  • 18e619a 1.7.14: fix for OpenBSD NPM package
  • a9ee42d 1.7.13: add OpenBSD support
  • 1aa06dc feat: support openbsd (#808)
  • 302f67a 1.7.12: log subcommands stderr in verbose mode only
  • 26bf489 fix: log stderr in debug logs only (#804)
  • bd773b2 1.7.11: revert NPM packaging changes for backward compatibility
  • 5c336d8 fix: revert packaging change (#796)
  • fb17ca3 1.7.10: use direct reference to lefthook binary in NPM package
  • b32fd33 deps: July 2024 (#795)
  • 19b7a72 packaging(npm): try direct reference for lefthook executable (#794)
  • Additional commits viewable in compare view


Updates typescript from 5.5.2 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

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

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view


Updates valibot from 0.33.3 to 0.40.0

Release notes

Sourced from valibot's releases.

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
  • Change EMOJI_REGEX to be more accurate and strict (pull request #666)
  • Fix bug in fallback and fallbackAsync method for specific schemas (pull request #752)
  • Fix bug in fallbackAsync method for async schemas (pull request #732)

v0.36.0

Many thanks to @​N0tExisting, @​ksv90, @​peterbe, @​foster-hangdaan and @​zougari47 for contributing to this release.

  • Add normalize action to normalize strings (issue #691)
  • Add support for async schemas to entriesFromList util
  • Add support for numbers and symbols to entriesFromList util (issue #492)
  • Add key property to SetPathItem type to improve DX (issue #693, #694)
  • Remove FunctionReference type and refactor code

v0.35.0

Many thanks to @​jindong-zhannng, @​dyljhd and @​TeChn4K for contributing to this release.

  • Increase argument limit of pipe and pipeAsync method to 19 (issue #643)

v0.34.0

... (truncated)

Commits
  • 23b1ebf Bump version to v0.40.0 and update changelog
  • 378ecf0 Fix ordering and update contributors of ecosystem page
  • 3105553 Merge pull request #805 from scythewyvern/patch-1
  • fe4d1fd Fix output type for transformed optional object entries #806
  • f9e473c docs: RVF to uppercase
  • 194e273 docs: add @​rvf/valibot to guides/ecosystem
  • 03f1d86 Merge pull request #804 from EltonLobo07/doc/add-safeParserAsync
  • 8273118 add safeParserAsync API reference
  • 521b58f Fix related APIs after renaming special to custom
  • 97b33f4 Merge pull request #789 from jasperteo/feat-nanoid-validation
  • Additional commits viewable in compare view


Updates @types/node from 20.14.6 to 22.5.1

Commits


Updates @types/vscode from 1.90.0 to 1.92.0

Commits


Updates @vscode/vsce from 2.29.0 to 3.0.0

Release notes

Sourced from @​vscode/vsce's releases.

v3.0.0

Changes:

  • #1035: Update deprecated dependencies and move to Node 20

This list of changes was auto generated.

v2.32.1-0

Changes:

  • #1035: Update deprecated dependencies and move to Node 20

This list of changes was auto generated.

v2.32.0

Changes:

  • #1034: Revert "Update deprecated dependencies"
  • #1032: fix: probabilistic trigger v8 crash
  • #1028: Remove need-more-info-closer workflow

This list of changes was auto generated.

v2.31.2-2

Changes:

  • #1034: Revert "Update deprecated dependencies"

This list of changes was auto generated.

v2.31.2-1

Changes:

  • #1032: fix: probabilistic trigger v8 crash

This list of changes was auto generated.

v2.31.2-0

... (truncated)

Commits
  • f7ed2e1 Merge pull request #1035 from microsoft/benibenj/accessible-wolf
  • 6b64546 engine update
  • ce9b369 update depricated dependencies and move to node 20
  • b347c2b Merge pull request #1034 from microsoft/benibenj/revertDependency
  • 784e74d Revert "update depricated dependencies"
  • b10ae0b fix: probabilistic trigger v8 crash (#1032)
  • cf0bc32 Merge pull request #1028 from microsoft/dev/bhavyau/need-more-info
  • 71d485d Remove need-more-info-closer workflow
  • ca8fa40 Merge pull request #1027 from microsoft/benibenj/logical-duck
  • d0e1a5c update depricated dependencies
  • Additional commits viewable in compare view


Updates sql-formatter from 15.3.2 to 15.4.1

Release notes

Sourced from sql-formatter's releases.

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


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 @​types/node to v20.16.1
  • e9a643c build(deps): Update dependency @​types/node to v20.16.0
  • 535edab build(deps): Update dependency @​types/node to v20.15.0
  • 011a9d8 build(deps): Update dependency vite to ^5.4.1
  • 4eb8ccd build: update renovate bot
  • Additional commits viewable in compare view


Updates webpack from 5.92.1 to 5.94.0

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-... _Description has been truncated_
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.