10000 Comparing v2.1.3...v2.2.0 · aspect-build/rules_js · GitHub
[go: up one dir, main page]

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: aspect-build/rules_js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: aspect-build/rules_js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 14 commits
  • 58 files changed
  • 9 contributors

Commits on Jan 30, 2025

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

Commits on Feb 5, 2025

  1. fix: use Label.repo_name instead of Label.workspace_name (#2082)

    According to the documentation, Label.workspace_name is deprecated:
    
    https://bazel.build/rules/lib/builtins/Label.html#workspace_name
    
    Label.repo_name behaves identically and is available in Bazel 6 and later.
    EdSchouten authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    a365f47 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. feat: add exclude patterns for npm packages (#2078)

    ### Changes are visible to end-users: yes
    
    - Searched for relevant documentation and updated as needed: yes
    - Breaking change (forces users to change their own code or config): no
    - Suggested release notes appear below: yes
    
    Add `npm_translate_lock(exclude_package_contents)` and `npm_import(exclude_package_contents)` for excluding content when extracting packages.
    
    ### Test plan
    
    - New test added: e2e/package_exclude_patterns
    
    Resolves: #2042
    Mivr authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    ef8e187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ff2b5 View commit details
    Browse the repository at this point in the history
  3. chore: mirror external pnpm releases (#2058)

    Co-authored-by: alexeagle <47395+alexeagle@users.noreply.github.com>
    github-actions[bot] and alexeagle authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    203d4d5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update aspect to v1.1.0 (#2007)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    054642f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

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

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    0994c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6338c8e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. fix(coverage): ensure js_library#srcs are instrumented for coverage (#…

    …2106)
    
    * fix: ensure js_library#srcs are instrumented for coverage
    
    * Update js_library.bzl
    
    * Update js_library.bzl
    
    * Update js_library.bzl
    
    * Update js_library.bzl
    alexeagle authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    549311e View commit details
    Browse the repository at this point in the history
  2. chore: mirror external releases (#2104)

    Co-authored-by: alexeagle <47395+alexeagle@users.noreply.github.com>
    github-actions[bot] and alexeagle authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    3bc69f2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency buildifier_prebuilt to v8 (#2097)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    66a85a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    e6c8019 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency bazel to v7.5.0 (#2084)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    868f12d View commit details
    Browse the repository at this point in the history
Loading
0