Skip to content

Commit 577f728

Browse files
Release build 9.11.0 [ci release]
1 parent 7b54a5a commit 577f728

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,5 @@ jobs:
123123
run: npm ci --production
124124
- name: Build with production dependencies (injected/)
125125
run: cd injected && npm run build
126+
- name: Simulate extension esbuild for GPC feature (production deps only)
127+
run: npx esbuild injected/src/features/gpc.js --bundle --outfile=/tmp/gpc-bundle.js

CHANGELOG.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Add test for prod deps (#1759)
2-
- build(deps-dev): bump eslint in the eslint group across 1 directory (#1756)
3-
- build(deps-dev): bump the typescript group across 1 directory with 2 updates (#1755)
1+
- Ensure npm deps with build simulating extension (#1761)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"ts-json-schema-generator": "^2.4.0",
5252
"typedoc": "^0.28.5",
5353
"typescript": "^5.8.3",
54-
"typescript-eslint": "^8.33.0",
55-
"urlpattern-polyfill": "^10.1.0"
54+
"typescript-eslint": "^8.33.0"
5655
},
5756
"dependencies": {
58-
"immutable-json-patch": "^6.0.1"
57+
"immutable-json-patch": "^6.0.1",
58+
"urlpattern-polyfill": "^10.1.0"
5959
}
6060
}

0 commit comments

Comments
 (0)