Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2025

Bumps the migration-assistant-npm group in /deployment/migration-assistant-solution with 13 updates:

Package From To
cdk 2.179.0 2.1005.0
globals 15.11.0 16.0.0
@eslint/js 9.13.0 9.22.0
@types/eslint__js 8.42.3 9.14.0
@types/jest 29.5.12 29.5.14
@types/node 20.9.0 22.13.10
aws-cdk 2.179.0 2.1005.0
aws-cdk-lib 2.179.0 2.185.0
constructs 10.3.0 10.4.2
eslint 9.13.0 9.22.0
ts-jest 29.2.5 29.2.6
typescript 5.2.2 5.8.2
typescript-eslint 8.11.0 8.27.0

Updates cdk from 2.179.0 to 2.1005.0

Release notes

Sourced from cdk's releases.

[email protected]

2.1005.0 (2025-03-19)

[email protected]

2.1004.0 (2025-03-13)

[email protected]

2.1003.0 (2025-03-06)

[email protected]

2.1002.0 (2025-03-03)

[email protected]

2.1001.0 (2025-02-26)

[email protected]

2.1000.3 (2025-02-25)

[email protected]

2.1000.2 (2025-02-19)

[email protected]

2.1000.1 (2025-02-18)

[email protected]

2.1000.0 (2025-02-18)

