GithubHelp home page GithubHelp logo

Comments (11)

greenkeeper avatar greenkeeper commented on June 10, 2024

After pinning to 1.7.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from graphql-path.

greenkeeper avatar greenkeeper commented on June 10, 2024
  • The devDependency rollup was updated from 1.8.0 to 1.9.0.

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

Release Notes for v1.9.0

2019-04-05

Features

  • Add built-in support for bigint (#2789)

Pull Requests

Commits

The new version differs by 7 commits.

  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)

See the full diff

from graphql-path.

greenkeeper avatar greenkeeper commented on June 10, 2024
  • The devDependency rollup was updated from 1.9.0 to 1.9.1.

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

Release Notes for v1.9.1

2019-04-10

Bug Fixes

  • Make sure inline comments in dynamic imports are preserved (#2797)

Pull Requests

Commits

The new version differs by 10 commits.

  • 947067a 1.9.1
  • d6935ba Update changelog
  • 6709c17 Emit inline comments inside dynamic import (#2797)
  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)

See the full diff

from graphql-path.

greenkeeper avatar greenkeeper commented on June 10, 2024
  • The devDependency rollup was updated from 1.9.1 to 1.9.2.

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

Release Notes for v1.9.2

2019-04-10

Bug Fixes

  • Allowing replacing output.file with output.dir in the outputOptions hook (#2802)

Pull Requests

Commits

The new version differs by 14 commits.

  • 479bf73 1.9.2
  • 844031c Update dependencies
  • 7d258ce Update changelog
  • 351cf69 Observe modified output options in bundle.write (#2802)
  • 947067a 1.9.1
  • d6935ba Update changelog
  • 6709c17 Emit inline comments inside dynamic import (#2797)
  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)

See the full diff

from graphql-path.

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

Your tests are still failing with this version. Compare changes

Release Notes for v1.9.3

2019-04-10

Bug Fixes

  • Simplify return expressions that are evaluated before the surrounding function is bound (#2803)

Pull Requests

  • #2803: Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert)
Commits

The new version differs by 17 commits.

There are 17 commits in total.

See the full diff

from graphql-path.

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

Your tests are passing again with this update. Explicitly upgrade 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 graphql-path.

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

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

from graphql-path.

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

Your tests are passing again with this update. Explicitly upgrade 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 graphql-path.

greenkeeper avatar greenkeeper commented on June 10, 2024
  • The devDependency rollup was updated from 1.12.2 to 1.12.3.

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

Release Notes for v1.12.3

2019-05-19

Bug Fixes

  • Prevent duplicate imports when exports are reexported as default exports (#2866)

Pull Requests

Commits

The new version differs by 54 commits.

  • 455e994 1.12.3
  • c72da4a Update changelog
  • 9f84980 Properly deduplicate reexported default exports (#2866)
  • 0655489 Update changelog
  • 65b6aef Enable TypeScript strictNullChecks (#2755)
  • a4fbc53 1.12.2
  • 968cb2a Update changelog
  • 72f2e81 Cache transitive reexport detection (#2864)
  • 020e87f Update changelog
  • 7aaec61 Declare processConfigsErr before use (#2858)
  • 6a79bc1 keep nested exports with preserveModules (#2854) (#2863)
  • 7e3225f Fix date in changelog
  • b25b16a 1.12.1
  • 6c88569 Update changelog
  • 33eba89 Allow transformers to return an empty string (#2861)

There are 54 commits in total.

See the full diff

from graphql-path.

greenkeeper avatar greenkeeper commented on June 10, 2024
  • The devDependency rollup was updated from 1.19.4 to 1.20.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.20.0

2019-08-21

Features

  • Add augmentChunkHash plugin hook to be able to reflect changes in renderChunk in the chunk hash (#2921)

Bug Fixes

  • Do not mutate the acorn options object (#3051)
  • Make sure the order of emitted chunks always reflects the order in which they were emitted (#3055)
  • Do not hang when there are strings containing comment-like syntax in some scenarios (#3069)

Pull Requests

from graphql-path.

greenkeeper avatar greenkeeper commented on June 10, 2024
  • The devDependency rollup was updated from 1.20.0 to 1.20.1.

Your tests are still failing with this version. Compare changes

from graphql-path.

Related Issues (9)

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.