Skip to content

chore(deps): bump the swc group across 1 directory with 2 updates - #16751

Merged
Jakeii merged 1 commit into
mainfrom
dependabot/npm_and_yarn/swc-a18da0a144
Sep 23, 2026
Merged

Jakeii merged 1 commit into
mainfrom
dependabot/npm_and_yarn/swc-a18da0a144

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the swc group with 2 updates in the / directory: @swc/core and @swc/plugin-emotion.

Updates @swc/core from 1.16.1 to 1.16.2

Changelog

Sourced from @​swc/core's changelog.

[1.16.2] - 2026-09-04

Bug Fixes

  • (es/compat) Preserve for-of var binding scope (#12158) (f6d5bd1)

  • (es/decorators) Drop params from getter replacing decorated private method (#12161) (d56f594)

  • (es/flow) Preserve Flow component type semantics (#12090) (c8d5b49)

  • (es/minifier) Mark for update and test as executed multiple time (#12131) (1260e36)

  • (es/minifier) Report for loop var decl as assign (#12136) (783bbc2)

  • (es/minifier) Don't replace value-used console.*.bind() calls with undefined (#12138) (ed74223)

  • (es/minifier) Drop spans of cached globals values (#12129) (9a306b8)

  • (es/minifier) Preserve effects of returned value calls (#12140) (c37b5a9)

  • (es/minifier) Avoid JSX sequence inlining loop (#12149) (4e79b94)

  • (es/minifier) Preserve bindings in copied inline arrows (#12141) (cf7b5c9)

  • (es/minifier) Preserve do-while control-flow targets (#12160) (f62c437)

  • (es/minifier) Preserve pure annotation ownership (#12180) (ec780f9)

  • (es/parser) Retry ambiguous Program parsing (#12142) (141a320)

  • (es/parser) Preserve await grammar boundaries (#12156) (c732683)

  • (es/quote) Restore await parsing (#12163) (918f517)

... (truncated)

Commits
  • 5ae9149 chore: Publish 1.16.2 with swc_core v78.0.0
  • 5c24a37 chore: Publish 1.16.2-nightly-20260904.1 with swc_core v78.0.0
  • See full diff in compare view

Updates @swc/plugin-emotion from 15.0.0 to 16.0.0

Changelog

Sourced from @​swc/plugin-emotion's changelog.

16.0.0

Major Changes

  • a9a7fe9: build!: Update swc_core to v78.0.0
Commits

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 17, 2026 18:36
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 17, 2026
@github-actions

Copy link
Copy Markdown

Hello 👋! When you're ready to run Chromatic, please apply the run_chromatic label to this PR.

You will need to reapply the label each time you want to run Chromatic.

Click here to see the Chromatic project.

@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown

🚀 Image pushed to AWS ECR

Image digest: sha256:37a4356e633f9611c10c9586830584b8640787faa2005c544b9696196a42816d

🐛 Run the image locally

The following can be used to run the image locally:

# Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:37a4356e633f9611c10c9586830584b8640787faa2005c544b9696196a42816d"

# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-npm_and_yarn-swc-a18da0a144"

# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-31417"

# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"

IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/artifacts --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"

# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY

# Pull the image
docker pull $IMAGE

# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE

From guardian/actions-publish-image.

@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown

@dependabot dependabot Bot changed the title chore(deps): bump the swc group with 2 updates chore(deps): bump the swc group across 1 directory with 2 updates Sep 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swc-a18da0a144 branch 2 times, most recently from d2a2911 to ba6c893 Compare September 21, 2026 18:33
Bumps the swc group with 2 updates in the / directory: [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) and [@swc/plugin-emotion](https://github.com/swc-project/plugins/tree/HEAD/packages/emotion).


Updates `@swc/core` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.16.2/packages/core)

Updates `@swc/plugin-emotion` from 15.0.0 to 16.0.0
- [Changelog](https://github.com/swc-project/plugins/blob/main/packages/emotion/CHANGELOG.md)
- [Commits](https://github.com/swc-project/plugins/commits/HEAD/packages/emotion)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swc
- dependency-name: "@swc/plugin-emotion"
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: swc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swc-a18da0a144 branch from ba6c893 to 818a421 Compare September 22, 2026 14:11
@Jakeii Jakeii added the run_chromatic Runs chromatic when label is applied label Sep 23, 2026
@Jakeii
Jakeii enabled auto-merge September 23, 2026 13:18
@github-actions github-actions Bot removed the run_chromatic Runs chromatic when label is applied label Sep 23, 2026
@Jakeii
Jakeii added this pull request to the merge queue Sep 23, 2026
Merged via the queue into main with commit 5fa0ca2 Sep 23, 2026
40 checks passed
@Jakeii
Jakeii deleted the dependabot/npm_and_yarn/swc-a18da0a144 branch September 23, 2026 13:27
@gu-prout

gu-prout Bot commented Sep 23, 2026

Copy link
Copy Markdown

Seen on PROD (created by @dependabot[bot] and merged by @Jakeii 8 minutes and 13 seconds ago) Please check your changes!

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 Seen-on-PROD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant