8000 Comparing v2.75.6...v2.75.7 · rollup/rollup · GitHub
[go: up one dir, main page]

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: rollup/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.75.6
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.75.7
Choose a head ref
  • 7 commits
  • 19 files changed
  • 5 contributors

Commits on Jun 10, 2022

  1. chore: remove source map workaround, bump deps (#4523)

    * chore: remove source map workaround
    
    * chore: bump deps
    
    * chore: bump typescript
    
    * chore: bump core-js
    
    * chore: bump es5-shim
    
    * chore: bump transitive dependencies (rebuild package-lock)
    dnalborczyk authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    30735b4 View commit details
    Browse the repository at this point in the history
  2. Add regression tests for instanceof (#4525)

    * Treeshake instanceof
    
    * Fix side effect and self-reference handling
    
    * Remove feature and add regression test
    lukastaegert authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    1792cdf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    9b55e50 View commit details
    Browse the repository at this point in the history
  2. fix: rename Array.prototype.group/groupToMap (#4531)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    288bf77 View commit details
    Browse the repository at this point in the history
  3. chore: Set permissions for GitHub actions (#4528)

    Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    naveensrinivasan and lukastaegert authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c1fcbbd View commit details
    Browse the repository at this point in the history
  4. Update changelog

    lukastaegert committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    459fdd9 View commit details
    Browse the repository at this point in the history
  5. 2.75.7

    lukastaegert committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    057171c View commit details
    Browse the repository at this point in the history
Loading
0