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: symfony/webpack-encore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.0
Choose a base ref
...
head repository: symfony/webpack-encore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 18, 2025

  1. Declare svelte and svelte-loader as optional dependencies

    Version 5.3.0 added the peer dependency declaration but forgot to mark it as optional (while the implementation already treats it as optional)
    stof authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    8cf4fd7 View commit details
    Browse the repository at this point in the history
  2. bug #1387 Declare svelte and svelte-loader as optional dependencies (…

    …stof)
    
    This PR was merged into the main branch.
    
    Discussion
    ----------
    
    Declare svelte and svelte-loader as optional dependencies
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #1386
    | License       | MIT
    
    Version 5.3.0 added the peer dependency declaration but forgot to mark it as optional (while the implementation already treats it as optional)
    
    Commits
    -------
    
    8cf4fd7 Declare svelte and svelte-loader as optional dependencies
    Kocal committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    dc2ec65 View commit details
    Browse the repository at this point in the history
  3. Tagging 5.3.1

    Kocal committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    0274860 View commit details
    Browse the repository at this point in the history
Loading