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: salesforce/lwc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.21.1
Choose a base ref
...
head repository: salesforce/lwc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.21.2
Choose a head ref
  • 4 commits
  • 33 files changed
  • 4 contributors

Commits on Aug 8, 2025

  1. chore(release): update scripts for other git configs and backports (#…

    …5454)
    
    * chore(release): avoid unnecessarily checking out branch
    
    it can be created and pushed without checkout
    
    * chore(release): add flexibility for backport version bumps
    wjhsf authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    145d7cb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. build(deps-dev): bump the theoretically-non-breaking group with 4 upd…

    …ates (#5456)
    
    Bumps the theoretically-non-breaking group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [lint-staged](https://github.com/lint-staged/lint-staged).
    
    
    Updates `@eslint/js` from 9.32.0 to 9.33.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js)
    
    Updates `@types/node` from 22.17.0 to 22.17.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 9.32.0 to 9.33.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.32.0...v9.33.0)
    
    Updates `lint-staged` from 16.1.4 to 16.1.5
    - [Release notes](https://github.com/lint-staged/lint-staged/releases)
    - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
    - [Commits](lint-staged/lint-staged@v16.1.4...v16.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-version: 9.33.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: theoretically-non-breaking
    - dependency-name: "@types/node"
      dependency-version: 22.17.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: theoretically-non-breaking
    - dependency-name: eslint
      dependency-version: 9.33.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: theoretically-non-breaking
    - dependency-name: lint-staged
      dependency-version: 16.1.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: theoretically-non-breaking
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    a38cbcb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. fix: remove redundant optional chaining on process.env which is break…

    …ing testing (#5459)
    
    * fix: remove redundant optional chaining on process.env which is breaking tests
    
    * fix: remove redundant optional chaining on process.env which is breaking tests
    jhefferman-sfdc authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    6ce708a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b744c8 View commit details
    Browse the repository at this point in the history
Loading