Giter Club home page Giter Club logo

Comments (16)

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.9.3 to 1.10.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.10.0

2019-04-11

Features

  • Improve generated code to polyfill import.meta.url (#2785)
  • Add plugin hook to configure handling of import.meta (#2785)
  • Improve generated code when accessing URLs of emitted assets (#2796)
  • Add plugin hook to configure the generated code when accessing URLs of emitted assets (#2796)

Bug Fixes

  • No longer resolve assets to their parent URL in some cases (#2796)

Pull Requests

Commits

The new version differs by 4 commits.

  • cc3cf1c 1.10.0
  • 2c3cbaa Update changelog
  • 9ffe6f5 Improve and fix asset emission (#2796)
  • 2ae0811 Refactor handling of import.meta.url and add option to configure behaviour (#2785)

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.10.0 to 1.10.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.10.1 to 1.11.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.11.0

2019-05-03

Features

  • Add emitChunk plugin context function to emit additional entry chunks that can be referenced from the code (#2809)
  • Allow manualChunks to be a function (#2831)
  • Omit .js extensions in AMD imports to make sure an AMD baseUrl would work (#2809)
  • Automatically use the name of the imported module as a base for dynamically imported chunks (#2809)
  • Add resolveFileUrl plugin hook to replace resolveAssetUrl and handle emitted chunks as well (#2809)
  • Add resolve plugin hook to replace resolveId and isExternal that returns an object (#2829)
  • Allow resolveDynamicImport to return an {id, external} object to also resolve unresolvable dynamic imports to a module (#2829)

Bug Fixes

  • Do not create invalid code if a dynamic import contains nothing but reexports (#2809)
  • Do not fail if modules that define a manual chunk depend on each other (#2809)
  • Do not fail if a module that defines a manual chunk is the dependency of a module defining a different manual chunk (#2809)
  • No longer fail for unnamed duplicate entry points but combine them (#2809)
  • Always return string | null from this.resolveId even if some resolveId hooks return objects (#2829)
  • Show proper warnings when resolveDynamicImport resolves to a non-external module that does not exist (#2829)

Pull Requests

Commits

The new version differs by 24 commits.

  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog
  • 933b322 Also mention code and map in the generateBundle hook documentation (#2832)
  • 0441723 Update changelog
  • 4b4ace3 Docs: Fix syntax error (#2821)
  • e7b5214 1.10.1
  • ef69222 Update changelog
  • 099444d Catch invalid options.format values (#2813)

There are 24 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.11.0 to 1.11.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.11.1

2019-05-04

Bug Fixes

  • Fix an issue where rendered exports were reported as "removed" in the bundle information (#2835)

Pull Requests

  • #2835: Fix removedExports to correctly track the exported item (@Swatinem)
Commits

The new version differs by 27 commits.

  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog
  • 933b322 Also mention code and map in the generateBundle hook documentation (#2832)
  • 0441723 Update changelog
  • 4b4ace3 Docs: Fix syntax error (#2821)

There are 27 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.11.1 to 1.11.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.11.2

2019-05-04

Bug Fixes

  • Prevent a crash when handling circular namespace exports (#2836)

Pull Requests

  • #2836: Make sure circular export * from X does not stack overflow (@Swatinem)
Commits

The new version differs by 30 commits.

  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)
  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog

There are 30 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.11.2 to 1.11.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.11.3

2019-05-05

Bug Fixes

  • Quote es3 keywords in namespace objects (#2825)

Pull Requests

  • #2825: Add es3 support for namespace object import (@sormy)
Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.11.3 to 1.12.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.12.0

2019-05-15

Features

  • Add treeshake.moduleSideEffects option to allow removing empty imports without a side-effect check (#2844)
  • Extend plugin API to allow marking modules as side-effect-free (#2844)
  • Extend this.resolve plugin context function with an option to skip the resolveId hook of the calling plugin (#2844)
  • Add isEntry flag to this.getModuleInfo plugin context function (#2844)
  • Distribute Rollup as optimized ES2015 code (#2851)

Pull Requests

Commits

The new version differs by 37 commits.

  • fc1fa5b 1.12.0
  • 0cb505b Update changelog
  • 4cad1bd Switch to es2015 output (#2851)
  • 1de599f Add options and hooks to control module side effects (#2844)
  • 7d669eb 1.11.3
  • c04388d Update changelog
  • dee790e Add es3 support for namespace object import (#2825)
  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)
  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again

There are 37 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.12.0 to 1.12.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.12.1

2019-05-16

Bug Fixes

  • Extend file name sanitation to also replace "?" and "*" e.g. when preserving modules with the updated commonjs plugin (#2860)
  • Do not ignore module transformer that return an empty string (#2861)

Pull Requests

Commits

The new version differs by 42 commits.

  • b25b16a 1.12.1
  • 6c88569 Update changelog
  • 33eba89 Allow transformers to return an empty string (#2861)
  • 53947a1 Update changelog
  • 3f27695 Update to latest plugins and extend file name sanitation (#2860)
  • fc1fa5b 1.12.0
  • 0cb505b Update changelog
  • 4cad1bd Switch to es2015 output (#2851)
  • 1de599f Add options and hooks to control module side effects (#2844)
  • 7d669eb 1.11.3
  • c04388d Update changelog
  • dee790e Add es3 support for namespace object import (#2825)
  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)

There are 42 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.15.6 to 1.16.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 130 commits.

  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)
  • 1347489 1.15.6
  • 9624952 Update changelog
  • f4b19ab Improve handling of conflicting namespace exports (#2893)
  • 7d1bd82 Get rid of alternate screen and simplify screen clearing (#2942)
  • 3a5c17a 1.15.5
  • c1ba368 Update changelog
  • b216023 Completely omit files that do not have any included statements (#2940)
  • dd00ff5 Explicitly allow null as return value for various hooks (#2941)
  • 74a3be1 1.15.4

There are 130 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.0 to 1.16.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 133 commits.

  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)
  • 1347489 1.15.6
  • 9624952 Update changelog
  • f4b19ab Improve handling of conflicting namespace exports (#2893)
  • 7d1bd82 Get rid of alternate screen and simplify screen clearing (#2942)
  • 3a5c17a 1.15.5
  • c1ba368 Update changelog

There are 133 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.1 to 1.16.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v.1.16.2

2019-06-22

Bug Fixes

  • Properly wrap dynamic imports in Promises that can be caught when generating CJS output (#2958)

Pull Requests

Commits

The new version differs by 136 commits.

  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog
  • 9cb67d2 Make sure errors from dynamic imports can be caught (#2958)
  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)
  • 1347489 1.15.6
  • 9624952 Update changelog
  • f4b19ab Improve handling of conflicting namespace exports (#2893)

There are 136 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.2 to 1.16.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.16.3

2019-06-29

Bug Fixes

  • Prevent name conflicts with unused function parameters (#2972)

Pull Requests

Commits

The new version differs by 139 commits.

  • ea68fbc 1.16.3
  • dbc2c17 Update changelog
  • 9fb1a48 Deconflict unused parameters (#2972)
  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog
  • 9cb67d2 Make sure errors from dynamic imports can be caught (#2958)
  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)

There are 139 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.3 to 1.16.4.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.16.4

2019-07-02

Bug Fixes

  • Do not show a TypeScript error when providing a location as number to this.warn and this.error (#2974)
  • Use the correct TypeScript type for Sourcemap.version (#2976)

Pull Requests

Commits

The new version differs by 149 commits.

  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again
  • 928d7d6 Update website links
  • 0dd6c15 Remove accidental solo test run
  • ea68fbc 1.16.3
  • dbc2c17 Update changelog
  • 9fb1a48 Deconflict unused parameters (#2972)
  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog

There are 149 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.4 to 1.16.5.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.16.5

2019-07-04

Bug Fixes

  • onwarn should still be called when --silent is used (#2982)
  • Properly clean up watchers for files that are deleted between builds (#2982)

Pull Requests

Commits

The new version differs by 153 commits.

  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again
  • 928d7d6 Update website links
  • 0dd6c15 Remove accidental solo test run
  • ea68fbc 1.16.3

There are 153 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.5 to 1.16.6.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.16.6

2019-07-04

Bug Fixes

  • Do not pass undefined to resolveDynamicImport for unresolvable template literals (#2984)

Pull Requests

Commits

The new version differs by 156 commits.

  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)
  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again

There are 156 commits in total.

See the full diff

from jiber.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The devDependency rollup was updated from 1.16.6 to 1.16.7.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.16.7

2019-07-09

Bug Fixes

  • Fix an issue where exported import.meta properties would lead to invalid code (#2986)

Pull Requests

Commits

The new version differs by 162 commits.

  • faebb27 1.16.7
  • 05219ef Update changelog
  • 893c725 Only overwrite content when resolving import.meta properties (#2986)
  • e66d7be Sourcemap types (#2985)
  • 8fe1385 Minor stylistic improvements
  • 36f690a Remove leftover solo: true
  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)
  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog

There are 162 commits in total.

See the full diff

from jiber.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.