Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Node v15.0.0 #2268

Closed
wants to merge 11 commits into from
Closed

Commits on Oct 17, 2020

  1. fix(builtin): give a longer timeout for _create_build_files

    A user reports that their build file generation takes longer than 600 seconds.
    It's probably a bug that we are so slow, but let's address that separately (maybe in our work for npm v7)
    
    Also note we could have made this timeout user-configurable, but I think the extra API surface isn't worth the benefit.
    
    Fixes bazel-contrib#2231
    Alex Eagle authored and alexeagle committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e72c145 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. fix(typescript): don't include _valid_options marker file in outs

    Tested by building //packages/angular:npm_package and don't get an extra .d.ts file in the package.
    Also tested the negative case by making an invalid option and check that it's still reported.
    
    Fixes bazel-contrib#2078
    Alex Eagle authored and alexeagle committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    6305db3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. chore: allow node versions <= 14.14.0

    mattem authored and alexeagle committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0a1e576 View commit details
    Browse the repository at this point in the history
  2. chore: update rules_docker to 0.14.4

    mattem authored and alexeagle committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    29901c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. docs: minor update for readability and formatting (bazel-contrib#2243)

    * docs: minor update for readibility and formating
    evahowe authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8db9182 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix small typo in changelog

    lencioni authored and alexeagle committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1672968 View commit details
    Browse the repository at this point in the history
  2. chore(docs): move ts_library docs into ts_library

    Also recommend ts_project for new uses
    Alex Eagle authored and alexeagle committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0c3bce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. chore(karma): remove dependency on tmp

    Alex Eagle authored and alexeagle committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9a50cb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. feat(typescript): add allow_js support to ts_project

    Matt Insler authored and alexeagle committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    12571ee View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    700374a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. feat: add Node v15.0.0

    Updates the Vue and vendored_node to Node v15.0.1 to use npm 7
    mattem committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    57d90ec View commit details
    Browse the repository at this point in the history