GithubHelp home page GithubHelp logo

Comments (6)

greenkeeper avatar greenkeeper commented on August 30, 2024

Version 3.0.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Cache Fix

Fixed

  • When TypeScript was requesting a file, it was added to the cache - unfortunately a change resulted in it setting a version which lists the files used by TypeScript. TypeScript peruses this list occasionally and blows up when a non-.ts file is in the list
Commits

The new version differs by 2 commits.

  • 125544f 3.0.6
  • ae4b423 Set cache.contents (no version) on read request (#347)

See the full diff

from npm-batch.

greenkeeper avatar greenkeeper commented on August 30, 2024

Version 3.1.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Combine Source Map and Content Cache

Changed

  • Combine the source maps and content output in the cache (#368)
  • Add missing FS implementations to service host for TypeScript 2.5 (#366)
Commits

The new version differs by 6 commits.

  • 3ea7458 3.1.0
  • 1cac86b Combine source map with source file output (#368)
  • 61f1c16 Add missing implementations to service host (#366)
  • 28697b1 chore(package): update tslint-config-standard to version 6.0.0 (#354)
  • 125544f 3.0.6
  • ae4b423 Set cache.contents (no version) on read request (#347)

See the full diff

from npm-batch.

greenkeeper avatar greenkeeper commented on August 30, 2024

Version 3.2.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Boolean Env Flags

Changed

  • Inherit boolean flags from environment
  • Remove preferGlobal warning from package.json

Added

  • Export printError utility
  • Enable debug flag for hacking
Commits

The new version differs by 13 commits.

  • d90ffba 3.2.0
  • 2e03f54 fix(package): update chalk to version 2.0.0 (#372)
  • c60d3a7 Export printError utility (#376)
  • 3f0d975 Enable debug flag for method call tracking (#377)
  • 394ddb8 Boolean flags inherit from env (#375)
  • 82effb2 Handle possibly undefined diagnostic "start"
  • 9bc3dd8 Remove preferGlobal from package.json
  • 3ea7458 3.1.0
  • 1cac86b Combine source map with source file output (#368)
  • 61f1c16 Add missing implementations to service host (#366)
  • 28697b1 chore(package): update tslint-config-standard to version 6.0.0 (#354)
  • 125544f 3.0.6
  • ae4b423 Set cache.contents (no version) on read request (#347)

See the full diff

from npm-batch.

greenkeeper avatar greenkeeper commented on August 30, 2024

Version 3.2.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 18 commits.

  • c69b242 3.2.1
  • 477e705 Fix source map output for .tsx files (#395)
  • e9e9621 fix(package): update v8flags to version 3.0.0 (#390)
  • 23b5036 Document ability to pass paths to --project (#392)
  • 6748fa3 Add note about node.js CLI options
  • d90ffba 3.2.0
  • 2e03f54 fix(package): update chalk to version 2.0.0 (#372)
  • c60d3a7 Export printError utility (#376)
  • 3f0d975 Enable debug flag for method call tracking (#377)
  • 394ddb8 Boolean flags inherit from env (#375)
  • 82effb2 Handle possibly undefined diagnostic "start"
  • 9bc3dd8 Remove preferGlobal from package.json
  • 3ea7458 3.1.0
  • 1cac86b Combine source map with source file output (#368)
  • 61f1c16 Add missing implementations to service host (#366)

There are 18 commits in total.

See the full diff

from npm-batch.

greenkeeper avatar greenkeeper commented on August 30, 2024

Version 3.2.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Improve Source Map Inline Perf

Fixed

  • Fixed inline source map replacement for large files
Commits

The new version differs by 20 commits.

  • b99b6bc 3.2.2
  • fba8b2d Use String#slice() for inlining source map
  • c69b242 3.2.1
  • 477e705 Fix source map output for .tsx files (#395)
  • e9e9621 fix(package): update v8flags to version 3.0.0 (#390)
  • 23b5036 Document ability to pass paths to --project (#392)
  • 6748fa3 Add note about node.js CLI options
  • d90ffba 3.2.0
  • 2e03f54 fix(package): update chalk to version 2.0.0 (#372)
  • c60d3a7 Export printError utility (#376)
  • 3f0d975 Enable debug flag for method call tracking (#377)
  • 394ddb8 Boolean flags inherit from env (#375)
  • 82effb2 Handle possibly undefined diagnostic "start"
  • 9bc3dd8 Remove preferGlobal from package.json
  • 3ea7458 3.1.0

There are 20 commits in total.

See the full diff

from npm-batch.

greenkeeper avatar greenkeeper commented on August 30, 2024

Version 3.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Validate Cache Files

Changed

  • Validate cache file endings before using
Commits

The new version differs by 22 commits.

  • 668e9ef 3.3.0
  • 365d53d Validate cache file contents before use (#394)
  • b99b6bc 3.2.2
  • fba8b2d Use String#slice() for inlining source map
  • c69b242 3.2.1
  • 477e705 Fix source map output for .tsx files (#395)
  • e9e9621 fix(package): update v8flags to version 3.0.0 (#390)
  • 23b5036 Document ability to pass paths to --project (#392)
  • 6748fa3 Add note about node.js CLI options
  • d90ffba 3.2.0
  • 2e03f54 fix(package): update chalk to version 2.0.0 (#372)
  • c60d3a7 Export printError utility (#376)
  • 3f0d975 Enable debug flag for method call tracking (#377)
  • 394ddb8 Boolean flags inherit from env (#375)
  • 82effb2 Handle possibly undefined diagnostic "start"

There are 22 commits in total.

See the full diff

from npm-batch.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.