Features

  • initial commit of code in new repository (#37) (1dbec5c)
Commits
  • 008590b chore: enforce consistent-type-imports everywhere (#229)
  • 47a4e1d chore: enforce consistent-type-imports eslint rule on modern packages (#204)
  • 12299ff chore(deps): upgrade dependencies (#179)
  • b580d1e chore: setup new package to temporarily hold code shared between Toolkit CLI ...
  • f0677df chore: enable unbound-method eslint rule (#165)
  • a8b73da chore: remove duplicate cli resource files (#129)
  • 99f54f6 chore: move minimum Node version back to 14 (#120)
  • See full diff in compare view

Updates globals from 15.11.0 to 16.0.0

Release notes

Sourced from globals's releases.

v16.0.0

Breaking

  • The serviceworker globals are now generated from browsers (#281) 039ed51
    • It's a breaking change as a few globals have been removed.

sindresorhus/globals@v15.15.0...v16.0.0

v15.15.0

  • Regenerate vitest globals (#279) 445df81

sindresorhus/globals@v15.14.0...v15.15.0

v15.14.0

  • Add vitest globals (#274) 06a5723

sindresorhus/globals@v15.13.0...v15.14.0

v15.13.0

  • Update globals

sindresorhus/globals@v15.12.0...v15.13.0

v15.12.0

  • Add Iterator to ES2025 (#272) 439b398
  • Update globals (#271) dd0a502

sindresorhus/globals@v15.11.0...v15.12.0

Commits

Updates @eslint/js from 9.13.0 to 9.22.0

Release notes

Sourced from @​eslint/js's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)

v9.20.1

Bug Fixes

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade [email protected] (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

v9.21.0 - February 21, 2025

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • c5561ea docs: Update README (GitHub Actions Bot)
  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)
  • dd7d930 docs: Update README (GitHub Actions Bot)

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0 - February 7, 2025

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)

... (truncated)

Commits
  • eed409a chore: package.json update for @​eslint/js release
  • 265e0cf chore: package.json update for @​eslint/js release
  • 031734e chore: package.json update for @​eslint/js release
  • 58560e7 chore: package.json update for @​eslint/js release
  • 362099c chore: package.json update for @​eslint/js release
  • 495aa49 chore: extract package name from package.json for public interface (#19314)
  • 84c5787 chore: package.json update for @​eslint/js release
  • df9bf95 chore: package.json update for @​eslint/js release
  • b441bee chore: package.json update for @​eslint/js release
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095)
  • Additional commits viewable in compare view

Updates @types/eslint__js from 8.42.3 to 9.14.0

Commits

Updates @types/eslint__js from 8.42.3 to 9.14.0

Commits

Updates @types/jest from 29.5.12 to 29.5.14

Commits

Updates @types/node from 20.9.0 to 22.13.10

Commits

Updates aws-cdk from 2.179.0 to 2.1005.0

Release notes

Sourced from aws-cdk's releases.

[email protected]

2.1005.0 (2025-03-19)

Features

  • toolkit-lib: report hotswap messages into a message span (#247) (fe143da)

Bug Fixes

[email protected]

2.1004.0 (2025-03-13)

Features

  • toolkit-lib: emit marker messages during actions (#219) (84d0b54)
  • toolkit-lib: structured log monitoring events (#218) (1bef263)
  • toolkit-lib: wrap errors from assembly builder into AssemblyError (#200) (e3b0856)

Bug Fixes

  • --force flag does not applies to assets (#197) (da515f4)

[email protected]

2.1003.0 (2025-03-06)

Features

  • assets can have a display name (#175) (7c65899)
  • bootstrap: Add ECR resource policy for emr-serverless containers (#112) (478113d)
  • toolkit-lib: bootstrap action (#63) (faa2de0)

Bug Fixes

  • don't show built-in Node lifetime warnings (#186) (3710b78)

[email protected]

... (truncated)

Commits
  • be378de fix(cli): write notices to stderr or don't write them at all (#221)
  • fe143da feat(toolkit-lib): report hotswap messages into a message span (#247)
  • 53ea256 fix(cli): hotswap is reporting and running changes that don't happen (#244)
  • a139c52 refactor(toolkit): resource metadata (#243)
  • cb8a7e0 chore: remove unused packages (#240)
  • 5631014 fix(cli): cannot set progress via app or user configuration (#231)
  • 008590b chore: enforce consistent-type-imports everywhere (#229)
  • f1ef615 chore(deps-dev): bump axios from 1.8.1 to 1.8.2 (#213)
  • 59d44ee chore(cli): fix tests are grouped incorrectly (#228)
  • 1bef263 feat(toolkit-lib): structured log monitoring events (#218)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.179.0 to 2.185.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.185.0

Features

Bug Fixes


Alpha modules (2.185.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • scheduler-targets-alpha: The class KinesisDataFirehosePutRecord has been renamed to FirehosePutRecord.

Bug Fixes

v2.184.1

Reverts


Alpha modules (2.184.1-alpha.0)

v2.184.0

Features

Bug Fixes

  • codepipeline: replace account root principal with current pipeline role in the trust policy under ff: @​aws-cdk/pipelines:reduceStageRoleTrustScope (#33742) (a64b01c), closes #33709
  • core: message including tokens from annotations cannot output correctly (#33706) (55a3c4c), closes #33707
  • events-targets: add LogGroupTargetInput.fromObjectV2() method (#33720) (584a58c)

Alpha modules (2.184.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.185.0-alpha.0 (2025-03-19)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • scheduler-targets-alpha: The class KinesisDataFirehosePutRecord has been renamed to FirehosePutRecord.

Bug Fixes

2.184.1-alpha.0 (2025-03-14)

2.184.0-alpha.0 (2025-03-13)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • glue-alpha: Updated casing of workflow.addconditionalTrigger to workflow.addConditionalTrigger.

Bug Fixes

2.183.0-alpha.0 (2025-03-11)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • scheduler-targets-alpha: The InspectorStartAssessmentRun target's constructor now accepts IAssessmentTemplate instead of CfnAssessmentTemplate as its parameter type. To migrate existing code, use the AssessmentTemplate.fromCfnAssessmentTemplate() method to convert your CfnAssessmentTemplate instances to IAssessmentTemplate.

Features

  • kinesisanalytics-flink-alpha backfill missing enums for kinesisanalytics-flink-alpha (#33632) (b55199a)
  • kinesisfirehose-destinations-alpha backfill missing enums for kinesisfirehose-destinations-alpha (#33633) (6ed7a45)

Bug Fixes

  • scheduler-alpha: deprecate Group in favour of ScheduleGroup (#33678) (4d8eae9)
  • scheduler-targets-alpha: update inspector target to use IAssessmentTemplate instead of CfnAssessmentTemplate (#33682) (50ba3ef)

2.182.0-alpha.0 (2025-03-04)

Features

... (truncated)

Commits
  • a79277c chore: update analytics metadata blueprints
  • 2623e00 feat(s3-deployment): backfill missing enums for s3-deployment (#33819)
  • 1c09c8b fix(stepfunctions-tasks): jobQueueArn support JsonPath or JSONata (#33670)
  • fada917 feat: update L1 CloudFormation resource definitions (#33800)
  • 73b9138 fix(core): remove whitespaces in tree.json (#33784)
  • 1fea9f1 feat(logs): throw ValidationError instead of untyped Errors (#33753)
  • 6a57c50 chore(cx-api): adding missing readme's (#33796)
  • 734ca66 feat(ecs): add validation checks to memory cpu combinations of FARGATE compat...
  • 5984ba2 chore(kinesisfirehose): ap-southeast-7 (#33777)
  • f7ed316 chore: revert "fix(iam): adding organization id pattern verification (#33555)...
  • Additional commits viewable in compare view

Updates constructs from 10.3.0 to 10.4.2

Release notes

Sourced from constructs's releases.

v10.4.2

10.4.2 (2024-10-14)

Bug Fixes

v10.4.1

10.4.1 (2024-10-11)

Bug Fixes

v10.4.0

10.4.0 (2024-10-11)

Features

Bug Fixes

v10.3.2

10.3.2 (2024-10-11)

Bug Fixes

  • Python constructs do not implement a compatible interface (#2495) (912158f)

v10.3.1

10.3.1 (2024-10-10)

Bug Fixes

Commits
  • 892bb11 fix: cannot create root construct in python (#2500)
  • fab93a5 chore(deps): upgrade dev dependencies (#2506)
  • b06a17d chore(deps): upgrade dev dependencies (#2504)
  • dcae75e chore(deps): upgrade dev dependencies (#2502)
  • 3f6a73a fix: revert "fix: cannot create root construct in python" (#2499)
  • bb7f237 fix: cannot create root construct in python (#2496)
  • 75f29f4 feat: stabilize experimental code (#2497)
  • e9bf09c fix: unnecessary strict node requirement in engines in package.json (#2498)
  • 912158f fix: Python constructs do not implement a compatible interface (#2495)
  • 037cd6a chore(deps): upgrade dev dependencies (#2494)
  • Additional commits viewable in compare view

Updates eslint from 9.13.0 to 9.22.0

Release notes

Sourced from eslint's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint...

    Description has been truncated

Bumps the migration-assistant-npm group in /deployment/migration-assistant-solution with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/cdk) | `2.179.0` | `2.1005.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.11.0` | `16.0.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.13.0` | `9.22.0` |
| [@types/eslint__js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint__js) | `8.42.3` | `9.14.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.9.0` | `22.13.10` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.179.0` | `2.1005.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.179.0` | `2.185.0` |
| [constructs](https://github.com/aws/constructs) | `10.3.0` | `10.4.2` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.22.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.2.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.2.2` | `5.8.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.11.0` | `8.27.0` |


Updates `cdk` from 2.179.0 to 2.1005.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/[email protected]/packages/cdk)

Updates `globals` from 15.11.0 to 16.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.11.0...v16.0.0)

Updates `@eslint/js` from 9.13.0 to 9.22.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.22.0/packages/js)

Updates `@types/eslint__js` from 8.42.3 to 9.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__js)

Updates `@types/eslint__js` from 8.42.3 to 9.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__js)

Updates `@types/jest` from 29.5.12 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 20.9.0 to 22.13.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-cdk` from 2.179.0 to 2.1005.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/[email protected]/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.179.0 to 2.185.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.185.0/packages/aws-cdk-lib)

Updates `constructs` from 10.3.0 to 10.4.2
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.3.0...v10.4.2)

Updates `eslint` from 9.13.0 to 9.22.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.22.0)

Updates `ts-jest` from 29.2.5 to 29.2.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.5...v29.2.6)

Updates `typescript` from 5.2.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.8.2)

Updates `typescript-eslint` from 8.11.0 to 8.27.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.27.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: cdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: globals
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: migration-assistant-npm
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: "@types/eslint__js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: migration-assistant-npm
- dependency-name: "@types/eslint__js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: migration-assistant-npm
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: migration-assistant-npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: migration-assistant-npm
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: constructs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: migration-assistant-npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migration-assistant-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 20, 2025
@dependabot dependabot bot temporarily deployed to migrations-cicd March 20, 2025 16:58 Inactive
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.15%. Comparing base (f57b820) to head (8d49863).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1368      +/-   ##
============================================
+ Coverage     80.13%   80.15%   +0.02%     
- Complexity     2978     2980       +2     
============================================
  Files           440      440              
  Lines         16188    16188              
  Branches       1078     1078              
============================================
+ Hits          12972    12976       +4     
+ Misses         2582     2577       -5     
- Partials        634      635       +1     
Flag Coverage Δ
unittests 80.15% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@peternied peternied merged commit bd4d472 into main Mar 20, 2025
113 checks passed
@peternied peternied deleted the dependabot/npm_and_yarn/deployment/migration-assistant-solution/migration-assistant-npm-68881096cf branch March 20, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant