8000 Comparing bazel-contrib:stable...bshimc:stable · bazel-contrib/rules_nodejs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: bshimc/rules_nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 27 files changed
  • 7 contributors

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 #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 #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 (#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 9, 2020

  1. Add external protobuf dependencies to examples/protocol_buffers

    Functionally the changes should be a no-op for the purposes of the
    tests in this package but they do shake out some of the issues
    described in (albeit with different symptoms):
    
    #988
    #1946
    
    With potentially related upstream issues:
    
    grpc/grpc-web#584
    https://github.com/protocolbuffers/protobuf/issues/6341
    bshimc committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    54b93b8 View commit details
    Browse the repository at this point in the history
Loading
0