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 12 updates #96

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
@biomejs/biome 1.8.2 1.8.3
cspell 8.9.1 8.13.2
lefthook 1.6.17 1.7.12
typescript 5.5.2 5.5.4
valibot 0.33.3 0.37.0
@types/node 20.14.6 22.2.0
@types/vscode 1.90.0 1.92.0
@vscode/vsce 2.29.0 2.31.1
sql-formatter 15.3.2 15.4.0
ts-jest 29.1.5 29.2.4
webpack 5.92.1 5.93.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.13.2

Release notes

Sourced from cspell's releases.

v8.13.2

Changes

Fixes

fix: Stop duplicate issue output. (#6058)

Kind of reverts #4495

Since the output no longer lists each file, repeating the issues at the end is redundant.

8.11.0

8.13.0

After this change.


fix: make sure reported issues are consistent. (#6032)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#6050)

Update Dictionaries (main)

... (truncated)

Changelog

Sourced from cspell's changelog.

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)

8.10.0 (2024-07-02)

Commits


Updates lefthook from 1.6.17 to 1.7.12

Release notes

Sourced from lefthook's releases.

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

  • efa67f5 ci: rpm/deb without self-update
  • 1f055b2 feat: add self-update command (#778)

v1.7.5

Changelog

  • 784335b feat: use glob in exclude array (#777)

... (truncated)

Changelog

Sourced from lefthook's changelog.

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)

1.7.2 (2024-07-11)

  • fix: add missing sub directory in hook template (#768) by @​nikeee

... (truncated)

Commits
  • 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)
  • 91d680a 1.7.9: fix static build for lefthook packages
  • 32d93a7 fix: typo CGO_ENABLED instead of GCO_ENABLED (#791)
  • 3fe0692 ci: add more static tags (#790)
  • 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.37.0

Release notes

Sourced from valibot's releases.

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

Many thanks to @​Saeris, @​Jimdooz, @​Kenzo-Wada and @​sillvva for contributing to this release.

  • Add file, function and promise schema
  • Add awaitAsync action to await promise in pipeline
  • Add operation property to filterItems, findItem, mapItems, reduceItems and sortItem action
  • Rename action argument of filterItems, findItem, mapItems, reduceItems and sortItem action to operation
  • Rename action argument and property of transform and transformAsync action to operation
  • Change and improve implementation of _stringify util
Commits
  • 4106784 Bump version to v0.37.0 and update changelog
  • 35a1f64 Merge pull request #747 from fabian-hiller/feat-metadata-pipe
  • 450dece Add metadata feature to changelog and API reference on website
  • db92af5 Fix wrong related APIs in forwardAsync API reference
  • 89a3293 Merge pull request #753 from EltonLobo07/doc/add-looseObjectAsync
  • d8e43fc Fix bug in fallback method for specific schemas #752
  • 232c25c add looseObjectAsync API reference
  • c969064 Merge pull request #750 from EltonLobo07/doc/add-forwardAsync
  • b1e3c20 Improve example and related APIs of forwardAsync
  • 0d6e1ab add forwardAsync API reference
  • Additional commits viewable in compare view


Updates @types/node from 20.14.6 to 22.2.0

Commits


Updates @types/vscode from 1.90.0 to 1.92.0

Commits


Updates @vscode/vsce from 2.29.0 to 2.31.1

Release notes

Sourced from @​vscode/vsce's releases.

v2.31.1

Changes:

  • #1027: Update deprecated dependencies
  • #1025: Don't package default readme if a path is provided and default is ignored
  • #1024: add executes code property

This list of changes was auto generated.

v2.31.1-2

Changes:

  • #1027: Update deprecated dependencies

This list of changes was auto generated.

v2.31.1-1

Changes:

  • #1025: Don't package default readme if a path is provided and default is ignored

This list of changes was auto generated.

v2.31.1-0

Changes:

  • #1024: add executes code property

This list of changes was auto generated.

v2.31.0

Changes:

  • #1022: Throw error if provided readmePath or provided changelogPath could not be found
  • #1020: Throw when unused files pattern in package.json
  • #1015: Support "ls --tree"

This list of changes was auto generated.

v2.30.1-3

... (truncated)

Commits
  • ca8fa40 Merge pull request #1027 from microsoft/benibenj/logical-duck
  • d0e1a5c update depricated dependencies
  • 3b1b774 Merge pull request #1025 from microsoft:benibenj/well-lion
  • d83f7ba Don't package default readme if a path is provided
  • 2e3e3bc add executes code property (#1024)
  • dd70844 Merge pull request #1022 from microsoft/benibenj/profound-gorilla
  • ff9391d Throw error if provided readmePath or provided changelogPath could not be found
  • a97062f Merge pull request #1021 from microsoft/benibenj/chronic-spider
  • 2c95bcb use filter functioon
  • f55228d Merge pull request #1020 from microsoft/benibenj/miserable-tern
  • Additional commits viewable in compare view


Updates sql-formatter from 15.3.2 to 15.4.0

Release notes

Sourced from sql-formatter's releases.

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

Release notes

Sourced from ts-jest's releases.

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.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
  • fix(compiler): support Node16/NodeNext value for target (2f5cc0c), closes #4198

29.2.0 (2024-07-08)

Bug Fixes

  • fix: don't show warning message with Node16/NodeNext (99c4f49), closes #4266

... (truncated)

Commits
  • 0977789 chore(release): 29.2.4
  • 70b9530 fix: revert support implementation for Node16/NodeNext
  • 86398c7 build(deps): Update dependency @​babel/preset-env to ^7.25.3
  • 2b07e2b build(deps): Update dependency eslint-plugin-jsdoc to ^48.10.2
  • 5cc1333 build(deps): Update babel monorepo to ^7.25.2
  • 46fa736 build(deps): Update ESLint packages to ^7.18.0
  • e1aad14 build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.2
  • 19473a2 build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.1
  • a40a791 build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.0
  • 6d8063a test: refactor example apps to be in one project
  • Additional commits viewable in compare view


Updates webpack from 5.92.1 to 5.93.0

Release notes

Sourced from webpack's releases.

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules
Commits
  • 277460b chore(release): 5.93.0
  • 76ab754 fix: relative path to runtime chunks
  • 40b1a77 test: added
  • 080e54f fix: relative path to runtime chunks
  • 7764e38 chore(deps-dev): bump eslint from 9.5.0 to 9.6.0
  • 22738f3 chore(deps-dev): bump eslint from 9.5.0 to 9.6.0
  • 1a27b9e fix: contenthash for css generator options
  • e716d44 chore(deps-dev): bump @​eslint/js from 9.5.0 to 9.6.0
  • 7a34330 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3
  • 974752f chore(deps-dev): bump globals from 15.6.0 to 15.8.0
  • Additional commits viewable in compare view


Updates @vscode/test-electron from 2.4.0 to 2.4.1

Changelog

Sourced from @​vscode/test-electron's changelog.

2.4.1 | 2024-07-05

  • Throw a typed TestRunFailedError on failure instead of a string.
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
dependabot[bot] commented 2 months ago

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