An in-range update of tslib is breaking the build 🚨
The dependency tslib was updated from 1.9.3 to 1.10.0.
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
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.
e1aae12Update version to '1.10.0'.ab40523Add '__spreadArrays' helper (#67)57efce4Modified __rest to check if property is enumerable. (#66)ca03390Merge pull request #57 from styfle/patch-1b99cbbcUpdate .npmignore
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 :palm_tree:
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.
- The
dependencytslib was updated from1.11.0to1.11.1.
Your tests are still failing with this version. Compare changes
Release Notes for tslib 1.11.1
This release updates tslib's declaration files so that users don't have to include declarations for WeakMap in their compilation.
Commits
The new version differs by 23 commits.
c1f87f7Update version to '1.11.1'.5d26e24Merge pull request #94 from microsoft/remove-weakmap418ee9cFix return type of 'get'b75bff8Restore minimal type safety using a type literal9c92f58Remove reference to WeakMap from tslib.d.ts364f0ecMerge pull request #90 from alan-agius4/patch-1f6b75b4build: exclude github workflows from npm package19d1e0aRemove unneeded dependency9293159Add publish action16f4f7bUpdate version to '1.11.0'.3cf8ae0Merge pull request #82 from EB-Forks/feat/typed-private-fields2b541e6feat: Add type information to private field helper functions82216bcMerge pull request #77 from bloomberg/es-private-fields5c72ae8add helpers for private-named instance fieldsec58992Merge pull request #73 from iliyaZelenko/patch-1
There are 23 commits in total.
See the full diff
- The
dependencytslib was updated from1.11.1to1.11.2.
Your tests are still failing with this version. Compare changes
Release Notes for tslib 1.11.2
This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.
- The
dependencytslib was updated from1.11.2to1.12.0.
Your tests are still failing with this version. Compare changes
Release Notes for tslib 1.12.0
This release adds the __createBinding helper function which is used by non-ECMAScript module emit in TypeScript 3.9.
Commits
The new version differs by 6 commits.
3a21810Update version to '1.12.0'.ae43189Merge pull request #101 from alan-agius4/patch-121f15b1fix: add missing semi colons after method namesb6c0020Remove links to spec from READMEf283e5cAdd :void6975099Update helpers for TS 3.9 (#99)
See the full diff