dstoc / pkmapp

Apache License 2.0
2 stars 0 forks source link

Bump the all group with 13 updates #334

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the all group with 13 updates:

Package From To
@jspm/generator 2.0.0 2.0.1
@typescript-eslint/eslint-plugin 6.21.0 7.1.0
@typescript-eslint/parser 6.21.0 7.1.0
@wdio/cli 8.31.1 8.32.3
@wdio/jasmine-framework 8.31.1 8.32.3
@wdio/local-runner 8.31.1 8.32.3
@wdio/spec-reporter 8.31.1 8.32.2
@web/dev-server 0.4.2 0.4.3
chromedriver 121.0.0 122.0.3
eslint 8.56.0 8.57.0
tree-sitter-cli 0.20.8 0.21.0
web-tree-sitter 0.20.8 0.21.0
webdriverio 8.31.1 8.32.3

Updates @jspm/generator from 2.0.0 to 2.0.1

Release notes

Sourced from @​jspm/generator's releases.

2.0.1

What's Changed

Full Changelog: https://github.com/jspm/generator/compare/2.0.0...2.0.1

Commits


Updates @typescript-eslint/eslint-plugin from 6.21.0 to 7.1.0

Release notes

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

v7.1.0

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs (#8367)
  • eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084)
  • eslint-plugin: [consistent-return] add new rule (#8289)
  • typescript-estree: add debug logs for useProgramFromProjectService (#8426)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472)
  • eslint-plugin: [no-misused-promises] improve check union types (#8534)
  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474)
  • typescript-estree: use simpler absolutify behavior for project service client file paths (#8520)

❤️ Thank You

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

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

... (truncated)

Changelog

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

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You

  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

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

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser

... (truncated)

Commits
  • 4bc6944 chore(release): publish 7.1.0
  • 1807d55 docs: add tabs in no-unsafe-unary-minus.md (#8542)
  • f2f57de test(eslint-plugin): [no-misused-promises] add test cases for spread args (#8...
  • fa67955 chore: drop T from internal types (#8521)
  • 60c1cd3 fix(eslint-plugin): [no-use-before-define] fix false positive type reference ...
  • 1458920 fix(eslint-plugin): [no-misused-promises] improve check union types (#8534)
  • c1441c8 fix(eslint-plugin): [prefer-optional-chan] allow typeof for avoiding referenc...
  • e7ec6f0 docs: from option instead of source in prefer-readonly-parameter-types (#8461)
  • 46cef96 feat(eslint-plugin): [consistent-return] add new rule (#8289)
  • f7198db feat(eslint-plugin): [naming-convention] support the auto-accessor syntax (#8...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.21.0 to 7.1.0

Release notes

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

v7.1.0

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs (#8367)
  • eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084)
  • eslint-plugin: [consistent-return] add new rule (#8289)
  • typescript-estree: add debug logs for useProgramFromProjectService (#8426)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472)
  • eslint-plugin: [no-misused-promises] improve check union types (#8534)
  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474)
  • typescript-estree: use simpler absolutify behavior for project service client file paths (#8520)

❤️ Thank You

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

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

... (truncated)

Changelog

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

7.1.0 (2024-02-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

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

7.0.1 (2024-02-12)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

Commits


Updates @wdio/cli from 8.31.1 to 8.32.3

Release notes

Sourced from @​wdio/cli's releases.

v8.32.3 (2024-02-21)

:bug: Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

:memo: Documentation

  • Other

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

v8.32.3 (2024-02-21)

:bug: Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

... (truncated)

Commits


Updates @wdio/jasmine-framework from 8.31.1 to 8.32.3

Release notes

Sourced from @​wdio/jasmine-framework's releases.

v8.32.3 (2024-02-21)

:bug: Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

:memo: Documentation

  • Other

... (truncated)

Changelog

Sourced from @​wdio/jasmine-framework's changelog.

v8.32.3 (2024-02-21)

:bug: Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

... (truncated)

Commits


Updates @wdio/local-runner from 8.31.1 to 8.32.3

Release notes

Sourced from @​wdio/local-runner's releases.

v8.32.3 (2024-02-21)

:bug: Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

:memo: Documentation

  • Other

... (truncated)

Changelog

Sourced from @​wdio/local-runner's changelog.

v8.32.3 (2024-02-21)

:bug: Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

... (truncated)

Commits


Updates @wdio/spec-reporter from 8.31.1 to 8.32.2

Release notes

Sourced from @​wdio/spec-reporter's releases.

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

:memo: Documentation

:house: Internal

Committers: 6

... (truncated)

Changelog

Sourced from @​wdio/spec-reporter's changelog.

v8.32.2 (2024-02-19)

:bug: Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

Committers: 2

v8.32.1 (2024-02-16)

:bug: Bug Fix

  • wdio-browserstack-service

Committers: 1

v8.32.0 (2024-02-14)

:boom: Breaking Change

:bug: Bug Fix

:nail_care: Polish

  • wdio-cli

:memo: Documentation

:house: Internal

Committers: 6

... (truncated)

Commits


Updates @web/dev-server from 0.4.2 to 0.4.3

Release notes

Sourced from @​web/dev-server's releases.

@​web/dev-server@​0.4.3

Patch Changes

Changelog

Sourced from @​web/dev-server's changelog.

0.4.3

Patch Changes

Commits


Updates chromedriver from 121.0.0 to 122.0.3

Commits


Updates eslint from 8.56.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (
dependabot[bot] commented 8 months ago

Superseded by #335.