Open greenkeeper[bot] opened 6 years ago
After pinning to 1.9.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
yarn was updated from 1.11.0
to 1.10.1
.Your tests are still failing with this version. Compare changes
devDependency
yarn was updated from 1.12.0
to 1.12.1
.Your tests are still failing with this version. Compare changes
Ensures the engine check is ran before showing the UI for upgrade-interactive
Restores Node v4 support by downgrading cli-table3
Prevents infinite loop when parsing corrupted lockfiles with unterminated strings
Environment variables now have to start with YARN_
(instead of just contain it) to be considered
Fixes the extensions
option when used by resolveRequest
Fixes handling of empty string entries for bin
in package.json
Adds support for basic auth for registries with paths, such as artifactory
Adds 2FA (Two Factor Authentication) support to publish & alike
Fixes how the files
property is interpreted to bring it in line with npm
Fixes Yarn invocations on Darwin when the yarn
binary was symlinked
Fixes require.resolve
when used together with the paths
option
devDependency
yarn was updated from 1.12.1
to 1.12.3
.Your tests are still failing with this version. Compare changes
Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.
Fixes an issue with yarn audit
when using workspaces
Uses NODE_OPTIONS
to instruct Node to load the PnP hook, instead of raw CLI arguments
Caveat: This change might cause issues for PnP users having a space inside their cwd (cf nodejs/node#24065)
Fixes Gulp when used with Plug'n'Play
Fixes an issue with yarn audit
when the root package was missing a name
Fixes an issue with yarn audit
when a package was depending on an empty range
Fixes an issue with how symlinks are setup into the cache on Windows
Upgrades inquirer
, fixing upgrade-interactive
for users using both Node 10 and Windows
Exposes the path to the PnP file using require.resolve('pnpapi')
devDependency
yarn was updated from 1.15.1
to 1.15.2
.Your tests are still failing with this version. Compare changes
devDependency
yarn was updated from 1.15.2
to 1.16.0
.Your tests are still failing with this version. Compare changes
The devDependency yarn was updated from
1.9.4
to1.10.0
.šØ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
yarn 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/Brainsware/sealas-site/builds/433342223?utm_source=github_status&utm_medium=notification)).Release Notes for v1.10.0
Use UV_FS_COPYFILE_FICLONE flag in fs.copyFile when available (#6302)
Andrew Sun - Wed, 5 Sep 2018 11:41:32 +0100
Reverts #2454 (#6321)
Maƫl Nison - Wed, 5 Sep 2018 11:40:45 +0100
ConsoleReporter: do not color if !isTTY (#6336)
John Ruble - Wed, 5 Sep 2018 10:20:24 +0100
test: Fail early if the local yarn build is missing (#6351)
Ed Morley - Mon, 3 Sep 2018 23:33:13 +0100
fix(resolution): Normalise non-HTTPS NPM registry URLs too (#6353)
Ed Morley - Mon, 3 Sep 2018 23:26:54 +0100
fix incomplete sanitization (#6328)
Sam Lanning - Sun, 2 Sep 2018 10:27:41 +0100
fix(build): Apply bundle fix to legacy build (#6303)
Mark Stacey - Tue, 28 Aug 2018 18:48:38 +0100
Update update-homebrew.sh (#6297)
Simen Bekkhus - Wed, 22 Aug 2018 23:45:34 -0700
Bugfix #3724 (#6275)
Avraham Ostreicher - Wed, 22 Aug 2018 20:36:33 +0100
Changed isValidLicense Check (#6134)
Matt Q - Wed, 22 Aug 2018 20:33:46 +0100
Upgrade gulp v4 (#6143)
Antoine du Hamel - Wed, 22 Aug 2018 20:32:02 +0100
Add Windows command executable that use powershell. (#6093)
Mike MacCana - Tue, 21 Aug 2018 10:47:59 +0100
Fixes the bundle build (#6274)
Maƫl Nison - Fri, 17 Aug 2018 10:54:07 +0100
fix(create): invoke correct path when using scoped package (#6271)
fenduru - Thu, 16 Aug 2018 10:35:46 +0100
Added ability to run script on all workspaces (#6244)
Kyle Welch - Mon, 13 Aug 2018 23:04:00 +0100
fix(cli-create): fix scoped creation (#6239)
Vladimir Starkov - Mon, 13 Aug 2018 12:57:08 +0100
Fix: Correctly load v8-compile-cache (#6261)
Andres Suarez - Sat, 11 Aug 2018 22:45:46 -0700
Adds an auto-add-integrity option (#6255)
Maƫl Nison - Fri, 10 Aug 2018 15:07:38 +0100
deps: upgrade deps to get rid of Buffer constructor (#6208)
Antoine du Hamel - Fri, 10 Aug 2018 13:21:32 +0100
Don't compute integrity when network restricted (#6248)
Maƫl Nison - Fri, 10 Aug 2018 12:51:37 +0100
Fix performance of PackageHoister.seed (#6251)
RafaÅ Lindemann - Thu, 9 Aug 2018 18:05:58 +0100
ci(perf): Set maxWorkers to match the number of cores available (#6249)
Mark Stacey - Thu, 9 Aug 2018 15:42:14 +0100
test(warning): Jest: Ignore build directory modules to avoid module name collision (#6252)
Mark Stacey - Thu, 9 Aug 2018 15:40:55 +0100
Disables tarball fetching on windows (#6211)
Maƫl Nison - Tue, 7 Aug 2018 11:12:58 +0100
test(request-cache): Update request-cache
hawk
version (#6227)Mark Stacey - Mon, 6 Aug 2018 18:58:10 +0100
test: Fix
yarn run <failing script>
test on Windows (#6222)Mark Stacey - Mon, 6 Aug 2018 18:53:07 +0100
Make yarn not to add /usr/bin to PATH if already there (#6178)
x-yuri - Fri, 3 Aug 2018 11:30:54 +0100
Fixes to PR 6007 (#6207)
Clinton Wood - Fri, 3 Aug 2018 11:28:01 +0100
Fix perf regression (#6204)
Maƫl Nison - Fri, 3 Aug 2018 10:21:34 +0100
fix(cli): reword manifest (#6154)
Masato Ohba - Thu, 2 Aug 2018 10:44:10 +0100
feat(checksums): add integrity field with sha512 authentication to yarn.lock (#5042)
Aram Drevekenin - Wed, 1 Aug 2018 16:26:34 +0100
Bumps hawk (#6194)
Maƫl Nison - Wed, 1 Aug 2018 15:17:17 +0100
fix: Show essential output for list commands when using --silent option (#6158)
Robert (Jamie) Munro - Sun, 29 Jul 2018 20:58:02 +0100
Added a got field to incompatible engine message (#6161)
Shubham Kanodia - Sun, 29 Jul 2018 20:56:46 +0100
Fixes windows filtering (#6149)
Maƫl Nison - Wed, 25 Jul 2018 16:08:51 +0100
Allow bundleDependencies to be respected during
pack
(#5966)Travis Hoover - Wed, 25 Jul 2018 09:09:29 +0100
Fixes request mock on Node 10.7 (#6132)
Maƫl Nison - Mon, 23 Jul 2018 16:17:58 +0100
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: