canjs / can-fixture

Intercept and simulate AJAX requests. Works without CanJS.

Home Page:https://canjs.com/doc/can-fixture.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of steal is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 1.5.7 of steal just got published.

Branch Build failing 🚨
Dependency steal
Current Version 1.5.6
Type devDependency

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

As steal is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes 1.5.7

This patch release include fixes for the following issues:

  • Improved error message when mismatched version package is found #1176
  • Improved error message when steal-less is not installed #995
  • Improved error message when package.json is missing "name" and "version" fields #1233
  • Fixes issue with the steal-module script tag type #1185
  • Fixes issue with a flag being out of scope inside Steal's core #1189
  • Fixes a bug loading peerDependencies that are listed as devDependencies as well #1228

πŸŽ‰ πŸŽ‰ πŸŽ‰

Commits

The new version differs by 22 commits.

  • cac56f1 1.5.7
  • 385b93f Merge pull request #1245 from stealjs/named-amd-deps
  • 9b1e795 Make sure locate hook gets a full load object
  • d83b69c Register full npm name of named AMD modules
  • 915c636 Merge pull request #1244 from stealjs/flag-scope
  • 974c598 Add isWindows flag to the scope of addToError
  • d8376df Merge pull request #1243 from stealjs/old-node
  • 65d4ca8 Merge pull request #1241 from stealjs/remove-artifact
  • 8b53b1e Stop running tests on Node.js 0.12.x
  • 4f33d89 Merge pull request #1239 from stealjs/steal-module
  • f7cdc0e Remove old steal-no-promise file
  • c4c989c Fix steal-module script extension
  • 92ad084 Merge pull request #1238 from stealjs/mismatch
  • ddefa4a Simplify mismatch version error message
  • b716d08 Merge pull request #1236 from stealjs/peer-deps

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 and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

After pinning to 1.5.6 your tests are passing again. Downgrade this dependency πŸ“Œ.

Version 1.5.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 1.5.8

This patch release fixes a couple of issues related with the named AMD changes introduced in 1.5.7

  • Side bundles were incorrectly registered and steal would not load them correctly
  • An undefined reference would case steal to throw when bundleSteal is used in steal-tools

See stealjs/steal-tools#811

Commits

The new version differs by 4 commits.

  • 547aa53 1.5.8
  • 9128ba5 Merge pull request #1251 from stealjs/add-guard
  • 7fce49b Only register npm module names
  • f8ecf64 Guard against undefined currentLoad reference.

See the full diff

Version 1.5.9 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 1.5.9

This is a patch release that prevents forcing the stage-0 babel preset on users.

Commits

The new version differs by 8 commits.

  • bbe6c70 1.5.9
  • 1308057 Merge pull request #1255 from stealjs/stage0
  • 28cc45c fix the try catch
  • d1cf674 Limit the required babel presets
  • 547aa53 1.5.8
  • 9128ba5 Merge pull request #1251 from stealjs/add-guard
  • 7fce49b Only register npm module names
  • f8ecf64 Guard against undefined currentLoad reference.

See the full diff

Version 1.5.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 1.5.10

This is a bug fix releasing fixing a couple of parsing problems. One regarding AMD's detection of the CommonJS syntax, and other related to the steal.joinURIs API, used in places like steal-css. Big thanks to @James0x57 for his efforts fixing these bugs.

Pull Requests

Commits

The new version differs by 24 commits.

  • e333bac 1.5.10
  • 89f49c8 Merge pull request #1260 from stealjs/update-readme
  • 518870e Merge branch 'master' into update-readme
  • c210af1 Merge pull request #1259 from stealjs/rm-docs
  • 2053e89 Merge pull request #1257 from stealjs/typo-fix-loadimport
  • 5461dde Merge pull request #1258 from stealjs/joinuris
  • ca395f6 Remove stealjs docs from this repo
  • 5326099 Fix @ in url parsing problem. Tests from Matthew. Closes #1253
  • 72e53d0 Fix typo "load import" in quick-start.md
  • 78a5b4a Merge pull request #1249 from stealjs/amdcjsregex
  • 478b4d6 Merge branch 'master' into amdcjsregex
  • bbe6c70 1.5.9
  • 1308057 Merge pull request #1255 from stealjs/stage0
  • 28cc45c fix the try catch
  • d1cf674 Limit the required babel presets

