stripe / stripe-commercetools-connect-app

MIT License
5 stars 1 forks source link

Bump the dependencies group across 1 directory with 16 updates #198

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the dependencies group with 16 updates in the /processor directory:

Package From To
@commercetools-backend/loggers 22.33.0 22.35.0
@commercetools/connect-payments-sdk 0.10.0 0.10.1
@fastify/autoload 6.0.1 6.0.2
@fastify/http-proxy 10.0.0 10.0.1
@fastify/static 8.0.1 8.0.2
@fastify/type-provider-typebox 5.0.0 5.0.1
@sinclair/typebox 0.33.12 0.33.17
fastify 5.0.0 5.1.0
@types/jest 29.5.13 29.5.14
@types/node 22.7.4 22.8.6
@typescript-eslint/eslint-plugin 8.7.0 8.12.2
@typescript-eslint/parser 8.7.0 8.12.2
eslint 9.11.1 9.13.0
eslint-plugin-import 2.30.0 2.31.0
msw 2.4.9 2.6.0
typescript 5.6.2 5.6.3

Updates @commercetools-backend/loggers from 22.33.0 to 22.35.0

Release notes

Sourced from @​commercetools-backend/loggers's releases.

v22.35.0

@​commercetools-backend/eslint-config-node@​22.35.0

@​commercetools-backend/express@​22.35.0

Patch Changes

  • #3628 8e5b0cf Thanks @​emmenko! - The cloud identifiers for AWS regions have been renamed to aws-eu and aws-us.

    For backwards compatibility the value aws-fra and aws-ohio still work.

@​commercetools-backend/loggers@​22.35.0

@​commercetools-frontend/actions-global@​22.35.0

Patch Changes

  • Updated dependencies [292719b, be08ecc]:
    • @​commercetools-frontend/sentry@​22.35.0
    • @​commercetools-frontend/constants@​22.35.0
    • @​commercetools-frontend/browser-history@​22.35.0
    • @​commercetools-frontend/notifications@​22.35.0

@​commercetools-frontend/application-components@​22.35.0

Minor Changes

Patch Changes

  • Updated dependencies [292719b, be08ecc, 8e5b0cf]:
    • @​commercetools-frontend/sentry@​22.35.0
    • @​commercetools-frontend/constants@​22.35.0
    • @​commercetools-frontend/application-config@​22.35.0
    • @​commercetools-frontend/actions-global@​22.35.0
    • @​commercetools-frontend/application-shell-connectors@​22.35.0
    • @​commercetools-frontend/i18n@​22.35.0
    • @​commercetools-frontend/l10n@​22.35.0
    • @​commercetools-frontend/assets@​22.35.0

... (truncated)

Changelog

Sourced from @​commercetools-backend/loggers's changelog.

22.35.0

22.34.0

Commits


Updates @commercetools/connect-payments-sdk from 0.10.0 to 0.10.1

Updates @fastify/autoload from 6.0.1 to 6.0.2

Release notes

Sourced from @​fastify/autoload's releases.

v6.0.2

What's Changed

Full Changelog: https://github.com/fastify/fastify-autoload/compare/v6.0.1...v6.0.2

Commits


Updates @fastify/http-proxy from 10.0.0 to 10.0.1

Release notes

Sourced from @​fastify/http-proxy's releases.

v10.0.1

What's Changed

Full Changelog: https://github.com/fastify/fastify-http-proxy/compare/v10.0.0...v10.0.1

Commits


Updates @fastify/static from 8.0.1 to 8.0.2

Release notes

Sourced from @​fastify/static's releases.

v8.0.2

What's Changed

Full Changelog: https://github.com/fastify/fastify-static/compare/v8.0.1...v8.0.2

Commits


Updates @fastify/type-provider-typebox from 5.0.0 to 5.0.1

Release notes

Sourced from @​fastify/type-provider-typebox's releases.

v5.0.1

What's Changed

Full Changelog: https://github.com/fastify/fastify-type-provider-typebox/compare/v5.0.0...v5.0.1

