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: babel/babel-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.3
Choose a base ref
...
head repository: babel/babel-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.0
Choose a head ref
  • 11 commits
  • 27 files changed
  • 3 contributors

Commits on Jul 18, 2023

  1. migrate to c8 (#996)

    * migrate to c8
    
    * remove cross-env
    
    * report coverages from lib/*.js only
    
    * bump codecov-action to v3
    
    * merge coverage job with lint job
    
    * remap coverage to source files
    
    * add lcov reporter
    JLHwung authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    df36cba View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    70f74d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Bump dev dependencies (#1001)

    * migrate to @babel/eslint-parser
    
    * bump prettier and eslint-prettier
    
    * bump rimraf to 5
    
    * pin minipass to 6.0.2
    
    minipass 7 uses node builtin import specifier `node:`, which does not support Node.js 14.15
    
    * bump yarn to 3.6.1
    
    * pin minipass to 6.0.2
    JLHwung authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c9d65eb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Remove caller option check (#1007)

    * Remove caller option check
    
    Babel 7.12+ supports .caller options
    
    * update deps
    
    * add Node 20 to CI matrix
    
    * Update yarn to 3.6.4
    JLHwung authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a186b8b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update tests (#1003)

    JLHwung authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c5df50c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#1020)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    955e577 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Update metadata test (#1024)

    * remove pnp-webpack-plugin
    
    * rewrite metadata test
    
    * remove react-intl dev deps
    
    * remove unused fixtures
    JLHwung authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    943f412 View commit details
    Browse the repository at this point in the history
  2. Update deps (#1025)

    * update all deps
    
    * migrate Babel config
    
    * remove react from dev deps
    
    * remove semver from dev deps
    
    * update eslint to 9.6.0
    
    * replace rimraf by native fs calls
    JLHwung authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    06c3ad8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    e449287 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. backport #1034 to 9.x (#1037)

    JLHwung authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a1a24ca View commit details
    Browse the repository at this point in the history
  2. 9.2.0

    nicolo-ribaudo committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d280ee3 View commit details
    Browse the repository at this point in the history
Loading