dstoc / pkmapp

Apache License 2.0
2 stars 0 forks source link

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

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.0
@typescript-eslint/parser 6.21.0 7.7.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 123.0.4
eslint 8.56.0 9.1.0
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.0

Release notes

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

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)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

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

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
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

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

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

... (truncated)

Commits
  • 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)
  • 4bac40c docs: fix incorrect tab item values in prefer-optional-chain (#8867)
  • a7bdd1c test(eslint-plugin): render snapshots of ESLint output for each code example ...
  • 41d893f docs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...
  • d063275 docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.21.0 to 7.7.0

Release notes

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

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)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

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

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

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

... (truncated)

Commits
  • 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
  • 4cf8ec7 chore(release): publish 7.3.0
  • 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: Documentation

  • wdio-types
  • wdio-browserstack-service
  • wdio-cli
dependabot[bot] commented 4 months ago

Superseded by #359.