Commits
  • 51067ab 5.0.1
  • b5b0e91 build(deps-dev): bump @​types/node from 20.16.12 to 22.7.6 (#172)
  • bd01555 build(deps-dev): bump @​tapjs/tsx from 1.1.32 to 3.0.0 (#176)
  • 71134da build(deps-dev): bump rimraf from 5.0.10 to 6.0.1 (#175)
  • 8c1fcd7 build(deps-dev): bump @​arethetypeswrong/cli from 0.15.4 to 0.16.4 (#174)
  • 4092f6c build(deps): bump actions/dependency-review-action from 3 to 4 (#124)
  • 4c98805 build(deps-dev): bump tap from 19.2.5 to 21.0.1 (#171)
  • 739876a chore: update fastify to ^5.0.0 (#169)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by fdawgs, a new releaser for @​fastify/type-provider-typebox since your current version.


Updates @sinclair/typebox from 0.33.12 to 0.33.17

Commits


Updates fastify from 5.0.0 to 5.1.0

Release notes

Sourced from fastify's releases.

v5.1.0

What's Changed

... (truncated)

Commits


Updates @types/jest from 29.5.13 to 29.5.14

Commits


Updates @types/node from 22.7.4 to 22.8.6

Commits


Updates @typescript-eslint/eslint-plugin from 8.7.0 to 8.12.2

Release notes

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

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • typescript-eslint: improve undefined extension handling (#10177)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
  • website: enable noImplicitAny (#10175)
  • rule-tester: use cwd option to set base path for tests with file name (#10201)

❤️ Thank You

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

v8.12.0

See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

... (truncated)

Changelog

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

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

8.12.1 (2024-10-28)

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

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

8.12.0 (2024-10-28)

🚀 Features

  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)

❤️ Thank You

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

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)

❤️ Thank You

... (truncated)

Commits
  • 4af866a chore(release): publish 8.12.2
  • cc7177c fix(eslint-plugin): [switch-exhaustiveness-check] invert `considerDefaultExha...
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • ac18749 feat(eslint-plugin): [no-base-to-string] handle String() (#10005)
  • 3c8978d feat(eslint-plugin): [switch-exhaustiveness-check] add allowDefaultCaseMatchU...
  • af4743f test(eslint-plugin): fix a typo in a test, causing it to test the error typ...
  • 9c956ee feat(eslint-plugin): [consistent-indexed-object-style] report mapped types (#...
  • e765033 feat(eslint-plugin): [prefer-nullish-coalescing] add support for assignment e...
  • 79c27a8 chore(release): publish 8.11.0
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 8.7.0 to 8.12.2

Release notes

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

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • typescript-eslint: improve undefined extension handling (#10177)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
  • website: enable noImplicitAny (#10175)
  • rule-tester: use cwd option to set base path for tests with file name (#10201)

❤️ Thank You

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

v8.12.0

See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

... (truncated)

Changelog

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

8.12.2 (2024-10-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.

8.12.1 (2024-10-28)

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.

8.12.0 (2024-10-28)

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.

8.11.0 (2024-10-21)

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.

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

❤️ Thank You

  • Josh Goldberg ✨

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

8.9.0 (2024-10-14)

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.

8.8.1 (2024-10-07)

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.

8.8.0 (2024-09-30)

... (truncated)

Commits
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • 79c27a8 chore(release): publish 8.11.0
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 7effdea chore(release): publish 8.10.0
  • f9c49e3 feat: support TypeScript 5.6 (#9972)
  • 4666ed4 chore(release): publish 8.9.0
  • f898248 chore(release): publish 8.8.1
  • 2055cfb chore(release): publish 8.8.0
  • See full diff in compare view


Updates eslint from 9.11.1 to 9.13.0

Release notes

Sourced from eslint's releases.

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

  • 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 064c8b6 fix: update rule types (#18925) (Nitin Kumar)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-import... _Description has been truncated_
dependabot[bot] commented 3 weeks ago

Superseded by #200.