pester / vscode-adapter

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

Bump the dependencies group with 6 updates #166

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dependencies group with 6 updates:

Package Update
@types/node 16.18.39 to 20.4.5
@typescript-eslint/eslint-plugin 5.62.0 to 6.2.0
@typescript-eslint/parser 5.62.0 to 6.2.0
eslint-config-standard-with-typescript 35.0.0 to 37.0.0
eslint-plugin-n 15.7.0 to 16.0.1
prettier 2.8.8 to 3.0.0

Updates @types/node from 16.18.39 to 20.4.5

Commits


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

Release notes

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

v6.2.0

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
  • typescript-estree: fix TSNode type error on old ts versions (#7267) (f2aed1b)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

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

v6.1.0

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)
  • typescript-estree: remove ts.sys watch program override (#7252) (41d6e9d)
  • utils: accept null as default option in applyDefault (#6724) (841889f)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

v6.0.0

See the announcement blog post for a friendly description of all changes and CHANGELOG.md for a full organized list of them. 🎉

What's Changed

... (truncated)

Changelog

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

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

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

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

6.0.0 (2023-07-10)

Bug Fixes

... (truncated)

Commits
  • c869aa1 chore: publish v6.2.0
  • af77a1d fix(eslint-plugin): use a default export for the rules type (#7266)
  • 18ea3b1 feat(eslint-plugin): [class-methods-use-this] add extension rule (#6457)
  • f813147 feat(eslint-plugin): sync getFunctionHeadLoc implementation with upstream (#7...
  • d207b59 fix(eslint-plugin): [member-ordering] account for repeated names (#6864)
  • b3e0e75 fix(eslint-plugin): [no-unsafe-enum-comparison] exempt bit shift operators (#...
  • b62affe fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type of left...
  • 0fef2e3 chore: use workerIdleMemoryLimit in jest tests (#7249)
  • d98f1e8 chore: publish v6.1.0
  • 1404796 fix(eslint-plugin): [no-unnecessary-type-constraint] correctly fix in cts/mts...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 5.62.0 to 6.2.0

Release notes

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

v6.2.0

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
  • typescript-estree: fix TSNode type error on old ts versions (#7267) (f2aed1b)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

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

v6.1.0

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)
  • typescript-estree: remove ts.sys watch program override (#7252) (41d6e9d)
  • utils: accept null as default option in applyDefault (#6724) (841889f)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

v6.0.0

See the announcement blog post for a friendly description of all changes and CHANGELOG.md for a full organized list of them. 🎉

What's Changed

... (truncated)

Changelog

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

6.2.0 (2023-07-24)

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

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

6.1.0 (2023-07-17)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

6.0.0 (2023-07-10)

Bug Fixes

  • update exports field in package.json files (#6550) (53776c2)

chore

Features

... (truncated)

Commits
  • c869aa1 chore: publish v6.2.0
  • d98f1e8 chore: publish v6.1.0
  • 6d3d162 feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...
  • 2e30379 chore: bump dependency versions (#7191)
  • 6ae1fa7 chore: publish v6.0.0
  • 980bda3 Merge branch 'main' (I swear this had better be the last one
  • c233652 Merge branch 'main'
  • 3cdf5c9 chore: enable sort-type-constituents internally (#7028)
  • 371fc26 Merge branch 'main' into v6
  • 8410f99 Merge branch 'main'
  • Additional commits viewable in compare view


Updates eslint-config-standard-with-typescript from 35.0.0 to 37.0.0

Release notes

Sourced from eslint-config-standard-with-typescript's releases.

v37.0.0

37.0.0 (2023-07-22)

⚠ BREAKING CHANGES

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • @​typescript-eslint/block-spacing (0a0585f)

v36.1.1

36.1.1 (2023-07-22)

Build system / dependencies

  • automerge @types/ bumps (09b9445)

Documentation

v36.1.0

36.1.0 (2023-07-15)

Features

  • bump eslint-config-standard to v17.1.0 (aacad54)

Build system / dependencies

  • rm redundant peerDep range test (4e7ac4f)

v36.0.1

36.0.1 (2023-07-14)

Bug fixes

  • retrieval of active node versions in ci (5ccd9a6)

v36.0.0

... (truncated)

Changelog

Sourced from eslint-config-standard-with-typescript's changelog.

37.0.0 (2023-07-22)

⚠ BREAKING CHANGES

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • @​typescript-eslint/block-spacing (0a0585f)

36.1.1 (2023-07-22)

Build system / dependencies

  • automerge @types/ bumps (09b9445)

Documentation

36.1.0 (2023-07-15)

Features

  • bump eslint-config-standard to v17.1.0 (aacad54)

Build system / dependencies

  • rm redundant peerDep range test (4e7ac4f)

36.0.1 (2023-07-14)

Bug fixes

  • retrieval of active node versions in ci (5ccd9a6)

36.0.0 (2023-06-30)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • 2bfdde4 chore(release): 37.0.0 [skip ci]
  • edf6a11 Merge pull request #1194 from standard/bump-typescript-eslint-minor
  • 0a0585f feat: @​typescript-eslint/block-spacing
  • fb19302 chore(release): 36.1.1 [skip ci]
  • 93fa2eb Merge pull request #1191 from standard/rm-obsolete-release-doc
  • 677d0a5 docs: remove obsolete release doc
  • 037e118 chore(deps): update dependency @​types/node to v20.4.3 (#1190)
  • b7b298d chore(deps): update @​commitlint packages to v17.6.7 (#1189)
  • 3d8d38f Merge pull request #1135 from standard/renovate/eslint-plugin-n-16.x
  • 05558d6 chore(deps): update dependency eslint-plugin-n to v16
  • Additional commits viewable in compare view


Updates eslint-plugin-n from 15.7.0 to 16.0.1

Release notes

Sourced from eslint-plugin-n's releases.

Release 16.0.1

  • fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (44cec62)

Release 16.0.0

breaking changes

  • feat!: update default ecmaVersion to 2021 (#96) (49d3ee7)
  • feat!: engines.node defaults to 16.0.0 (#91) (075f0c5)
  • feat!: drop node.js < 16 (#90) (38a67ef)

features

  • feat: support eslint.config.js (#95) (ebc97bf)
  • feat: upgrade deps to latest (#93) (aa75610)

Release 16.0.0-1

  • fix: missing import recognise tsx extension (#97) (5fae8a5)

Release 16.0.0-0

  • feat!: update default ecmaVersion to 2021 (#96) (49d3ee7)
  • feat!: engines.node defaults to 16.0.0 (#91) (075f0c5)
  • feat: upgrade deps to latest (#93) (aa75610)
  • feat!: drop node.js < 16 (#90) (38a67ef)
Commits


Updates prettier from 2.8.8 to 3.0.0

Release notes

Sourced from prettier's releases.

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3

3.0.0-alpha.2

  • Fix bundled index.cjs file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2

3.0.0-alpha.1

If you are a plugin developer, please try this version and send us feedback! Feel free to ping @​fisker if you have any questions about v3 migration.

... (truncated)

Changelog

Sourced from prettier's changelog.

3.0.0

diff

🔗 Release Notes

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[bot] commented 1 year ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.