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: stenciljs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.43.2
Choose a base ref
...
head repository: stenciljs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.43.3
Choose a head ref
  • 5 commits
  • 18 files changed
  • 5 contributors

Commits on Mar 2, 2026

  1. chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /test/todo-app (

    …#6625)
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    778b0cd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. chore(deps): bump minimatch (#6634)

    Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.5 and updates ancestor dependencies  and [minimatch](https://github.com/isaacs/minimatch). These dependencies need to be updated together.
    
    
    Updates `minimatch` from 3.1.2 to 3.1.5
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    Updates `minimatch` from 9.0.4 to 9.0.9
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    Updates `minimatch` from 10.1.1 to 10.2.4
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    - dependency-name: minimatch
      dependency-version: 9.0.9
      dependency-type: direct:development
    - dependency-name: minimatch
      dependency-version: 10.2.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    9080c9d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

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

Commits on Mar 19, 2026

  1. fix(mock-doc): updated node.prepend to work even if there are no exis…

    …ting children (#6640)
    
    * Updated node.prepend to work even if there are no existing children to insert the new child before
    
    * Updated addGlobalStyleToComponents option to default to 'client' and only attempt to add globalStyles when hydrating if the option is set to true
    
    * Formatted changes with prettier
    kyleMessnerLillyContractor authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    cd22da5 View commit details
    Browse the repository at this point in the history
  2. v4.43.3 (#6645)

    Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
    Co-authored-by: John Jenkins <johnljenkins@Hotmail.com>
    3 people authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    aac3605 View commit details
    Browse the repository at this point in the history
Loading