Open greenkeeper[bot] opened 6 years ago
After pinning to 1.11.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version π
This is a patch release, fixing projects that use the folder/index
convention and dev bundles.
The new version differs by 12 commits.
4d20196
1.11.7
a031f37
Merge pull request #1411 from stealjs/db-index
d9d07e6
Make folder/index convention work in dev bundles / production mode
7dd7557
Merge pull request #1407 from stealjs/chasenlehara-patch-1
0cb4833
Add note about pnpm to the npmAlgorithm docs
7584d93
1.11.6
922fbde
1.11.6
b10422e
Merge pull request #1387 from stealjs/syntax-throw
682f659
Only use the rethrow method in Chrome, since it is the only browser that displays syntaxerrors with the line number in this way.
a145062
Implement custom logging for syntax errors
ad80d59
Merge pull request #1386 from stealjs/cf-build
551bbd1
use codeframe during the build
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Fixes an issue where an object like freeModule.require('util')
would inadvertently trigger CommonJS dependency detection.
The new version differs by 16 commits.
31d4a94
1.11.8
633cbdb
Merge pull request #1414 from stealjs/amd-require-2
7d4032f
Prevent that is a property on an object from being detected as a CJS dependency
118f4ec
Test for #1412
4d20196
1.11.7
a031f37
Merge pull request #1411 from stealjs/db-index
d9d07e6
Make folder/index convention work in dev bundles / production mode
7dd7557
Merge pull request #1407 from stealjs/chasenlehara-patch-1
0cb4833
Add note about pnpm to the npmAlgorithm docs
7584d93
1.11.6
922fbde
1.11.6
b10422e
Merge pull request #1387 from stealjs/syntax-throw
682f659
Only use the rethrow method in Chrome, since it is the only browser that displays syntaxerrors with the line number in this way.
a145062
Implement custom logging for syntax errors
ad80d59
Merge pull request #1386 from stealjs/cf-build
There are 16 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
This is a minor release, adding the ability to set load-bundles="false"
from the steal script tag.
You can now turn off loading of bundles while still in production mode.
This means that any code that checks for
steal.loader.isEnv("production")
will have a truthy value.
The new version differs by 19 commits.
1145970
1.12.0
3930a58
Merge pull request #1421 from stealjs/load-bundles-false
2bdc9b6
Adds load-bundles=false
31d4a94
1.11.8
633cbdb
Merge pull request #1414 from stealjs/amd-require-2
7d4032f
Prevent that is a property on an object from being detected as a CJS dependency
118f4ec
Test for #1412
4d20196
1.11.7
a031f37
Merge pull request #1411 from stealjs/db-index
d9d07e6
Make folder/index convention work in dev bundles / production mode
7dd7557
Merge pull request #1407 from stealjs/chasenlehara-patch-1
0cb4833
Add note about pnpm to the npmAlgorithm docs
7584d93
1.11.6
922fbde
1.11.6
b10422e
Merge pull request #1387 from stealjs/syntax-throw
There are 19 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
This is a patch release, fixing an issue with envs
map configuration not taking precedent over base-level map configuration.
The new version differs by 22 commits.
fd4ae25
1.12.1
3e59bfb
Merge pull request #1427 from stealjs/map-envs
543205f
Make envs map override configuration work
1145970
1.12.0
3930a58
Merge pull request #1421 from stealjs/load-bundles-false
2bdc9b6
Adds load-bundles=false
31d4a94
1.11.8
633cbdb
Merge pull request #1414 from stealjs/amd-require-2
7d4032f
Prevent that is a property on an object from being detected as a CJS dependency
118f4ec
Test for #1412
4d20196
1.11.7
a031f37
Merge pull request #1411 from stealjs/db-index
d9d07e6
Make folder/index convention work in dev bundles / production mode
7dd7557
Merge pull request #1407 from stealjs/chasenlehara-patch-1
0cb4833
Add note about pnpm to the npmAlgorithm docs
There are 22 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Fixes a bug where Node builtins where not auto-configured to be loaded.
The new version differs by 25 commits.
4376557
1.12.2
9253877
Merge pull request #1429 from stealjs/builtin-normalize
a49d119
Correctly load steal's package.json for Node builtins
fd4ae25
1.12.1
3e59bfb
Merge pull request #1427 from stealjs/map-envs
543205f
Make envs map override configuration work
1145970
1.12.0
3930a58
Merge pull request #1421 from stealjs/load-bundles-false
2bdc9b6
Adds load-bundles=false
31d4a94
1.11.8
633cbdb
Merge pull request #1414 from stealjs/amd-require-2
7d4032f
Prevent that is a property on an object from being detected as a CJS dependency
118f4ec
Test for #1412
4d20196
1.11.7
a031f37
Merge pull request #1411 from stealjs/db-index
There are 25 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Resolves a bug when loading the steal package.json from multiple entry points.
The new version differs by 27 commits.
0a8a4fe
1.12.3
d0210b4
Resolve the Promise to fetchDep()
4376557
1.12.2
9253877
Merge pull request #1429 from stealjs/builtin-normalize
a49d119
Correctly load steal's package.json for Node builtins
fd4ae25
1.12.1
3e59bfb
Merge pull request #1427 from stealjs/map-envs
543205f
Make envs map override configuration work
1145970
1.12.0
3930a58
Merge pull request #1421 from stealjs/load-bundles-false
2bdc9b6
Adds load-bundles=false
31d4a94
1.11.8
633cbdb
Merge pull request #1414 from stealjs/amd-require-2
7d4032f
Prevent that is a property on an object from being detected as a CJS dependency
118f4ec
Test for #1412
There are 27 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
This is a patch release, fixing a bug where a CommonJS module was detected as ES6 because of code inside of a comment.
The new version differs by 30 commits.
d867dbd
1.12.4
b51263c
Merge pull request #1430 from stealjs/react-redux
4ff1605
Make steal ignore ES6 syntax inside of comments
0a8a4fe
1.12.3
d0210b4
Resolve the Promise to fetchDep()
4376557
1.12.2
9253877
Merge pull request #1429 from stealjs/builtin-normalize
a49d119
Correctly load steal's package.json for Node builtins
fd4ae25
1.12.1
3e59bfb
Merge pull request #1427 from stealjs/map-envs
543205f
Make envs map override configuration work
1145970
1.12.0
3930a58
Merge pull request #1421 from stealjs/load-bundles-false
2bdc9b6
Adds load-bundles=false
31d4a94
1.11.8
There are 30 commits in total.
See the full diff
Version 1.11.5 of steal was just published.
This version is covered by your current version range and after updating it in your project the build failed.
steal is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/canjs/can-value/builds/368697846?utm_source=github_status&utm_medium=notification)Release Notes
1.11.5This is a patch release, fixing an issue where a syntax error in a child module could result in the wrong module showing up in a codeframe.
Pull requests
Commits
The new version differs by 6 commits.
368e802
1.11.5
6ef96ea
Merge pull request #1379 from stealjs/cjs-syntax
9c3fc8c
Skip this test in Edge, sigh
29c291b
Add in the codeframe for non SyntaxErrors
8c23764
Make syntaxerror message work in Firefox
0ea3618
Makes SyntaxErrors in child modules work
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: