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: yarnpkg/berry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a853e35cfe44d1cbd17b9739f68e90d1c79c96e
Choose a base ref
...
head repository: yarnpkg/berry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf
Choose a head ref
  • 3 commits
  • 16 files changed
  • 2 contributors

Commits on May 2, 2024

  1. Sync master with the changes from master

    yarnbot committed May 2, 2024
    Copy the full SHA
    fd9b177 View commit details
  2. build: explicitly set noEmit: false in the build script (#6266)

    **What's the problem this PR addresses?**
    
    #6133 (cc @clemyan) enabled
    `noEmit` by default which caused `yarn pack` to not get any build
    output.
    
    Fixes #6265
    
    **How did you fix it?**
    
    Explicitly set `noEmit: false` in the build script.
    
    **Checklist**
    - [x] I have read the [Contributing
    Guide](https://yarnpkg.com/advanced/contributing).
    - [x] I have set the packages that need to be released for my changes to
    be effective.
    - [x] I will check that all automated PR checks pass before the PR gets
    reviewed.
    merceyz authored May 2, 2024
    Copy the full SHA
    33a8c80 View commit details
  3. Releasing 13 new packages

    | Package name | Version |
    | --- | --- |
    | `@yarnpkg/cli` | `4.2.1` |
    | `@yarnpkg/extensions` | `2.0.3` |
    | `@yarnpkg/plugin-compat` | `4.0.5` |
    | `@yarnpkg/plugin-version` | `4.0.3` |
    | `@yarnpkg/builder` | `4.1.1` |
    | `@yarnpkg/sdks` | `3.1.2` |
    | `@yarnpkg/core` | `4.0.5` |
    | `@yarnpkg/plugin-npm-cli` | `4.0.4` |
    | `@yarnpkg/parsers` | `3.0.2` |
    | `@yarnpkg/shell` | `4.0.2` |
    | `@yarnpkg/plugin-typescript` | `4.1.1` |
    | `@yarnpkg/plugin-pnp` | `4.0.4` |
    | `@yarnpkg/pnp` | `4.0.4` |
    yarnbot committed May 2, 2024
    Copy the full SHA
    bf24f59 View commit details
Loading