There are 24 commits in total.

See the full diff

Version 1.5.11 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 1.5.11

This is a bug fix release, fixing an issue with steal-css breaking in production. The issue was our new CommonJS dependency detection algorithm, which causes a false-positive detection of a dependency in steal-css.

Issues

#1261 myhub app breaks in production

Commits

The new version differs by 27 commits.

  • e3b701a 1.5.11
  • 7452582 Merge pull request #1262 from stealjs/detect
  • a7d7ded False positive dep detection in minified steal-css
  • e333bac 1.5.10
  • 89f49c8 Merge pull request #1260 from stealjs/update-readme
  • 518870e Merge branch 'master' into update-readme
  • c210af1 Merge pull request #1259 from stealjs/rm-docs
  • 2053e89 Merge pull request #1257 from stealjs/typo-fix-loadimport
  • 5461dde Merge pull request #1258 from stealjs/joinuris
  • ca395f6 Remove stealjs docs from this repo
  • 5326099 Fix @ in url parsing problem. Tests from Matthew. Closes #1253
  • 72e53d0 Fix typo "load import" in quick-start.md
  • 78a5b4a Merge pull request #1249 from stealjs/amdcjsregex
  • 478b4d6 Merge branch 'master' into amdcjsregex
  • bbe6c70 1.5.9

There are 27 commits in total.

See the full diff

Version 1.5.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 1.5.12

This release is for docs only. It removes the Loading From CDN docs as those will not live in stealjs/stealjs.

Commits

The new version differs by 29 commits.

  • 53e8305 1.5.12
  • 0576730 Remove loading from cdn docs
  • e3b701a 1.5.11
  • 7452582 Merge pull request #1262 from stealjs/detect
  • a7d7ded False positive dep detection in minified steal-css
  • e333bac 1.5.10
  • 89f49c8 Merge pull request #1260 from stealjs/update-readme
  • 518870e Merge branch 'master' into update-readme
  • c210af1 Merge pull request #1259 from stealjs/rm-docs
  • 2053e89 Merge pull request #1257 from stealjs/typo-fix-loadimport
  • 5461dde Merge pull request #1258 from stealjs/joinuris
  • ca395f6 Remove stealjs docs from this repo
  • 5326099 Fix @ in url parsing problem. Tests from Matthew. Closes #1253
  • 72e53d0 Fix typo "load import" in quick-start.md
  • 78a5b4a Merge pull request #1249 from stealjs/amdcjsregex

There are 29 commits in total.

See the full diff

Version 1.5.13 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 1.5.13

This is a documentation release, removing the "Moving to Production" doc.

Commits

The new version differs by 31 commits.

  • ce03fbc 1.5.13
  • dd0ecbe Remove "Moving to Production" docs
  • 53e8305 1.5.12
  • 0576730 Remove loading from cdn docs
  • e3b701a 1.5.11
  • 7452582 Merge pull request #1262 from stealjs/detect
  • a7d7ded False positive dep detection in minified steal-css
  • e333bac 1.5.10
  • 89f49c8 Merge pull request #1260 from stealjs/update-readme
  • 518870e Merge branch 'master' into update-readme
  • c210af1 Merge pull request #1259 from stealjs/rm-docs
  • 2053e89 Merge pull request #1257 from stealjs/typo-fix-loadimport
  • 5461dde Merge pull request #1258 from stealjs/joinuris
  • ca395f6 Remove stealjs docs from this repo
  • 5326099 Fix @ in url parsing problem. Tests from Matthew. Closes #1253

There are 31 commits in total.

See the full diff