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.0.1
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.1.0
Choose a head ref
  • 14 commits
  • 19 files changed
  • 4 contributors

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    2fc7555 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1350 from cs278/fix-exec

    Don't mark non executable files as executable
    stof authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4e5571c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Fix documentation link

    naebushi authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    36f1123 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. minor #1352 Fix documentation link (naebushi)

    This PR was merged into the main branch.
    
    Discussion
    ----------
    
    Fix documentation link
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | no <!-- please update CHANGELOG.md file -->
    | Deprecations? | no <!-- please update CHANGELOG.md file -->
    | Issues        | n/a
    | License       | MIT
    
    Documentation link now points to the dedicated Encore documentation instead of the broad "Symfony Front-end Tools" section.
    
    Commits
    -------
    
    36f1123 Fix documentation link
    Kocal committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    57cd2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96b9fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abc75cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f37f5 View commit details
    Browse the repository at this point in the history
  5. minor #1356 Upgrading some dependencies with vulnerability issues (Ko…

    …cal)
    
    This PR was squashed before being merged into the main branch.
    
    Discussion
    ----------
    
    Upgrading some dependencies with vulnerability issues
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | no <!-- please update CHANGELOG.md file -->
    | Deprecations? | no <!-- please update CHANGELOG.md file -->
    | Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    <!--
    Replace this notice by a description of your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Features and deprecations must be submitted against the latest branch.
     - For new features, provide some code snippets to help understand usage.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility.
    -->
    
    Purely internal, it won't impact end-users (except for suggesting a newer version of `webpack-dev-server`). That's mainly to close issues opened in https://github.com/symfony/webpack-encore/security/dependabot
    
    Commits
    -------
    
    93f37f5 Upgrade Express to 4.21.1, to fix issues with cookie, send, and path-to-regexp
    abc75cf Update http-proxy-middleware to 2.0.7 (https://github.com/symfony/webpack-encore/security/dependabot/144)
    a96b9fd Update cross-spawn to 7.0.6 (https://github.com/symfony/webpack-encore/security/dependabot/145)
    Kocal committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    aaaf703 View commit details
    Browse the repository at this point in the history
  6. Add support for Node.js 23

    Kocal committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9751cdf View commit details
    Browse the repository at this point in the history
  7. feature #1357 Add support for Node.js 23 (Kocal)

    This PR was merged into the main branch.
    
    Discussion
    ----------
    
    Add support for Node.js 23
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | yes <!-- please update CHANGELOG.md file -->
    | Deprecations? | no <!-- please update CHANGELOG.md file -->
    | Issues        | Fix #1323 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    <!--
    Replace this notice by a description of your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Features and deprecations must be submitted against the latest branch.
     - For new features, provide some code snippets to help understand usage.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility.
    -->
    
    Let's ensure Webpack Encore supports Node.js 23
    
    Commits
    -------
    
    9751cdf Add support for Node.js 23
    Kocal committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    a2c0929 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    529d106 View commit details
    Browse the repository at this point in the history
  2. feature #1361 Add support for @symfony/stimulus-bridge@^4.0.0 (Kocal)

    This PR was merged into the main branch.
    
    Discussion
    ----------
    
    Add support for `@symfony`/stimulus-bridge@^4.0.0
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | yes <!-- please update CHANGELOG.md file -->
    | Deprecations? | yes/no <!-- please update CHANGELOG.md file -->
    | Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    <!--
    Replace this notice by a description of your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Features and deprecations must be submitted against the latest branch.
     - For new features, provide some code snippets to help understand usage.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility.
    -->
    
    https://github.com/symfony/stimulus-bridge/releases/tag/v4.0.0
    
    Commits
    -------
    
    529d106 Add support for `@symfony`/stimulus-bridge@^4.0.0
    Kocal committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    50afd34 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Sync changelog for 5.1.0

    Kocal committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    0ce2954 View commit details
    Browse the repository at this point in the history
  2. Tagging 5.1.0

    Kocal committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    150777e View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy