Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollup/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bbe2689aef1d66afb676312c0b4cd679ae6045f7
Choose a base ref
...
head repository: rollup/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38045af0ff5ef452a3c0b49a36df79aa0ca673e3
Choose a head ref
  • 16 commits
  • 52 files changed
  • 2 contributors

Commits on Oct 15, 2022

  1. chore(release): inject v5.0.1

    Release Workflow committed Oct 15, 2022
    Copy the full SHA
    a872822 View commit details

Commits on Oct 21, 2022

  1. chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,rep…

    …lace,pluginutils,node-resolve,multi-entry,legacy,json,inject,image,html,graphql,eslint,dynamic-import-vars,dsv,data-uri,buble,beep,babel,auto-install,alias): update rollup dependencies
    
    fix(alias): Update Rollup dependencies
    
    fix(auto-install): Update Rollup dependencies
    
    fix(babel): Update Rollup dependencies
    
    fix(beep): Update Rollup dependencies
    
    fix(buble): Update Rollup dependencies
    
    fix(data-uri): Update Rollup dependencies
    
    fix(dsv): Update Rollup dependencies
    
    fix(dynamic-import-vars): Update Rollup dependencies
    
    fix(eslint): Update Rollup dependencies
    
    fix(graphql): Update Rollup dependencies
    
    fix(html): Update Rollup dependencies
    
    fix(image): Update Rollup dependencies
    
    fix(inject): Update Rollup dependencies
    
    fix(json): Update Rollup dependencies
    
    fix(legacy): Update Rollup dependencies
    
    fix(multi-entry): Update Rollup dependencies
    
    fix(node-resolve): Update Rollup dependencies
    
    fix(pluginutils): Update Rollup dependencies
    
    fix(replace): Update Rollup dependencies
    
    fix(run): Update Rollup dependencies
    
    fix(strip): Update Rollup dependencies
    
    fix(sucrase): Update Rollup dependencies
    
    fix(typescript): Update Rollup dependencies
    
    fix(url): Update Rollup dependencies
    
    fix(virtual): Update Rollup dependencies
    
    fix(wasm): Update Rollup dependencies
    
    fix(yaml): Update Rollup dependencies
    
    fix(commonjs): Update Rollup dependencies
    meyfa authored and shellscape committed Oct 21, 2022
    Copy the full SHA
    3038271 View commit details
  2. chore(release): alias v4.0.2

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    9c009ca View commit details
  3. chore(release): auto-install v3.0.2

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    41998db View commit details
  4. chore(release): babel v6.0.2

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    15f70ce View commit details
  5. chore(release): beep v1.0.2

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    4eb8d60 View commit details
  6. chore(release): buble v1.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    0f8f9f7 View commit details
  7. chore(release): commonjs v23.0.2

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    2eba65c View commit details
  8. chore(release): data-uri v1.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    ac0952c View commit details
  9. chore(release): dsv v3.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    6e7ee03 View commit details
  10. chore(release): dynamic-import-vars v2.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    8e0751e View commit details
  11. chore(release): eslint v9.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    a7fc6dc View commit details
  12. chore(release): graphql v2.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    f9100dc View commit details
  13. chore(release): html v1.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    7a8eb25 View commit details
  14. chore(release): image v3.0.1

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    0c00c64 View commit details
  15. chore(release): inject v5.0.2

    Release Workflow committed Oct 21, 2022
    Copy the full SHA
    38045af View commit details
Showing with 554 additions and 412 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +1 −1 package.json
  3. +12 −0 packages/alias/CHANGELOG.md
  4. +4 −4 packages/alias/package.json
  5. +5 −1 packages/alias/test/test.mjs
  6. +12 −0 packages/auto-install/CHANGELOG.md
  7. +4 −4 packages/auto-install/package.json
  8. +12 −0 packages/babel/CHANGELOG.md
  9. +5 −5 packages/babel/package.json
  10. +1 −8 packages/babel/test/as-output-plugin.mjs
  11. +12 −0 packages/beep/CHANGELOG.md
  12. +2 −2 packages/beep/package.json
  13. +1 −1 packages/beep/test/test.js
  14. +8 −0 packages/buble/CHANGELOG.md
  15. +4 −4 packages/buble/package.json
  16. +12 −0 packages/commonjs/CHANGELOG.md
  17. +4 −4 packages/commonjs/package.json
  18. +8 −0 packages/data-uri/CHANGELOG.md
  19. +4 −4 packages/data-uri/package.json
  20. +8 −0 packages/dsv/CHANGELOG.md
  21. +3 −3 packages/dsv/package.json
  22. +8 −0 packages/dynamic-import-vars/CHANGELOG.md
  23. +3 −3 packages/dynamic-import-vars/package.json
  24. +8 −0 packages/eslint/CHANGELOG.md
  25. +5 −5 packages/eslint/package.json
  26. +8 −0 packages/graphql/CHANGELOG.md
  27. +4 −4 packages/graphql/package.json
  28. +8 −0 packages/html/CHANGELOG.md
  29. +3 −3 packages/html/package.json
  30. +8 −0 packages/image/CHANGELOG.md
  31. +4 −4 packages/image/package.json
  32. +16 −0 packages/inject/CHANGELOG.md
  33. +4 −4 packages/inject/package.json
  34. +4 −4 packages/json/package.json
  35. +3 −3 packages/legacy/package.json
  36. +2 −2 packages/multi-entry/package.json
  37. +5 −5 packages/node-resolve/package.json
  38. +10 −5 packages/node-resolve/test/test.mjs
  39. +4 −4 packages/pluginutils/package.json
  40. +3 −3 packages/replace/package.json
  41. +2 −2 packages/run/package.json
  42. +2 −2 packages/strip/package.json
  43. +3 −3 packages/sucrase/package.json
  44. +4 −4 packages/typescript/package.json
  45. +1 −1 packages/typescript/test/snapshots/tslib.ts.md
  46. BIN packages/typescript/test/snapshots/tslib.ts.snap
  47. +3 −1 packages/typescript/test/test.js
  48. +2 −2 packages/url/package.json
  49. +3 −3 packages/virtual/package.json
  50. +2 −2 packages/wasm/package.json
  51. +3 −3 packages/yaml/package.json
  52. +296 −298 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
run: pnpm --filter [HEAD^] test

