pester / vscode-adapter

Run PowerShell Pester Tests with Visual Studio Code
MIT License
58 stars 13 forks source link

Bump the dependencies group with 20 updates #198

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 12 months ago

Bumps the dependencies group with 20 updates:

Package From To
tslog 4.8.2 4.9.2
@types/json-parse-safe 2.0.0 2.0.1
@types/node 16.18.39 20.6.2
@typescript-eslint/eslint-plugin 5.62.0 6.7.0
@typescript-eslint/parser 5.62.0 6.7.0
@vscode/test-electron 2.3.3 2.3.4
@vscode/vsce 2.19.0 2.21.0
chai 4.3.7 4.3.8
@types/chai 4.3.5 4.3.6
esbuild 0.18.16 0.19.3
eslint 8.45.0 8.49.0
eslint-config-prettier 8.8.0 9.0.0
eslint-config-standard-with-typescript 35.0.0 39.0.0
eslint-plugin-import 2.27.5 2.28.1
eslint-plugin-n 15.7.0 16.1.0
glob 10.3.3 10.3.4
prettier 2.8.8 3.0.3
sinon 15.2.0 16.0.0
tsx 3.12.7 3.12.10
typescript 5.1.6 5.2.2

Updates tslog from 4.8.2 to 4.9.2

Release notes

Sourced from tslog's releases.

v4.9.2

  • Add more tests for some types 1e93acc
  • Merge pull request #259 from vktrl/master 3044fce
  • add null test for node be1e549
  • fix undefined check, add null test for browser d510305
  • Merge pull request #257 from fullstack-build/development 6ab687e
  • Fix docs, fix #256 c24f7e1

https://github.com/fullstack-build/tslog/compare/v4.9.1...v4.9.2

v4.9.1

  • Move runtime into BaseLogger, fix #256 4bb3465

https://github.com/fullstack-build/tslog/compare/v4.9.0...v4.9.1

v4.9.0

  • Support errors with multiple properties, Fix #227 7743ccb
  • Add URL support, fix #247 ef3dd47

https://github.com/fullstack-build/tslog/compare/v4.8.7...v4.9.0

v4.8.7

  • Fix #254 a7ed0e7
  • Merge pull request #255 from sachaw/development-1 6fa3885
  • Update util.inspect.polyfil.ts 42fcbb4

https://github.com/fullstack-build/tslog/compare/v4.8.6...v4.8.7

v4.8.6

  • fix nodejs environment usage in browser environments for v4.8.5 dee37b0

https://github.com/fullstack-build/tslog/compare/v4.8.5...v4.8.6

v4.8.5

  • Add ESM file extensions, fix #250 2ead365

https://github.com/fullstack-build/tslog/compare/v4.8.4...v4.8.5

v4.8.4

  • Make Universal again 80ace78
  • allow for custom placeholders in the template string 2467191
  • Clone error with all constructor parameters 0e751a5
  • Add typings for helper methods c643b10
  • Fix typing for settings 6f3b68e
  • Actually export my types 1929006
  • Fix stack depth 911b783

https://github.com/fullstack-build/tslog/compare/v4.8.3...v4.8.4

v4.8.4-0

... (truncated)

Commits


Updates @types/json-parse-safe from 2.0.0 to 2.0.1

Commits


Updates @types/node from 16.18.39 to 20.6.2

Commits


Updates @typescript-eslint/eslint-plugin from 5.62.0 to 6.7.0

Release notes

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

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

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

v6.4.1

6.4.1 (2023-08-21)

... (truncated)

Changelog

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

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

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

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

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

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293

... (truncated)

