timdp / rollup-plugin-assert-es

Verifies that bundled code is ES5.
MIT License
1 stars 0 forks source link

Update rollup to the latest version šŸš€ #32

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.37.0 of rollup just got published.

Dependency rollup
Current Version 0.36.4
Type devDependency

The version 0.37.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of rollup. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 22 commits .

There are 22 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling b5c25fc78c2faebdcb55aed9a07467265d1f0fe7 on greenkeeper/rollup-0.37.0 into d14fa04f0e1a5d5f081e999d4d8ebbfe2a0c2d0b on master.

greenkeeper[bot] commented 7 years ago

Version 0.37.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 21 commits .

  • b3b1098 -> v0.37.1
  • a804033 Merge pull request #450 from rollup/gh-447
  • 490d428 skip symlink test on windows
  • 70261d0 linting
  • 2d7f8a7 merge master -> gh-447
  • 3f39de8 Merge pull request #1143 from danez/recursive-functions
  • 583b13d Improves tree-shaking by only considering program-level
  • b04e790 Merge pull request #1152 from kzc/1146
  • dfb8a3f Merge pull request #1144 from christopherthielen/master
  • b1e4384 Update comments describing property string generation
  • 2521f2e be more leniant in processing ExportDefaultDeclaration (#1146)
  • bb546d3 Add test for bizzare moduleName
  • f43fd99 Access global.* using array notation
  • 98abe24 Merge pull request #1151 from rollup/gh-957
  • 2d32cdd implement gatherPossibleValues on ExternalDeclaration - fixes #957

There are 21 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.37.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 10 commits .

  • 37a6869 -> v0.37.2
  • 94f2ac4 Merge pull request #1017 from Pauan/tree-shake-pure-es5-classes
  • 44924ec Merge pull request #1164 from rollup/gh-1113
  • dfe874d Merge pull request #1163 from rollup/gh-1132
  • 858588d Merge pull request #1162 from rollup/gh-1116
  • 119734a include blocks containing activated var declarations (fixes #1113)
  • 0afa3ed Removes new Foo(...) when Foo is a pure function
  • ccc7ad7 only remove valid sourcemapping URL comments (fixes #1132)
  • 4a577a3 lint
  • 38750c4 support plugin outros

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.38.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 13 commits .

  • 79c4007 -> v0.38.0
  • 8819519 add test to guard against #984 regression
  • 0409388 Merge pull request #1168 from rollup/gh-1083
  • 553abd9 bind function expression ids to the child scope (#1083)
  • e550b3f Merge pull request #1167 from rollup/gh-1078
  • 21a5d0d alright i give up. bye node 0.12
  • 5430096 downgrade eslint to a version that supports node 0.12
  • fe16d37 update some deps to get tests to pass
  • 1c354ba deshadow destructured parameters with assignments (#1078)
  • e1c49cf Merge pull request #1166 from rollup/gh-1078
  • e05bf77 fix behaviour of export { foo as default } (#1078)
  • f2742e4 Merge pull request #1165 from rollup/gh-988
  • 1ca90bd prevent false positives for sourcemapping url comments with newlines (#988)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.38.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 16 commits .

  • 4e6b551 -> v0.38.1
  • 3cc109c Merge pull request #1186 from rollup/gh-1176
  • b59263e Merge pull request #1179 from kzc/drop-unused-inner-functions-and-classes
  • d4a0e6e Merge pull request #1182 from vinkla/patch-1
  • 2eebe3d deconflict function expression IDs (#1176)
  • 8bd83f0 Simplify repository value
  • 2744947 drop unused function and class declarations within functions (#1108, #1178)
  • a9f342c Merge pull request #1174 from rollup/gh-595
  • b624d67 remove, and warn about, unused imports from external modules (#595)
  • 7b3402f Merge pull request #1173 from rollup/gh-492
  • dbc4c48 Merge pull request #1172 from rollup/gh-444
  • 58f9f26 support async functions (#492)
  • 5f8205e warn on empty bundle (#444), and remove some tests that are no longer testing anything
  • a502f30 add back @btd fix for #1104
  • 47e712d Failling test for #1104

There are 16 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.38.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 8 commits .

  • 4b6b6f7 -> v0.38.2
  • e1e9eaf Merge pull request #1191 from rollup/gh-1011
  • d08a805 prevent irrelevant warning in test
  • aefbed6 warn if exporting an IIFE that looks like a function declaration, and wrap in parens if necessary (#1011)
  • 1d83cbf Merge branch 'master' of https://github.com/rollup/rollup
  • 0d3ab7b use Set rather than Map for deshadowing
  • b287370 Merge pull request #1188 from rollup/gh-997
  • d249c7e preserve var declarations in dead branches

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.38.3 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 8 commits .

  • f8a09fd -> v0.38.3
  • a0dc3e4 Merge pull request #1196 from rollup/gh-1051
  • c36f965 warn about using node built-ins in browser bundle (#1051)
  • 1c0aca6 Merge pull request #1195 from rollup/gh-1061
  • 47d3daf statically analyse LogicalExpression nodes (#1061)
  • bda138c Merge pull request #1192 from rollup/gh-1051
  • b1a9abc use path.relative inside relativeId, to try and fix tests on windows
  • 028e425 more informative warning for implicit external dependencies

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.39.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 8 commits .

  • aa1c72a -> v0.39.0
  • a53555d Merge pull request #1199 from rollup/gh-1194
  • f695e62 richer warnings in CLI
  • a44a171 update CLI to handle new warnings
  • 8813641 include location info in stringified warnings
  • ab14557 lint
  • 4dba546 use bundle.warn and module.warn throughout codebase
  • 5360abd implement bundle.warn and module.warn, to replace direct calls to bundle.onwarn (#1194)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.39.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 8 commits .

  • 415985b -> v0.39.1
  • 38bb9d9 Merge pull request #1204 from rollup/gh-1198
  • d1d667f ignore var inits in dead branches - fixes #1198
  • 11a2830 Merge pull request #1202 from rollup/gh-1082
  • 532dff1 change recommendation to local installation of rollup-watch (#1082)
  • c597b91 Merge pull request #1200 from rollup/gh-1197
  • 708fb98 warn on missing format (fixes #1197)
  • 979cfc2 update a few dependencies

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.39.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 3 commits .

  • a00d391 -> v0.39.2
  • 04dbe12 Merge pull request #1205 from rollup/gh-1153
  • 595fa58 prevent mutation of cached ASTs (#1153)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.40.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 12 commits .

  • 5dfae02 -> v0.40.0
  • 219f1f1 Merge pull request #1212 from rollup/gh-545
  • 35785ff more consistent error logging in CLI
  • dd9a93f more error stuff
  • dc53d05 use error helpers in more places
  • 4a2e791 lint
  • 2368ae2 use error helpers consistently, update tests
  • be0f82c add module.error helper for consistently reporting errors (#545)
  • 7885ab7 Merge pull request #1210 from rollup/gh-1209
  • 812d106 chmod a+x bin/rollup (#1209)
  • 60b8a92 Merge pull request #1206 from rollup/gh-1201
  • 23813bc apply kzc patch to prevent escape codes and emojis appearing in non-TTY stderr (#1201)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.40.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 3 commits .

  • 6cf998a -> v0.40.1
  • 7af9387 Merge pull request #1218 from rollup/export-default-no-space
  • e7fa75c handle export default{}

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.40.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 9 commits .

  • be76a1f -> v0.40.2
  • cebc300 Merge pull request #1224 from rollup/gh-1217
  • 46f5dbf Merge pull request #1223 from rollup/gh-986
  • 502e58d omit globals for empty imports (#1217)
  • e4f995e remove unused files
  • 1032e75 add file property to sourcemaps with plugins
  • 7e71777 put test where it belongs
  • a9bcf45 Merge branch 'master' into gh-986
  • 8290e11 test that file property is being added to sourcemap (#986)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 15 commits .

  • e938d86 -> v0.41.1
  • b0a83b8 Merge pull request #1234 from rollup/gh-1233
  • 585bde0 test for #1233
  • 766e91d include new expressions where callee is a class (#1233)
  • e4682a3 -> v0.41.0
  • e955ea7 Merge pull request #1231 from rollup/gh-1140
  • be7c90f use plugin names in CLI logs
  • 7831164 implement this.error
  • 6d41868 add this.warn method to plugin contexts (#1140)
  • 79d1ecf Merge pull request #1230 from mbostock/patch-1
  • e1a940e Fix missing bracket.
  • c4a4938 Merge pull request #1227 from kzc/fix-throw-side-effect
  • 47e0f93 Merge pull request #1226 from rollup/gh-791
  • f2d0851 throw always considered to be a side effect
  • ade3ee3 implement export * from external (#791)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 9 commits .

  • e2d9b6b -> v0.41.2
  • 2a01a99 Merge pull request #1241 from kzc/0_41_0_changelog_addition
  • c038cda Merge pull request #1240 from rollup/gh-841-updated
  • 61528b7 change log addition for 0.41.0
  • 82b284d optimize ns["foo"] (#841)
  • 40a0ed5 Merge pull request #1239 from rollup/gh-1213
  • bc0f791 suppress warnings with --silent (closes #1213)
  • 6384b6c Merge pull request #1238 from rollup/gh-797
  • 101ad28 use options.indent for UMD block - fixes #797

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.3 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 3 commits .

  • 4bbf9fd -> v0.41.3
  • 603d2e7 Merge pull request #1260 from rollup/gh-1258
  • 3a8b1c1 dont treat this.foo as possible namespace - fixes #1258

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.4 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 5 commits .

  • 80da8ec -> v0.41.4
  • 23d50f6 Merge pull request #1262 from rollup/gh-1257
  • 5c88259 handle call expressions of uncallable things more gracefully (#1257)
  • 9c58833 Merge pull request #1261 from rollup/gh-1252
  • 457be9c handle multiple export * from external declarations (#1252)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.5 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 29 commits .

There are 29 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.6 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 7 commits .

  • a96a923 -> v0.41.6
  • 7c8c6ba Merge pull request #1337 from krisselden/fix-cache-loader-sourcemaps
  • d94d8c2 Fix cache losing originalSourceMap for loaders with sourcemaps
  • ae9eb5c diction
  • d286702 Merge pull request #1330 from rollup/documentation
  • 5cafe1b license text
  • 5a718a2 quick start commands

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.42.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 33 commits.

  • 5c5210a -> v0.42.0
  • f64c48b Merge pull request #1424 from rollup/watch-option
  • bd2b15f add a watch option
  • 48f3e82 Merge pull request #1379 from Victorystick/simpler-resolveId
  • 304c0be oops
  • b661e7e Merge pull request #1365 from rollup/options.amd
  • ffcc885 Merge pull request #1375 from rhyzx/patch-1
  • 4691e5a windows fix
  • 52b17df Merge branch 'master' into simpler-resolveId
  • f8a0d7e lint
  • fc7f23c Merge pull request #1386 from stevenfan/fix-deshadowing-bug
  • 21ef61d simplify declaration discovery for self import, allows frame generation for empty imports
  • 98f804a add test for #1274
  • 694d16e Merge branch 'bugfix/cannot-import-self' of https://github.com/enanox/rollup into enanox-bugfix/cannot-import-self
  • 16fba01 Merge pull request #1422 from rollup/gh-1416

There are 33 commits in total.

See the full diff