Skip to content

Merge latest from next#2462

Merged
gingerbenw merged 70 commits intointegration/typescriptfrom
merge-latest-from-next
Jun 23, 2025
Merged

Merge latest from next#2462
gingerbenw merged 70 commits intointegration/typescriptfrom
merge-latest-from-next

Conversation

@gingerbenw
Copy link
Copy Markdown
Contributor

@gingerbenw gingerbenw commented Jun 12, 2025

Goal

Ensure integration branch has latest changes from next

Bumpsnag bot and others added 30 commits April 7, 2025 16:55
Post-release merge v8.3.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@cdca736...49933ea)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.229.0 to 1.230.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@354a1ad...e5ac7b0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.230.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.13 to 3.28.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@1b549b9...45775bd)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [danger/danger-js](https://github.com/danger/danger-js) from 12.3.4 to 13.0.4.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md)
- [Commits](danger/danger-js@1cdf428...bdccecb)

---
updated-dependencies:
- dependency-name: danger/danger-js
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot and others added 8 commits June 11, 2025 16:23
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.235.0 to 1.244.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@dffc446...13e7a03)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.244.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@gingerbenw gingerbenw force-pushed the merge-latest-from-next branch from 3f7b804 to 427a10f Compare June 16, 2025 16:15
@gingerbenw gingerbenw requested a review from Copilot June 17, 2025 12:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR merges the latest changes from the next branch to update dependencies, workflows, and configurations, including support for the new Hono plugin in AWS Lambda and updated build pipelines for various platforms.

  • Updated AWS Lambda plugin to include support for Hono
  • Upgraded several dependency versions and updated workflow configurations
  • Adjusted build commands and buildkite pipelines to reflect current Docker CLI and platform queue standards

Reviewed Changes

Copilot reviewed 70 out of 70 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/plugin-aws-lambda/src/index.ts Added 'hono' to the list of supported server plugins
packages/plugin-angular/package.json Added Angular dev dependency "@angular-devkit/core" v19.0.5
package.json Updated Docker CLI commands from 'docker-compose' to 'docker compose'
lerna.json Bumped version from 8.3.0 to 8.3.2
dockerfiles/Dockerfile.node Added packaging step for plugin-hono
docker-compose.yml Removed the MAZE_SCENARIO_BUGSNAG_API_KEY environment variable
CHANGELOG.md Updated changelog entries for new features and fixes
.github/workflows/* and .buildkite/* Upgraded action versions, updated environment configurations, and adjusted build queues
Comments suppressed due to low confidence (2)

docker-compose.yml:24

  • The removal of the MAZE_SCENARIO_BUGSNAG_API_KEY environment variable may affect runtime configuration; please update the related documentation or configuration management if this change is intentional.
  SKIP_NAVIGATION_SCENARIOS:

package.json:73

  • With the change from 'docker-compose' to 'docker compose', please ensure that any related developer setup instructions and documentation reflect this updated command syntax.
    "test:build-node-container": "docker compose up --build minimal-packager && docker compose build --pull node-maze-runner",

@gingerbenw gingerbenw marked this pull request as ready for review June 23, 2025 10:29
@gingerbenw gingerbenw enabled auto-merge June 23, 2025 11:09
@gingerbenw gingerbenw disabled auto-merge June 23, 2025 11:09
@gingerbenw gingerbenw merged commit 414fe4c into integration/typescript Jun 23, 2025
58 of 61 checks passed
@gingerbenw gingerbenw deleted the merge-latest-from-next branch June 23, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants