dstoc / pkmapp

Apache License 2.0
2 stars 0 forks source link

Bump the all group across 1 directory with 17 updates #361

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the all group with 16 updates in the / directory:

Package From To
@fontsource/noto-emoji 5.0.17 5.0.19
@jspm/generator 2.0.0 2.0.1
@types/wicg-file-system-access 2023.10.4 2023.10.5
@typescript-eslint/eslint-plugin 6.21.0 7.8.0
@typescript-eslint/parser 6.21.0 7.8.0
@wdio/cli 8.31.1 8.36.1
@wdio/jasmine-framework 8.31.1 8.36.1
@wdio/local-runner 8.31.1 8.36.1
@wdio/spec-reporter 8.31.1 8.36.1
@web/dev-server 0.4.2 0.4.4
chromedriver 121.0.0 124.0.1
eslint 8.56.0 9.1.1
lit 3.1.2 3.1.3
tree-sitter-cli 0.20.8 0.22.5
typescript 5.3.3 5.4.5
web-tree-sitter 0.20.8 0.22.5

Updates @fontsource/noto-emoji from 5.0.17 to 5.0.19

Commits


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 @types/wicg-file-system-access from 2023.10.4 to 2023.10.5

Commits


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

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

v7.7.0

7.7.0 (2024-04-15)

... (truncated)

Changelog

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

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You

  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

... (truncated)

Commits
  • ee677f6 chore(release): publish 7.8.0
  • 8127873 fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
  • 216d1b0 fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)
  • 51d2193 fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)
  • 4bed24d fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...
  • b0f7aa4 fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)
  • 219b841 chore: resolve lint issues on main branch (#8966)
  • 3e19436 chore(release): publish 7.7.1
  • b2552ca fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...
  • fdeba42 fix(eslint-plugin): [no-for-in-array] refine report location (#8874)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.21.0 to 7.8.0

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

v7.7.0

7.7.0 (2024-04-15)

... (truncated)

Changelog

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

7.8.0 (2024-04-29)

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.7.1 (2024-04-22)

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.7.0 (2024-04-15)

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.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

... (truncated)

Commits
  • ee677f6 chore(release): publish 7.8.0
  • 3e19436 chore(release): publish 7.7.1
  • e44a1a2 chore(release): publish 7.7.0
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • Additional commits viewable in compare view


Updates @wdio/cli from 8.31.1 to 8.36.1

Release notes

Sourced from @​wdio/cli's releases.

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

:bug: Bug Fix

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

... (truncated)

Commits


Updates @wdio/jasmine-framework from 8.31.1 to 8.36.1

Release notes

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

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

:bug: Bug Fix

... (truncated)

Changelog

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

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

... (truncated)

Commits


Updates @wdio/local-runner from 8.31.1 to 8.36.1

Release notes

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

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

:bug: Bug Fix

... (truncated)

Changelog

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

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

... (truncated)

Commits


Updates @wdio/spec-reporter from 8.31.1 to 8.36.1

Release notes

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

v8.36.1 (2024-04-20)

:bug: Bug Fix

:nail_care: Polish

:memo: Documentation

Committers: 13

v8.36.0 (2024-04-12)

:bug: Bug Fix

... (truncated)

Changelog

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

v8.36.1 (2024-04-20)

:bug: Bug Fix

  • wdio-cli, wdio-runner, wdio-utils, webdriverio
  • wdio-browserstack-service