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: jquery/jquery-migrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb21836
Choose a base ref
...
head repository: jquery/jquery-migrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 808a24f
Choose a head ref
  • 2 commits
  • 39 files changed
  • 1 contributor

Commits on Jun 4, 2024

  1. Build: replace grunt tasks with npm scripts

    Includes:
    
    - **lint**: lint all code using new eslint flat config
    - **build**: build using rollup, minify using uglify, process for dist
    - **npmcopy**: copy some node module files to the external folder
    - **start**: watch source files and rebuild on changes using rollup.watch
    
    Also:
    - Update the build function in the release script to use the new build
    - Update CONTRIBUTING.md and README.md with new scripts
    - Confirm the min file was identical to the main branch build, aside from the version update.
    - Keep uglify-js at 3.9.4, which is the last version that officially
      supported the ie8 argument, which we need for ie9
    - update browserstack project name to jquery-migrate
    - run browserstack at least once a week
    
    Closes gh-512
    timmywil committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fb558ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808a24f View commit details
    Browse the repository at this point in the history
Loading