- name: Release and Publish Packages
run: pnpm --filter [HEAD^] release
run: pnpm --filter [HEAD^] --workspace-concurrency=1 release
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
},
"devDependencies": {
"@ava/babel": "2.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^9.0.1",
"@types/conventional-commits-parser": "^3.0.2",
"@types/node": "14.18.30",
"@types/semver": "^7.3.7",
12 changes: 12 additions & 0 deletions packages/alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rollup/plugin-alias ChangeLog

## v4.0.2

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v4.0.1

_Skipped for repo rebase_

## v4.0.0

_2022-10-07_
8 changes: 4 additions & 4 deletions packages/alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-alias",
"version": "4.0.0",
"version": "4.0.2",
"publishConfig": {
"access": "public"
},
@@ -62,10 +62,10 @@
"slash": "^4.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"del-cli": "^5.0.0",
"rollup": "^3.0.0-7",
"rollup": "^3.2.3",
"typescript": "^4.8.3"
},
"types": "./types/index.d.ts",
6 changes: 5 additions & 1 deletion packages/alias/test/test.mjs
Original file line number Diff line number Diff line change
@@ -455,7 +455,7 @@ test('Forwards isEntry and custom options to a custom resolver', (t) => {
{
source: 'nonEntry',
importer: '/src/importer.js',
options: { isEntry: false, custom: { test: 42 } }
options: { assertions: {}, isEntry: false, custom: { test: 42 } }
}
]
).then((result) => {
@@ -464,6 +464,7 @@ test('Forwards isEntry and custom options to a custom resolver', (t) => {
'entry-point',
'/src/importer.js',
{
assertions: {},
custom: void 0,
isEntry: true
}
@@ -472,6 +473,7 @@ test('Forwards isEntry and custom options to a custom resolver', (t) => {
'non-entry-point',
'/src/importer.js',
{
assertions: {},
custom: { test: 42 },
isEntry: false
}
@@ -512,6 +514,7 @@ test('Forwards isEntry and custom options to other plugins', (t) => {
'entry-point',
'/src/importer.js',
{
assertions: {},
custom: void 0,
isEntry: true
}
@@ -520,6 +523,7 @@ test('Forwards isEntry and custom options to other plugins', (t) => {
'non-entry-point',
'/src/importer.js',
{
assertions: {},
custom: { test: 42 },
isEntry: false
}
12 changes: 12 additions & 0 deletions packages/auto-install/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rollup/plugin-auto-install ChangeLog

## v3.0.2

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v3.0.1

_Skipped for repo rebase_

## v3.0.0

_2022-10-08_
8 changes: 4 additions & 4 deletions packages/auto-install/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-auto-install",
"version": "3.0.0",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
@@ -61,11 +61,11 @@
}
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"del": "^6.1.1",
"node-noop": "^1.0.0",
"rollup": "^3.0.0-7",
"rollup": "^3.2.3",
"typescript": "^4.8.3"
},
"types": "./types/index.d.ts",
12 changes: 12 additions & 0 deletions packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rollup/plugin-babel ChangeLog

## v6.0.2

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v6.0.1

_Skipped for repo rebase_

## v6.0.0

_2022-10-08_
10 changes: 5 additions & 5 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-babel",
"version": "6.0.0",
"version": "6.0.2",
"publishConfig": {
"access": "public"
},
@@ -66,7 +66,7 @@
},
"dependencies": {
"@babel/helper-module-imports": "^7.18.6",
"@rollup/pluginutils": "^4.2.1"
"@rollup/pluginutils": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.1",
@@ -75,10 +75,10 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/babel__core": "^7.1.9",
"rollup": "^3.0.0-7",
"rollup": "^3.2.3",
"source-map": "^0.7.4"
},
"types": "./types/index.d.ts",
9 changes: 1 addition & 8 deletions packages/babel/test/as-output-plugin.mjs
Original file line number Diff line number Diff line change
@@ -87,13 +87,10 @@ test("allows transform-runtime to be used with `useESModules: false` (the defaul
`'use strict';
var _createClass = require("@babel/runtime/helpers/createClass");
var _classCallCheck = require("@babel/runtime/helpers/classCallCheck");
var Foo = /*#__PURE__*/_createClass(function Foo() {
_classCallCheck(this, Foo);
});
module.exports = Foo;
`
);
@@ -112,11 +109,9 @@ test("allows transform-runtime to be used with `useESModules: true` and `format:
code,
`import _createClass from "@babel/runtime/helpers/esm/createClass";
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
var Foo = /*#__PURE__*/_createClass(function Foo() {
_classCallCheck(this, Foo);
});
export { Foo as default };
`
);
@@ -227,14 +222,13 @@ test('transforms all chunks in a code-splitting setup', async (t) => {
t.deepEqual(
output.map(({ code }) => code),
[
`import('./dep-0fdca0d5.js').then(function (result) {
`import('./dep-20aaf50b.js').then(function (result) {
return console.log(result);
});
`,
`var dep = function dep() {
return 42;
};
export { dep as default };
`
]
@@ -269,7 +263,6 @@ console.log(getResult(value));
`var getResult = function getResult(value) {
return value + 1;
};
export { getResult as default };
`
]
12 changes: 12 additions & 0 deletions packages/beep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rollup/plugin-beep ChangeLog

## v1.0.2

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v1.0.1

_Skipped for repo rebase_

## v1.0.0

_2022-10-08_
4 changes: 2 additions & 2 deletions packages/beep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-beep",
"version": "1.0.0",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
@@ -45,7 +45,7 @@
}
},
"devDependencies": {
"rollup": "^3.0.0-7",
"rollup": "^3.2.3",
"strip-ansi": "^7.0.1"
},
"types": "types/index.d.ts",
2 changes: 1 addition & 1 deletion packages/beep/test/test.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ test('pass', async (t) => {
const { stderr } = await execa('rollup', args, options);
const { default: strip } = await import('strip-ansi');

t.snapshot(strip(stderr.replace(/\d+ms/, '<time>ms')));
t.snapshot(strip(stderr.replace(/\d+ms|[\d.]+s/, '<time>ms')));
});

test('error', async (t) => {
8 changes: 8 additions & 0 deletions packages/buble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rollup/plugin-buble ChangeLog

## v1.0.1

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v1.0.0

_2022-10-08_
8 changes: 4 additions & 4 deletions packages/buble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-buble",
"version": "1.0.0",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
@@ -61,14 +61,14 @@
}
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
"@rollup/pluginutils": "^5.0.1",
"@types/buble": "^0.19.2",
"buble": "^0.20.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^9.0.1",
"del-cli": "^5.0.0",
"rollup": "^3.0.0-7",
"rollup": "^3.2.3",
"source-map": "^0.7.4",
"typescript": "^4.8.3"
},
12 changes: 12 additions & 0 deletions packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rollup/plugin-commonjs ChangeLog

## v23.0.2

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v23.0.1

_Skipped for repo rebase_

## v23.0.0

_2022-10-09_
8 changes: 4 additions & 4 deletions packages/commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
"version": "23.0.0",
"version": "23.0.2",
"publishConfig": {
"access": "public"
},
@@ -62,16 +62,16 @@
}
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
"@rollup/pluginutils": "^5.0.1",
"commondir": "^1.0.1",
"estree-walker": "^2.0.2",
"glob": "^8.0.3",
"is-reference": "1.2.1",
"magic-string": "^0.26.4"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"locate-character": "^2.0.5",
"require-relative": "^0.8.7",
"rollup": "3.0.0-7",
8 changes: 8 additions & 0 deletions packages/data-uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rollup/plugin-data-uri ChangeLog

## v1.0.1

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v1.0.0

_2022-10-09_
Loading