vyakymenko / dipi

Dipi is a simple Angular library that contains a huge, useful pack of Directives and Pipes for Angular developers.

Home Page:https://github.com/vyakymenko/dipi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

The devDependency tslib was updated from 1.9.3 to 1.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 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/appveyor/branch: Waiting for AppVeyor build to complete (Details).
  • ❌ ci/circleci: build: Your tests failed on CircleCI (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.

  • 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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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 dependency tslib was updated from 1.10.0 to 1.11.0.

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

Release Notes for tslib 1.11.0

This release provides the __classPrivateFieldGet and __classPrivateFieldSet helper functions to power ECMAScript private fields in TypeScript 3.8.

Commits

The new version differs by 16 commits.

  • 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
  • 0d39ba8 Update README.md
  • b9ff14b Indicate package.json 'module' entry has no side effects for WebPack (#72)
  • 493138d Merge branch 'Saulzi-master'
  • 18b0b94 Editorial changes from PR suggestions
  • 0afc428 microsoft/typescript#32458for of locking up on generators in es5 without Symbol.iterator
  • 0aa4c2a Updates __awaiter to latest version in TypeScript (#70)
  • 293765b Merge pull request #68 from SimenB/patch-1

There are 16 commits in total.

See the full diff

  • The dependency tslib was updated from 1.11.0 to 1.11.1.

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

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.

  • 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