Skip to content

Commit 0f47ee5

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-b86ffd77
2 parents 9b70472 + b86ffd7 commit 0f47ee5

File tree

15 files changed

+735
-712
lines changed

15 files changed

+735
-712
lines changed

.github/workflows/performance-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
hyperfine --warmup 1 --export-markdown _benchmark/rough-report.md --show-output --runs 3 \
128128
'node _benchmark/previous/bin/rollup -i ./perf/entry.js -o _benchmark/result/previous.js' \
129129
'node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js'
130-
- name: Combine bechmark reports
130+
- name: Combine benchmark reports
131131
run: |
132132
echo "# Performance report!" > _benchmark/result.md
133133
echo "## Rough benchmark" >> _benchmark/result.md

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# rollup changelog
22

3+
## 4.22.2
4+
5+
_2024-09-20_
6+
7+
### Bug Fixes
8+
9+
- Revert fix for side effect free modules until other issues are investigated (#5667)
10+
11+
### Pull Requests
12+
13+
- [#5667](https://github.com/rollup/rollup/pull/5667): Partially revert #5658 and re-apply #5644 (@lukastaegert)
14+
15+
## 4.22.1
16+
17+
_2024-09-20_
18+
19+
### Bug Fixes
20+
21+
- Revert #5644 "stable chunk hashes" while issues are being investigated
22+
23+
### Pull Requests
24+
25+
- [#5663](https://github.com/rollup/rollup/pull/5663): chore(deps): update dependency inquirer to v11 (@renovate[bot], @lukastaegert)
26+
- [#5664](https://github.com/rollup/rollup/pull/5664): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
27+
- [#5665](https://github.com/rollup/rollup/pull/5665): fix: type in CI file (@YuHyeonWook)
28+
- [#5666](https://github.com/rollup/rollup/pull/5666): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
29+
330
## 4.22.0
431

532
_2024-09-19_

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reporting a Vulnerability
2+
3+
To report a vulnerability, please open a private vulnerability report at https://github.com/rollup/rollup/security.
4+
5+
While the discovery of new vulnerabilities is rare, we also recommend always using the latest versions of Rollup and its official plugins to ensure your application remains as secure as possible.

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/browser",
3-
"version": "4.22.0",
3+
"version": "4.22.2",
44
"description": "Next-generation ES module bundler browser build",
55
"main": "dist/rollup.browser.js",
66
"module": "dist/es/rollup.browser.js",

0 commit comments

Comments
 (0)