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.36.1
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.36.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 7 contributors

Commits on Jul 24, 2025

  1. Add JSON parsing support for custom prop types (Unknown/Any) to provi…

    …de consistent behavior between SSR and non-SSR environments. (#6352)
    
    * Custom types get proper object parsing while primitives remain unchanged
    
    - String props: Always remain strings, even if they look like JSON
    - Number props: Always get parsed as numbers
    - Boolean props: Always get parsed as Booleans
    - Custom interface props: Get JSON parsing attempted
    - Any props: Get JSON parsing attempted
    
    * Update parse-property-value.spec.ts
    Jagget authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    a3fe474 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. fix(bundle): remove post order of node-resolve (#6353)

    * fix(bundle): remove post order of node-resolve
    
    node-resolve resolveId hook has been moved to the end of the plugin chain,
    so other plugins that were meant to be called after resolve some modules
    incorrectly
    
    fixes: #6335
    
    * style: format
    
    ---------
    
    Co-authored-by: Fabrice Tsiava <fabrice.tsiava@contentsquare.com>
    Fa3ris and fabrice-CS authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    19b56d1 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump form-data in /src/testing/jest/jest-27-and-under (

    #6351)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 3.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John Jenkins <johnljenkins@Hotmail.com>
    dependabot[bot] and johnjenkins authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    43d5f3c View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump form-data from 3.0.3 to 3.0.4 (#6355)

    Bumps [form-data](https://github.com/form-data/form-data) from 3.0.3 to 3.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
    - [Commits](form-data/form-data@v3.0.3...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 3.0.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 Jul 28, 2025
    Configuration menu
    Copy the full SHA
    712a4e0 View commit details
    Browse the repository at this point in the history
  4. v4.36.2 (#6356)

    Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
    github-actions[bot] and johnjenkins authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    57f5683 View commit details
    Browse the repository at this point in the history
Loading