Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/swc-904da95469
Open

chore(deps): bump the swc group across 1 directory with 2 updates#16601
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/swc-904da95469

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 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.15.46 to 1.16.1

Changelog

Sourced from @​swc/core's changelog.

[1.16.1] - 2026-08-19

Bug Fixes

[1.16.0] - 2026-08-14

Bug Fixes

  • (encoding) Fix incorrect fields count (#11905) (6fb4ca1)

    • BREAKING: Fix incorrect fields count (#11905)
  • (es/ast) Prevent mutable reference escape (#12088) (592f559)

  • (es/ast) Fix panic on JSX surrogate entities (#11803) (d21de47)

    • BREAKING: fix panic on JSX surrogate entities (#11803)
  • (es/es2015) Preserve this in static field parameters (#12085) (5b758ed)

  • (es/minifier) Remove unused variable initializer cycles (#12106) (0421534)

  • (es/minifier) Bound arguments parameter injection (#12053) (46d6f41)

  • (es/preset-env) Lower unsupported async generators (#12086) (3a144b1)

  • (hstr) Avoid references to uninitialized bytes (#12087) (68f0983)

  • (plugin) Make raw byte reconstruction unsafe (#12089) (83ab4ed)

  • (plugin/runner) Write Wasmer cache atomically (#12100) (3c4f404)

... (truncated)

Commits
  • 490c7d8 chore: Publish 1.16.1 with swc_core v77.0.2
  • 7e4d782 chore: Publish 1.16.1-nightly-20260819.1 with swc_core v77.0.2
  • ae2117a chore: Publish 1.16.0 with swc_core v77.0.0
  • 99671f1 chore: Publish 1.16.0-nightly-20260814.1 with swc_core v77.0.0
  • 394c7c9 refactor(es/ast)!: introduce FunctionBody (#12096)
  • 9ae902e refactor(es/ast)!: use Function for object accessors (#12077)
  • 1687c0f refactor(es/ast)!: split TypeScript this parameters (#12075)
  • 0febbba chore: Publish 1.15.47 with swc_core v75.0.0
  • 68abe42 chore: Publish 1.15.47-nightly-20260729.1 with swc_core v75.0.0
  • See full diff in compare view

Updates @swc/plugin-emotion from 14.15.0 to 15.0.0

Changelog

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

15.0.0

Major Changes

  • 74931df: build!: Update swc_core to v77.0.0

14.19.0

Minor Changes

  • 8d2db7f: build: Update swc_core to v76.0.0

14.18.0

Minor Changes

  • 1a6fdee: build: Update swc_core to v75.0.0

14.17.0

Minor Changes

  • 6051cea: build: Update swc_core to v74.0.0

14.16.0

Minor Changes

  • b7be81b: build: Update swc_core to v73.0.0
Commits

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 18:38
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 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 Aug 24, 2026

Copy link
Copy Markdown

🚀 Image pushed to AWS ECR

Image digest: sha256:e5b778115d3d8e361379ffcaf24e3c239ae6750d3904b5592c09094497a928ac

🐛 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:e5b778115d3d8e361379ffcaf24e3c239ae6750d3904b5592c09094497a928ac"

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

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

# Refer to image via the GitHub commit SHA tag
# IMAGE_IDENTIFIER=":sha-84ec4677aa1c62d5bafc7f9e209544d41701cc43"

# 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/deployTools --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 Aug 24, 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 Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swc-904da95469 branch from c76a5fb to 11e6924 Compare August 25, 2026 11:35
@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown

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.15.46 to 1.16.1
- [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.1/packages/core)

Updates `@swc/plugin-emotion` from 14.15.0 to 15.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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swc
- dependency-name: "@swc/plugin-emotion"
  dependency-version: 15.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-904da95469 branch from 11e6924 to 84ec467 Compare August 25, 2026 18:35
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.

0 participants