Commits
  • 79ffff0 chore: publish v6.7.0
  • b284370 feat(eslint-plugin): [await-thenable] added suggestion fixer (#7437)
  • 4908905 fix(eslint-plugin): [no-restricted-imports] disallow side effect imports when...
  • a3a3932 chore: publish v6.6.0
  • 7012279 fix(eslint-plugin): [key-spacing] consider properties with parens and comment...
  • 337525b chore(deps): update dependency jest to v29.6.4 (#7575)
  • 4f34d0b chore: publish v6.5.0
  • 23ac499 fix(eslint-plugin): [consistent-type-assertions] wrap object return value wit...
  • 85f34da docs: add info for no-extra-semi (#7330)
  • ef1367e chore: publish v6.4.1
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 5.62.0 to 6.7.0

Release notes

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

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

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

v6.4.1

6.4.1 (2023-08-21)

... (truncated)

Changelog

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

6.7.0 (2023-09-11)

Note: Version bump only for package @​typescript-eslint/parser

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

6.6.0 (2023-09-04)

Note: Version bump only for package @​typescript-eslint/parser

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

6.5.0 (2023-08-28)

Note: Version bump only for package @​typescript-eslint/parser

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

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

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

6.4.0 (2023-08-14)

Note: Version bump only for package @​typescript-eslint/parser

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

... (truncated)

Commits


Updates @vscode/test-electron from 2.3.3 to 2.3.4

Changelog

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

2.3.4 | 2022-07-31

  • Fix "insiders" string not matching correctly
Commits


Updates @vscode/vsce from 2.19.0 to 2.21.0

Commits
  • 11223c3 support manual release version (#895)
  • e0857ea feat: add support for packaging and publishing without license file (#887)
  • 986df2b feat: add user-friendly info to --help (#884)
  • a4f0bf3 rephrase error message for mismatched pricing values in manifest (#890)
  • eb0b8b9 Add CodeQL suppression comment (#894)
  • 446c1de add a pack alias for package (#892)
  • a6187b3 Merge pull request #886 from microsoft/roblou/fixPlatCheck
  • aa2113d Version bump
  • 0ef9ec2 Look for an exact match of version+platform when detecting duplicates
  • 8deb0f6 2.20.0 (#883)
  • Additional commits viewable in compare view


Updates chai from 4.3.7 to 4.3.8

Release notes

Sourced from chai's releases.

v4.3.8

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8

Commits
Maintainer changes

This version was pushed to npm by keithamus, a new releaser for chai since your current version.


Updates @types/chai from 4.3.5 to 4.3.6

Commits


Updates esbuild from 0.18.16 to 0.19.3

Release notes

Sourced from esbuild's releases.

v0.19.3

  • Fix list-style-type with the local-css loader (#3325)

    The local-css loader incorrectly treated all identifiers provided to list-style-type as a custom local identifier. That included identifiers such as none which have special meaning in CSS, and which should not be treated as custom local identifiers. This release fixes this bug:

    /* Original code */
    ul { list-style-type: none }
    

    /* Old output (with --loader=local-css) */ ul { list-style-type: stdin_none; }

    /* New output (with --loader=local-css) */ ul { list-style-type: none; }

    Note that this bug only affected code using the local-css loader. It did not affect code using the css loader.

  • Avoid inserting temporary variables before use strict (#3322)

    This release fixes a bug where esbuild could incorrectly insert automatically-generated temporary variables before use strict directives:

    // Original code
    function foo() {
      'use strict'
      a.b?.c()
    }
    

    // Old output (with --target=es6) function foo() { var _a; "use strict"; (_a = a.b) == null ? void 0 : _a.c(); }

    // New output (with --target=es6) function foo() { "use strict"; var _a; (_a = a.b) == null ? void 0 : _a.c(); }

  • Adjust TypeScript enum output to better approximate tsc (#3329)

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.19.3

  • Fix list-style-type with the local-css loader (#3325)

    The local-css loader incorrectly treated all identifiers provided to list-style-type as a custom local identifier. That included identifiers such as none which have special meaning in CSS, and which should not be treated as custom local identifiers. This release fixes this bug:

    /* Original code */
    ul { list-style-type: none }
    

    /* Old output (with --loader=local-css) */ ul { list-style-type: stdin_none; }

    /* New output (with --loader=local-css) */ ul { list-style-type: none; }

    Note that this bug only affected code using the local-css loader. It did not affect code using the css loader.

  • Avoid inserting temporary variables before use strict (#3322)

    This release fixes a bug where esbuild could incorrectly insert automatically-generated temporary variables before use strict directives:

    // Original code
    function foo() {
      'use strict'
      a.b?.c()
    }
    

    // Old output (with --target=es6) function foo() { var _a; "use strict"; (_a = a.b) == null ? void 0 : _a.c(); }

    // New output (with --target=es6) function foo() { "use strict"; var _a; (_a = a.b) == null ? void 0 : _a.c(); }

  • Adjust TypeScript enum output to better approximate tsc (#3329)

... (truncated)

Commits
  • 673ad10 publish 0.19.3 to npm
  • 6402f11 basic support for parsing import attributes
  • 7ece556 fix #3322: avoid temporaries before "use strict"
  • 900a90d transform: banner/footer with local-css/global-css
  • bbd82b2 run make update-compat-table
  • f702f6b remove an unused method
  • a111cc4 fix #3318: ignore invalid commands for old builds
  • 4c5db58 fix #3329: treat more enum values as strings
  • 5ecf535 fix #3377: improve resolution error due to null
  • 79ac17a resolver: adjust some error messages
  • Additional commits viewable in compare view


Updates eslint from 8.45.0 to 8.49.0

Release notes

Sourced from eslint's releases.

v8.49.0

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

Chores

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)

v8.47.0

Features

  • 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.49.0 - September 8, 2023

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

v8.47.0 - August 11, 2023

  • bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas)
  • 0e45760 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta)
  • 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas)
  • b066640 chore: standardize npm script names (#17431) (Nitin Kumar)
  • a766a48 docs: document lack of config file names (#17442) (James)
  • a1635d6 docs: Update README (GitHub Actions Bot)
  • 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)
  • 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke)
  • 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta)
  • fcdc85d docs: Update README (GitHub Actions Bot)
  • 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won)
  • d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng)
  • 224376c docs: Update README (GitHub Actions Bot)
  • a41a8e4 docs: update script names in README (#17432) (Nitin Kumar)

... (truncated)

Commits


Updates eslint-config-prettier from 8.8.0 to 9.0.0

Changelog

Sourced from eslint-config-prettier's changelog.

Version 9.0.0 (2023-08-05)

  • Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
  • Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!

Version 8.10.0 (2023-08-03)

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

Version 8.9.0 (2023-07-27)

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
Commits
dependabot[bot] commented 11 months ago

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