dstoc / pkmapp

Apache License 2.0
2 stars 0 forks source link

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

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.7.1
@typescript-eslint/parser 6.21.0 7.7.1
@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 123.0.4
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.7.1

Release notes

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

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)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

... (truncated)

Changelog

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

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.

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor

❤️ Thank You

  • Dave
  • Josh Goldberg ✨

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

... (truncated)

Commits
  • 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)
  • eef257b fix(eslint-plugin): [prefer-optional-chain] only look at left operand for `re...
  • 9e0d9f5 fix(eslint-plugin): [explicit-function-return-type] fix checking wrong ancest...
  • d07eb9e fix(eslint-plugin): [no-unsafe-assignment] handle shorthand property assignme...
  • e44a1a2 chore(release): publish 7.7.0
  • fda5704 feat(eslint-plugin): replace no-new-symbol with `no-new-native-nonconstruct...
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.21.0 to 7.7.1

Release notes

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

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)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

... (truncated)

Changelog

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

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

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

7.4.0 (2024-03-25)

🚀 Features

... (truncated)

Commits
  • 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, ...
  • 5995614 chore(release): publish 7.3.1
  • 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

:nail_care: Polish

:memo:... _Description has been truncated_

dependabot[bot] commented 4 months ago

Superseded by #360.