-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: b2eb9dce084f1a892101d1b693fea25f05428ff8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yarnpkg/berry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e73cdb7e2057a3ab4bd93074190b508b407c7ab
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 49 files changed
- 8 contributors
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1edfae - Browse repository at this point
Copy the full SHA f1edfaeView commit details
Commits on Jun 19, 2024
-
Minor tweaks to website (#6264)
## What's the problem this PR addresses? Some minor/nitpick-level problems with the website Note: This PR has *some* overlap with #6218. I'll rebase one when the other is merged ## How did you fix it? - Removed remnants of TypeScript misconfiguration created when first adding the docusaurus workspace via `create-docusaurus` - Reorganized the directory structure of the docusaurus workspace. In particular, moved stuff that is run in build-time (except the `docusaurus.config.ts` itself) to a `config` directory. May not seem like much but as more stuff gets added this can keep thing clean and manageable. - Used admonitions instead of plain text where appropriate - Made the remark plugins apply to the CHANGELOG (they weren't before) - Cleaned up and reorganized the dependencies. Of course there are different schools of philosophy regarding what should count as a dependency vs devDependency in a frontend app. Ultimately I decided for Docusaurus, it makes more sense to say everything needed to run `yarn build` successfully is a dep and devDeps are those that are purely for DX (e.g. types) - Removed babel and browserslist config as we are not using them at all ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
Configuration menu - View commit details
-
Copy full SHA for 40b5fb8 - Browse repository at this point
Copy the full SHA 40b5fb8View commit details -
Fix incorrect
node:β¦
module warnings in doctor (#6347)This swaps to use `isBuiltin` from Node rather than constructing a custom set of module names with `node:` prefix. For some modules that didn't have a "bare" module (e.g. `node:test`) this fixes false positive errors. ## What's the problem this PR addresses? <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> Closes #6343 ## How did you fix it? <!-- A detailed description of your implementation. --> ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [ ] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [ ] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [ ] I will check that all automated PR checks pass before the PR gets reviewed. --------- Co-authored-by: MaΓ«l Nison <nison.mael@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8445b05 - Browse repository at this point
Copy the full SHA 8445b05View commit details -
Update links for yarn explain to Docosaurus versions (#6321)
## What's the problem this PR addresses? This updates the URLs for the `yarn explain` command to make it work after the move from Gatsby to Docusaurus. Resolves #6249. ## How did you fix it? - Change the version-tagged link (`repo.yarnpkg.com`) to what @arcanis says will be published after the next release - Change the Github link for hint about how to help updating documentation
Configuration menu - View commit details
-
Copy full SHA for 64e41c8 - Browse repository at this point
Copy the full SHA 64e41c8View commit details -
remove useless "readyPackages" (#6319)
## What's the problem this PR addresses? <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> ... In `linkEverything` function, there is a variable called "readyPackages". But it's never actually used in the code. Remove it. ## How did you fix it? <!-- A detailed description of your implementation. --> ... ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [ ] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed. --------- Co-authored-by: MaΓ«l Nison <nison.mael@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 38a5bce - Browse repository at this point
Copy the full SHA 38a5bceView commit details
Commits on Jun 20, 2024
-
fix: update contributing file reference (#6351)
## What's the problem this PR addresses? <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> PR #6133 renamed the contributing file. This PR adjusts sources to changes. ## How did you fix it? <!-- A detailed description of your implementation. --> ... ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [ ] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed. Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de389fc - Browse repository at this point
Copy the full SHA de389fcView commit details
Commits on Jun 21, 2024
-
fix(compat): update patch for
typescript@5.5.2
(#6349)**What's the problem this PR addresses?** The PnP compatibility patch for TypeScript doesn't apply to `typescript@5.5.2`. Ref microsoft/TypeScript#35206 **How did you fix it?** Rebased it. **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.
Configuration menu - View commit details
-
Copy full SHA for 12254ec - Browse repository at this point
Copy the full SHA 12254ecView commit details -
| Package name | Version | | --- | --- | | `@yarnpkg/cli` | `4.3.1` | | `@yarnpkg/plugin-essentials` | `4.2.1` | | `@yarnpkg/core` | `4.1.1` | | `@yarnpkg/doctor` | `4.0.2` | | `@yarnpkg/plugin-compat` | `4.0.6` |
Configuration menu - View commit details
-
Copy full SHA for 2e73cdb - Browse repository at this point
Copy the full SHA 2e73cdbView commit details
There are no files selected for viewing