Skip to content

Commit 200c8bc

Browse files
authored
Merge pull request #182 from rollup/sync-9cebb0b6
docs(en): merge rollup/master into rollup-docs-cn/master @ 9cebb0b
2 parents c411450 + 66bbfea commit 200c8bc

28 files changed

Lines changed: 1007 additions & 802 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# rollup changelog
22

3+
## 4.44.2
4+
5+
_2025-07-04_
6+
7+
### Bug Fixes
8+
9+
- Correctly handle `@__PURE__` annotations after `new` keyword (#5998)
10+
- Generate correct source mapping for closing braces of block statements (#5999)
11+
12+
### Pull Requests
13+
14+
- [#5998](https://github.com/rollup/rollup/pull/5998): Support `@__PURE__` when nested after new in constructor invocations (@TrickyPi)
15+
- [#5999](https://github.com/rollup/rollup/pull/5999): Add location info for closing brace of block statement (@TrickyPi)
16+
- [#6002](https://github.com/rollup/rollup/pull/6002): chore(deps): update dependency vite to v7 (@renovate[bot], @lukastaegert)
17+
- [#6004](https://github.com/rollup/rollup/pull/6004): fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
18+
319
## 4.44.1
420

521
_2025-06-26_
@@ -6232,7 +6248,6 @@ _2020-03-06_
62326248

62336249
- Rollup now requires at least Node 10 to run, or a sufficiently modern browser (#3346)
62346250
- The file structure of Rollup's ESM builds has changed:
6235-
62366251
- The main ESM entry point is now at `rollup/dist/es/rollup.js` instead of `rollup/dist/rollup.es.js`
62376252
- The ESM browser build is at `rollup/dist/es/rollup.browser.js` instead of `rollup/dist/rollup.browser.es.js`
62386253

LICENSE.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ MIT, ISC, 0BSD
1818
# Bundled dependencies:
1919
## @jridgewell/sourcemap-codec
2020
License: MIT
21-
By: Rich Harris
22-
Repository: git+https://github.com/jridgewell/sourcemap-codec.git
21+
By: Justin Ridgewell
22+
Repository: git+https://github.com/jridgewell/sourcemaps.git
2323

24-
> The MIT License
25-
>
26-
> Copyright (c) 2015 Rich Harris
24+
> Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
2725
>
2826
> Permission is hereby granted, free of charge, to any person obtaining a copy
2927
> of this software and associated documentation files (the "Software"), to deal
@@ -40,8 +38,8 @@ Repository: git+https://github.com/jridgewell/sourcemap-codec.git
4038
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4139
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4240
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
44-
> THE SOFTWARE.
41+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42+
> SOFTWARE.
4543
4644
---------------------------------------
4745

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.44.1",
3+
"version": "4.44.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)