Skip to content

chore(deps): bump brace-expansion from 1.1.14 to 5.0.6 in /tee-worker/omni-executor/client-sdk#3989

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/tee-worker/omni-executor/client-sdk/brace-expansion-5.0.5
Closed

chore(deps): bump brace-expansion from 1.1.14 to 5.0.6 in /tee-worker/omni-executor/client-sdk#3989
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/tee-worker/omni-executor/client-sdk/brace-expansion-5.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps brace-expansion from 1.1.14 to 5.0.6.

Release notes

Sourced from brace-expansion's releases.

v4.0.1

  • fmt 5a5cc17
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 0b6a978

juliangruber/brace-expansion@v4.0.0...v4.0.1

v4.0.0

  • feat: use string replaces instead of splits (#64) 278132b
  • fmt dd72a59
  • add tea.yaml 70e4c1b

juliangruber/brace-expansion@v3.0.0...v4.0.0

As a precaution to not risk breaking anything with 278132b, this is a new semver major release

v3.0.1

  • pkg: publish on tag 3.x 3059c07
  • fmt 8229e6f
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 15f9b3c

juliangruber/brace-expansion@v3.0.0...v3.0.1

v3.0.0

  • Switch to ES Modules and balanced-match 3.0.0 (#62) c0360e8
  • added jsdoc (#55) 68c0e37
  • node 16 is EOL 9e781e9
  • add standard 3494c4d
  • use const and let (#57) dd5a4cb
  • docs 6dad209
  • remove test e3dd8ae
  • ci: update node versions d23ede9
  • docs: add @​lanodan to contributors 1eb3fa4
  • docs 1e7c9cd
  • switch from tape to test module (#60) 2520537
  • Bump minimist from 1.2.5 to 1.2.6 (#59) 61a94f1
  • Bump path-parse from 1.0.6 to 1.0.7 (#51) dc741cf
  • docs: add back ci badge 8ee5626
  • Add github actions, remove travis. Closes #52 (#53) 5c8756a
  • CI: Drop unused sudo: false Travis directive (#50) 05978a7

juliangruber/brace-expansion@v2.0.1...v3.0.0

v2.0.2

  • pkg: publish on tag 2.x 14f1d91
  • fmt ed7780a
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 36603d5

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
heima-aa-demo-app Ignored Ignored May 22, 2026 2:15pm

Request Review

BillyWooo pushed a commit that referenced this pull request May 22, 2026
Aggregated patch set, all under the rule "no polkadot-sdk, no
enclave/Rust under tee-worker/**/Cargo.*". Only JS/TS/Ruby tooling
touched.

- tee-worker/identity/scripts/changelog/Gemfile.lock
    faraday 2.14.1 -> 2.14.2, json 2.19.2 -> 2.19.5 (#3985)
- tee-worker/omni-executor/ts-tests/pnpm-lock.yaml + stress-tests/package.json
    systeminformation 5.31.5 -> 5.31.6 (#3984)
    fast-uri 3.1.0 -> 3.1.2 (#3987)
    brace-expansion 5.0.4/5.0.5 -> 5.0.6 (#3986)
- tee-worker/omni-executor/client-sdk/pnpm-lock.yaml
    metadata refresh: deprecated marker for @ungap/structured-clone@1.3.0
    (#3988 and #3989; follow-redirects 1.16.0 and brace-expansion 5.0.5
    are already present in the lockfile)
- tee-worker/client-api/pnpm-lock.yaml
    brace-expansion 5.0.5 -> 5.0.6 (subset of #3991)
- tee-worker/identity/ts-tests/pnpm-lock.yaml
    brace-expansion 1.1.12 -> 1.1.14, 2.0.2 -> 2.1.0
    fast-uri 3.1.0 -> 3.1.2 (subset of #3991)
- tee-worker/omni-executor/ts-tests/stress-tests/src/dashboard/package.json
    next 16.2.3 -> 16.2.6 (subset of #3991, lockfile-less subdir)

Not included:
- #3991's tee-worker/identity/client-sdk/pnpm-lock.yaml change: the
  dependabot patch also migrates the lockfile format from v6 to v9
  (a 12k-line diff), much bigger than the three packages it claims
  to bump. Left for a dedicated PR.
- #3991's tee-worker/omni-executor/contracts/aa/aa-demo-app change
  (next 16.2.3 -> 16.2.6): touching that path triggers contract-check,
  which fails on a pre-existing anchor-syn 0.32.1 incompatibility with
  the runner's rustc (unrelated to this PR; would be fixed by #3992's
  anchor-client 0.32 -> 1.0 bump). Left for that cargo bundle to land.

Out of scope: #3990 (older subset of #3991), #3992 (cargo bundle that
spans parachain + tee-worker/omni-executor Rust and includes risky
majors).

Each lockfile validated locally with `pnpm install --frozen-lockfile`.
Kailai-Wang added a commit that referenced this pull request May 22, 2026
* ci: pin pnpm to 9.15.2 in corepack steps

The fmt and ts-tests jobs run `corepack enable pnpm` at the repo root
where no packageManager field is declared. Corepack downloads the
latest pnpm (11.2.2), which requires Node >= 22.13 and imports
node:sqlite. The CI runner uses Node 20, so `pnpm --version` errors
with ERR_UNKNOWN_BUILTIN_MODULE: node:sqlite, fmt fails, and
andymckay's cancel-action wipes out the rest of the workflow.

Pin the root smoke-test pnpm to 9.15.2 (matches what most subprojects
already declare). Subdirectory commands continue to honor their own
packageManager pins.

* chore(deps): apply safe dependabot bumps

Aggregated patch set, all under the rule "no polkadot-sdk, no
enclave/Rust under tee-worker/**/Cargo.*". Only JS/TS/Ruby tooling
touched.

- tee-worker/identity/scripts/changelog/Gemfile.lock
    faraday 2.14.1 -> 2.14.2, json 2.19.2 -> 2.19.5 (#3985)
- tee-worker/omni-executor/ts-tests/pnpm-lock.yaml + stress-tests/package.json
    systeminformation 5.31.5 -> 5.31.6 (#3984)
    fast-uri 3.1.0 -> 3.1.2 (#3987)
    brace-expansion 5.0.4/5.0.5 -> 5.0.6 (#3986)
- tee-worker/omni-executor/client-sdk/pnpm-lock.yaml
    metadata refresh: deprecated marker for @ungap/structured-clone@1.3.0
    (#3988 and #3989; follow-redirects 1.16.0 and brace-expansion 5.0.5
    are already present in the lockfile)
- tee-worker/client-api/pnpm-lock.yaml
    brace-expansion 5.0.5 -> 5.0.6 (subset of #3991)
- tee-worker/identity/ts-tests/pnpm-lock.yaml
    brace-expansion 1.1.12 -> 1.1.14, 2.0.2 -> 2.1.0
    fast-uri 3.1.0 -> 3.1.2 (subset of #3991)
- tee-worker/omni-executor/ts-tests/stress-tests/src/dashboard/package.json
    next 16.2.3 -> 16.2.6 (subset of #3991, lockfile-less subdir)

Not included:
- #3991's tee-worker/identity/client-sdk/pnpm-lock.yaml change: the
  dependabot patch also migrates the lockfile format from v6 to v9
  (a 12k-line diff), much bigger than the three packages it claims
  to bump. Left for a dedicated PR.
- #3991's tee-worker/omni-executor/contracts/aa/aa-demo-app change
  (next 16.2.3 -> 16.2.6): touching that path triggers contract-check,
  which fails on a pre-existing anchor-syn 0.32.1 incompatibility with
  the runner's rustc (unrelated to this PR; would be fixed by #3992's
  anchor-client 0.32 -> 1.0 bump). Left for that cargo bundle to land.

Out of scope: #3990 (older subset of #3991), #3992 (cargo bundle that
spans parachain + tee-worker/omni-executor Rust and includes risky
majors).

Each lockfile validated locally with `pnpm install --frozen-lockfile`.
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.14 to 5.0.6.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.14...v5.0.6)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump brace-expansion from 1.1.14 to 5.0.5 in /tee-worker/omni-executor/client-sdk chore(deps): bump brace-expansion from 1.1.14 to 5.0.6 in /tee-worker/omni-executor/client-sdk May 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tee-worker/omni-executor/client-sdk/brace-expansion-5.0.5 branch from 1becf9c to e37d240 Compare May 22, 2026 14:15
@Kailai-Wang
Copy link
Copy Markdown
Collaborator

Superseded by #4004 (consolidated bump).

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tee-worker/omni-executor/client-sdk/brace-expansion-5.0.5 branch May 22, 2026 14:33
Kailai-Wang added a commit that referenced this pull request May 22, 2026
Aggregated patch set under the same rule as #3993: no polkadot-sdk, no
enclave/Rust under tee-worker/**/Cargo.*. Only JS/TS tooling touched.

- ws bumps (8.x patch, security fixes):
  - parachain/docker/pnpm-lock.yaml (8.18.2 -> 8.20.1)
  - parachain/ts-tests/pnpm-lock.yaml (8.20.0 -> 8.20.1) — #3997
  - tee-worker/client-api/pnpm-lock.yaml (8.18.2 -> 8.20.1)
  - tee-worker/identity/scripts/test_transfer/package-lock.json (8.18.2 -> 8.20.1)
  - tee-worker/identity/ts-tests/{pnpm-lock.yaml,integration-tests,
    post-checks,worker}/* (8.18.3 -> 8.20.1)
  - tee-worker/omni-executor/client-sdk/{package.json,pnpm-lock.yaml}
    (8.20.0 -> 8.20.1) — #3996
  - tee-worker/omni-executor/ts-tests/{pnpm-lock.yaml,
    integration-tests,stress-tests}/* (8.20.0 -> 8.20.1) — #3994
- brace-expansion bumps:
  - tee-worker/omni-executor/client-sdk: 5.0.5 -> 5.0.6 + balanced-match
    4.0.4 dropped (5.0.6 uses 4.0.3) — #3989
- @babel/plugin-transform-modules-systemjs bumps:
  - tee-worker/omni-executor/client-sdk: 7.29.0 -> 7.29.4 — #3995

Supersedes: #3989, #3994, #3995, #3996, #3997.

Partially absorbs #4001 (the npm 6-dir bundle): took its parachain/docker,
client-api, identity/scripts/test_transfer, and identity/ts-tests pieces.

Excluded on purpose:
- #3998 (ws in parachain/scripts/ts-utils): dependabot's patch also drifts
  lockfile specifiers for @polkadot/{api,util,util-crypto}, prettier,
  ethers, tsx etc. away from package.json, breaking --frozen-lockfile.
  Leave for a clean regenerated patch.
- #4001's tee-worker/identity/client-sdk/{package.json,pnpm-lock.yaml}:
  same v6 -> v9 lockfile-format migration as before (~12k-line diff).
- #4001's tee-worker/omni-executor/contracts/aa/aa-demo-app/**:
  triggers contract-check, which still fails on the pre-existing
  anchor-syn 0.32.1 / rustc incompat.
- #4003: both target dirs (identity/client-sdk + aa-demo-app) are
  off-limits for the above reasons.
- #3992, #3999, #4000: cargo bumps under tee-worker/omni-executor (Rust).
- #4001 (parent bundle): partially absorbed here; remaining bits left
  for follow-up.

Each lockfile validated locally with `pnpm install --frozen-lockfile`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant