Open greenkeeper[bot] opened 5 years ago
After pinning to 1.9.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
tslib was updated from 1.11.0
to 1.11.1
.Your tests are still failing with this version. Compare changes
This release updates tslib's declaration files so that users don't have to include declarations for WeakMap
in their compilation.
The new version differs by 23 commits.
c1f87f7
Update version to '1.11.1'.
5d26e24
Merge pull request #94 from microsoft/remove-weakmap
418ee9c
Fix return type of 'get'
b75bff8
Restore minimal type safety using a type literal
9c92f58
Remove reference to WeakMap from tslib.d.ts
364f0ec
Merge pull request #90 from alan-agius4/patch-1
f6b75b4
build: exclude github workflows from npm package
19d1e0a
Remove unneeded dependency
9293159
Add publish action
16f4f7b
Update version to '1.11.0'.
3cf8ae0
Merge pull request #82 from EB-Forks/feat/typed-private-fields
2b541e6
feat: Add type information to private field helper functions
82216bc
Merge pull request #77 from bloomberg/es-private-fields
5c72ae8
add helpers for private-named instance fields
ec58992
Merge pull request #73 from iliyaZelenko/patch-1
There are 23 commits in total.
See the full diff
dependency
tslib was updated from 1.11.1
to 1.11.2
.Your tests are still failing with this version. Compare changes
This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.
dependency
tslib was updated from 1.11.2
to 1.12.0
.Your tests are still failing with this version. Compare changes
This release adds the __createBinding
helper function which is used by non-ECMAScript module emit in TypeScript 3.9.
The new version differs by 6 commits.
3a21810
Update version to '1.12.0'.
ae43189
Merge pull request #101 from alan-agius4/patch-1
21f15b1
fix: add missing semi colons after method names
b6c0020
Remove links to spec from README
f283e5c
Add :void
6975099
Update helpers for TS 3.9 (#99)
See the full diff
The dependency tslib was updated from
1.9.3
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.
tslib 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
- ✅ **ci/circleci: install:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/AnthonyNahas/my-page/559?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: lint:** CircleCI is running your tests ([Details](https://circleci.com/gh/AnthonyNahas/my-page/561?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: test-app:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/AnthonyNahas/my-page/560?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for tslib 1.10.0
This release fixes enumerability in object rest's
__rest
helper (see details here) and adds a new__spreadArrays
helper (done as part of a change for more accurate array spreads).Commits
The new version differs by 5 commits.
e1aae12
Update version to '1.10.0'.
ab40523
Add '__spreadArrays' helper (#67)
57efce4
Modified __rest to check if property is enumerable. (#66)
ca03390
Merge pull request #57 from styfle/patch-1
b99cbbc
Update .npmignore
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: