Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.33.0 - 2026-03-26

Bump to Firefox 149

## v0.32.0 - 2026-03-01

Bump to Firefox 148
Expand Down
1,430 changes: 734 additions & 696 deletions Extension/package-lock.json

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
"start": "Start is required for the manual_test.py to run"
},
"devDependencies": {
"@babel/cli": "^7.26.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.39.3",
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@eslint/js": "^9.0.0",
"@microsoft/eslint-plugin-sdl": "^1.1.0",
"@types/download": "^8.0.5",
"@types/firefox-webext-browser": "^143.0.0",
"ajv": "^8.17.0",
"body-parser": "^2.2.0",
"ajv": "^8.18.0",
"body-parser": "^2.2.2",
"download": "^8.0.0",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.0",
"eslint-plugin-html": "^8.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^62.7.0",
"eslint": "^9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^62.8.1",
"eslint-plugin-mozilla": "^4.4.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-promise": "^7.2.0",
"eslint-plugin-unicorn": "^63.0.0",
"express": "^5.2.0",
"globals": "^17.3.0",
"prettier": "^3.6.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^64.0.0",
"express": "^5.2.1",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"safe-compare": "^1.1.4",
"ts-loader": "^9.5.0",
"typedoc": "^0.28.0",
"typescript": "^5.9.0",
"typescript-eslint": "^8.56.0",
"web-ext": "^9.3.0",
"webpack": "^5.99.0",
"webpack-cli": "^6.0.0"
"ts-loader": "^9.5.4",
"typedoc": "^0.28.18",
"typescript": ">=4.8.4 <6.0.0",
"typescript-eslint": "^8.57.2",
"web-ext": "^10.0.0",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
11 changes: 6 additions & 5 deletions docs/Release-Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

We aim to release a new version of OpenWPM with each new Firefox release (~1 release per month). The following steps are necessary for a release:

1. Upgrade Firefox to the newest version.
1. Go to: <https://hg.mozilla.org/releases/mozilla-release/tags>.
2. Find the commit hash for the Firefox release version you'd like to upgrade to.
3. Update the `TAG` variable in [`scripts/install-firefox.sh`](../scripts/install-firefox.sh#L12) to that hash and the comment to the new tag name.
1. Run `python scripts/update.py` — this will:
- Repin the conda environment
- Bump all npm dependencies to their latest compatible versions
- Rebuild the extension
- Automatically detect and apply any new Firefox release to `scripts/install-firefox.sh`
2. Check if we can unpin our python version (this requires Linux to test) See <https://github.com/openwpm/OpenWPM/issues/1111>
3. Run `./scripts/update.sh`
3. Run `./scripts/install-firefox.sh` to install the updated Firefox locally and verify the test suite passes.
4. Increment the version number in [VERSION](../VERSION)
5. Add a summary of changes since the last version to [CHANGELOG](../CHANGELOG.md)
6. Squash and merge the release PR to master.
Expand Down
16 changes: 8 additions & 8 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies:
- easyprocess=1.1
- gcsfs=2026.2.0
- geckodriver=0.36.0
- ipython=9.10.0
- ipython=9.12.0
- isort=8.0.1
- leveldb=1.23
- multiprocess=0.70.19
- mypy=1.19.1
- nodejs=25.7.0
- nodejs=25.8.2
- pandas=3.0.1
- pillow=12.1.1
- pip=26.0.1
Expand All @@ -22,18 +22,18 @@ dependencies:
- psutil=7.2.2
- pyarrow=23.0.1
- pytest-asyncio=1.3.0
- pytest-cov=7.0.0
- pytest-cov=7.1.0
- pytest=9.0.2
- python=3.12.12
- python=3.14.3
- pyvirtualdisplay=3.0
- recommonmark=0.7.1
- redis-py=7.2.1
- redis-py=7.4.0
- s3fs=2026.2.0
- selenium=4.41.0
- sentry-sdk=2.53.0
- sentry-sdk=2.56.0
- sphinx-markdown-tables=0.0.17
- sphinx=9.1.0
- tabulate=0.9.0
- tabulate=0.10.0
- tblib=3.2.2
- wget=1.25.0
- pip:
Expand All @@ -44,5 +44,5 @@ dependencies:
- tranco==0.8.1
- types-pyyaml==6.0.12.20250915
- types-redis==4.6.0.20241004
- types-tabulate==0.9.0.20241207
- types-tabulate==0.10.0.20260308
name: openwpm
Loading
Loading