Skip to content

Commit 055b841

Browse files
committed
Merge branch 'release-v5.0.0-pre.0' into release
2 parents 8885503 + 23ace01 commit 055b841

File tree

13 files changed

+2772
-1167
lines changed

13 files changed

+2772
-1167
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v4.1.0-pre.0...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v5.0.0-pre.0...main)
4+
5+
# v5.0.0-pre.0 (2024-03-21)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v4.1.0-pre.0...v5.0.0-pre.0)
8+
9+
* [#1895](https://github.com/mozilla/glean.js/pull/1895): Improve automatic click events for nested elements.
10+
* [#1899](https://github.com/mozilla/glean.js/pull/1899): Bug 1886113 - Add wall-clock timestamps to all events.
11+
* [#1900](https://github.com/mozilla/glean.js/pull/1900): Bug 1886443 - automatic click events in web sample project.
412

513
# v4.1.0-pre.0 (2024-03-05)
614

automation/package-lock.json

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

automation/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"author": "The Glean Team <[email protected]>",
2121
"license": "MPL-2.0",
2222
"devDependencies": {
23-
"@octokit/request": "^8.1.6",
23+
"@octokit/request": "^9.0.1",
2424
"browserstack-local": "^1.5.5",
25-
"geckodriver": "^4.3.2",
25+
"geckodriver": "^4.3.3",
2626
"patch-package": "^8.0.0",
27-
"selenium-webdriver": "^4.17.0",
28-
"webpack": "^5.90.0",
27+
"selenium-webdriver": "^4.18.1",
28+
"webpack": "^5.90.3",
2929
"webpack-cli": "^5.1.4",
30-
"webpack-dev-server": "^4.15.1"
30+
"webpack-dev-server": "^5.0.3"
3131
}
3232
}

0 commit comments

Comments
 (0)