Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of loader-utils is breaking the build 🚨 #299

Open
greenkeeper bot opened this issue Dec 24, 2018 · 6 comments
Open

An in-range update of loader-utils is breaking the build 🚨 #299

greenkeeper bot opened this issue Dec 24, 2018 · 6 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Dec 24, 2018

The dependency loader-utils was updated from 1.1.0 to 1.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

loader-utils is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/appveyor/branch: AppVeyor build succeeded (Details).
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.2.0

1.2.0 (2018-12-24)

Features

  • interpolateName: support [contenthash]

Fixes

  • urlToRequest: empty urls are not rewritten to relative requests
  • urlToRequest: don't rewrite absolute urls
  • isUrlRequest: ignore all url with extension (like moz-extension:, ms-browser-extension: and etc)
  • isUrlRequest: ignore about:blank
  • interpolateName: failing explicitly when ran out of emoji
  • interpolateName: [hash] token regex in interpolate string to capture any hash algorithm name
  • interpolateName: parse string for emoji count before use
Commits

The new version differs by 36 commits.

  • ba4f0d0 chore(release): 1.2.0 (#131)
  • c5c7322 test: more (#132)
  • c17d9cd refactor: migrate on jest (#130)
  • 3a854ba style: integrate prettier
  • 0f2b227 chore(deps): update
  • 914c09f chore(deps): update
  • db92b11 chore(deps): update dev dependencies
  • ad3a6b2 chore(deps): update dev dependencies
  • 3b6b8ff feat: support [contenthash]
  • 6982934 feat: support [contenthash]
  • 6fb379f ci: test on windows
  • 7485ded ci: test on windows
  • ad3c359 fix(isUrlRequest): ignore about:blank
  • ac05880 fix(isUrlRequest): ignore about:blank
  • 47e2e02 fix: ignore all nonstandard extension protocols

There are 36 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2018

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2018

  • The dependency loader-utils was updated from 1.2.0 to 1.2.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.1

1.2.1 (2018-12-25)

Bug Fixes

  • isUrlRequest: better handle absolute urls and non standards (#134) (aca43da)

Reverts

Commits

The new version differs by 3 commits.

  • 489ef12 chore(release): 1.2.1
  • 73d350a revert: PR #79 (#135)
  • aca43da fix(isUrlRequest): better handle absolute urls and non standards (#134)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2018

  • The dependency loader-utils was updated from 1.2.1 to 1.2.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.2

1.2.2 (2018-12-27)

Bug Fixes

  • fixed a hash type extracting in interpolateName (#137) (f8a71f4)
Commits

The new version differs by 3 commits.

  • 809b690 chore(release): 1.2.2
  • d69c303 test: interpolateName util (#138)
  • f8a71f4 fix: fixed a hash type extracting in interpolateName (#137)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2018

  • The dependency loader-utils was updated from 1.2.2 to 1.2.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.3

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)
Commits

The new version differs by 2 commits.

  • b91a76c chore(release): 1.2.3
  • 3528fd9 fix(interpolateName): don't interpolated hashType without hash or contenthash (#140)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2020

  • The dependency loader-utils was updated from 1.2.3 to 1.3.0.

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

Release Notes for v1.3.0

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)
Commits

The new version differs by 5 commits.

  • 06d36cf chore(release): 1.3.0
  • 469eeba feat: support the [query] template for the interpolatedName method (#162)
  • 909c99d chore: funding.yml config and CI fix (#159)
  • b5b74f0 Set up CI with Azure Pipelines
  • 7970c48 docs: small grammar change (#144)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2020

  • The dependency loader-utils was updated from 1.3.0 to 1.4.0.

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

Release Notes for v1.4.0

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)
Commits

The new version differs by 7 commits.

  • d95b8b5 chore(release): 1.4.0
  • cd0e428 feat: the resourceQuery is passed to the interpolateName method (#163)
  • 06d36cf chore(release): 1.3.0
  • 469eeba feat: support the [query] template for the interpolatedName method (#162)
  • 909c99d chore: funding.yml config and CI fix (#159)
  • b5b74f0 Set up CI with Azure Pipelines
  • 7970c48 docs: small grammar change (#144)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants