Yury Semikhatsky
8266f329d6
devops(pipeline): install Node.js before assembling the driver
...
download_driver.sh needs node and npm on the agent.
2026-09-03 15:01:16 -07:00
Yury Semikhatsky
8dce79daed
chore(driver): drop the gitHead lookup and use the latest Node.js LTS directly
...
The upstream driver build script that pinned NODE_VERSION was removed in
microsoft/playwright#41518 , so the gitHead lookup only ever led to a 404
and the LTS fallback. The gitHead field is also not available from the
internal npm feed, which failed the release pipeline.
2026-09-03 14:59:26 -07:00
Yury Semikhatsky
af4f911fac
devops(pipeline): resolve Maven and npm packages from DevDiv_PublicPackages feed
...
Route all package downloads in the release pipeline through the
DevDiv_PublicPackages Azure Artifacts feed, as required by SFI-ES4.2.4:
- Maven: a pipeline-only settings.xml mirrors central to the feed and
MavenAuthenticate@0 supplies credentials. The published poms and
public CI keep using Maven Central.
- npm: the pipeline writes .npmrc pointing at the feed and runs
npmAuthenticate@0. download_driver.sh now runs npm from the repository
root and uses `npm pack` instead of a hard-coded registry.npmjs.org
URL, so the configured registry is used for both the gitHead lookup
and the playwright-core tarball.
- Skip the release-branch check on manual runs and gate the ESRP publish
job on v1.* tags so the feed setup can be exercised by hand.
2026-09-03 14:30:48 -07:00
monkey
382398631c
fix(screencast): register AnnotatePosition enum serializer ( #1948 )
2026-08-04 09:59:25 -07:00
Devin Rousso
c9cdbf9de0
chore(driver): roll to 1.62.1 ( #1959 )
2026-08-03 12:30:49 -06:00
Rafael Winterhalter
1b9e55241d
feat: add Automatic-Module-Name manifest entries ( #1947 )
2026-08-03 11:23:23 -07:00
Yury Semikhatsky
1597f9309f
docs: enhance contribution guidelines with issue requirements ( #1960 )
2026-08-03 11:00:52 -07:00
dependabot[bot]
9d4805bb0d
chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1 in the all group ( #1955 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-03 09:46:58 -07:00
dependabot[bot]
4a0d33c83b
chore(deps): bump actions/setup-java from 5 to 5.6.0 in the actions group ( #1957 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-03 09:46:18 -07:00
Devin Rousso
7de72a6432
chore(driver): roll to 1.62.0 ( #1954 )
2026-08-03 09:23:04 -07:00
Yury Semikhatsky
24a70eff89
chore: roll to 1.62.0-alpha-2026-07-22 ( #1951 )
2026-07-22 15:08:48 -07:00
dependabot[bot]
32cf6cd18e
chore(deps): bump the actions group with 2 updates ( #1945 )
2026-07-08 16:59:35 -07:00
Simon Knott
e5135db82c
chore: Upgrade EsrpRelease task version to 11 ( #1943 )
2026-06-30 12:04:36 +02:00
Yury Semikhatsky
6234e06280
feat(docker): pre-extract the driver in images to avoid /tmp unpacking ( #1938 )
2026-06-29 11:31:15 -07:00
Yury Semikhatsky
20e4edd73c
chore: roll driver to 1.61.1 ( #1941 )
2026-06-29 11:06:07 -07:00
Yury Semikhatsky
d2d29d446d
feat(driver): bundle playwright-core in driver, keep only Node.js in driver-bundle ( #1936 )
2026-06-19 09:54:36 -07:00
Yury Semikhatsky
43d2601be8
fix(fetch): serialize LocalDate in post data ( #1934 )
2026-06-18 10:20:37 -07:00
Yury Semikhatsky
ace7a1241f
fix(driver-bundle): exclude driver binaries from sources JAR ( #1933 )
2026-06-16 09:06:07 -07:00
Yury Semikhatsky
fddd7c3708
feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image ( #1932 )
2026-06-15 14:50:36 -07:00
Yury Semikhatsky
423cbf4cc7
chore: roll driver to 1.61.0-beta-1781285686000 ( #1929 )
2026-06-14 10:53:00 -07:00
Yury Semikhatsky
e3f2f6fa5b
fix(docker): assemble driver on the host for docker builds ( #1930 )
2026-06-12 14:09:31 -07:00
Yury Semikhatsky
1b7d164873
chore: extract common skill conventions into CLAUDE.md ( #1928 )
2026-06-12 11:14:19 -07:00
Yury Semikhatsky
7a59a68828
feat: assemble driver from npm instead of CDN ( #1927 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-12 11:09:55 -07:00
dependabot[bot]
07b50c85e3
chore(deps-dev): bump the all group with 2 updates ( #1925 )
2026-06-12 11:04:05 -07:00
Yury Semikhatsky
c949d8398d
chore: add playwright-java-release skill ( #1924 )
2026-05-21 08:38:33 +01:00
Yury Semikhatsky
793b1d3d61
chore: roll driver to 1.60.0 ( #1921 )
2026-05-18 16:42:22 -07:00
Yury Semikhatsky
8f66ef1f13
test_docker: align container launch with playwright-browsers ( #1919 )
2026-05-08 12:06:54 -07:00
dependabot[bot]
dc66e4d1a3
chore(deps): bump com.google.code.gson:gson from 2.13.2 to 2.14.0 in the all group ( #1915 )
2026-05-08 11:11:24 -07:00
Yury Semikhatsky
d84a2db0b3
chore: roll driver to 1.60.0-beta-1778180503000 ( #1918 )
2026-05-07 15:45:23 -07:00
Yury Semikhatsky
f081667e44
chore: roll to 1.60.0-alpha-2026-05-05 ( #1916 )
2026-05-06 08:30:19 -07:00
Yury Semikhatsky
5b33729849
chore: reduce CI flakiness across webkit/macOS, ubuntu, windows ( #1914 )
2026-04-30 17:40:14 -07:00
Yury Semikhatsky
b01bf64e64
chore: resolve Object langAliases in function argument types ( #1908 )
2026-04-09 13:50:18 -07:00
Yury Semikhatsky
7dbd6cac3b
chore: use langAliases from api.json in api generator ( #1907 )
2026-04-09 12:00:26 -07:00
Yury Semikhatsky
c3e4b92982
chore: roll to 1.59.1-beta-1775752988000 ( #1906 )
2026-04-09 11:31:19 -07:00
dependabot[bot]
9e73db411c
chore(deps): bump the actions group with 2 updates ( #1904 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-09 11:18:56 -07:00
dependabot[bot]
10ed7e036d
chore(deps-dev): bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 in the all group ( #1903 )
2026-04-09 11:17:56 -07:00
Yury Semikhatsky
5ccdd3e4b9
chore: roll to 1.59.0-alpha-1774622285000 ( #1901 )
2026-03-27 12:31:06 -07:00
Yury Semikhatsky
afd80add27
chore: roll to 1.59.0-alpha ( #1900 )
2026-03-23 13:58:14 -07:00
dependabot[bot]
605e428fd7
chore(deps-dev): bump the all group with 2 updates ( #1894 )
2026-03-20 19:28:22 -07:00
nanne-rl
932669036b
fix: handle null close code and reason in WebSocketRoute ( #1886 )
2026-01-29 12:55:15 -08:00
Copilot
480400793e
Update Docker images to Java 25 and Maven 3.9.12 ( #1888 )
2026-01-28 17:35:11 -08:00
dependabot[bot]
647d8fc034
chore(deps): bump actions/cache from 4 to 5 in the actions group ( #1878 )
2026-01-28 14:59:28 -08:00
Simon Knott
b5c2160d32
chore: roll to 1.58.0 ( #1883 )
2026-01-28 10:39:26 -08:00
Yury Semikhatsky
63bb008857
chore: roll driver to 1.57.0-beta-1764692940000 ( #1870 )
2025-12-02 13:59:36 -08:00
dependabot[bot]
9b3a788806
chore(deps): bump actions/checkout from 5 to 6 in the actions group ( #1868 )
2025-12-01 15:00:50 -08:00
dependabot[bot]
2f387edf0d
chore(deps): bump the all group with 3 updates ( #1867 )
2025-12-01 14:59:52 -08:00
arukiidou
6eb30e275c
chore(deps): bump junit.version from 5.13.4 to 5.14.1 ( #1859 )
2025-11-12 10:00:13 -08:00
arukiidou
0f14588df1
Migrate ExtensionContext.Store.CloseableResource to AutoCloseable ( #1860 )
2025-11-12 09:59:06 -08:00
arukiidou
e417cad372
Fix document typo - setContextOptions ( #1862 )
2025-11-12 09:45:13 -08:00
Yury Semikhatsky
059667e311
chore: remove background pages implementation ( #1861 )
2025-10-31 10:25:35 -07:00