Skip to content

Commit 26a53c9

Browse files
authored
Adds a blog section (#5784)
**What's the problem this PR addresses?** In preparation for the 4.0 release, this diff adds a blog section to the website, port the old article, and amorce the writing of the 4.0 release post. Fixes #5817 Fixes #5818
1 parent c3b319a commit 26a53c9

File tree

67 files changed

+2362
-959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2362
-959
lines changed

.pnp.cjs

Lines changed: 674 additions & 608 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/versions/0c068238.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/plugin-workspace-tools": patch
4+
5+
declined:
6+
- "@yarnpkg/plugin-compat"
7+
- "@yarnpkg/plugin-constraints"
8+
- "@yarnpkg/plugin-dlx"
9+
- "@yarnpkg/plugin-essentials"
10+
- "@yarnpkg/plugin-init"
11+
- "@yarnpkg/plugin-interactive-tools"
12+
- "@yarnpkg/plugin-nm"
13+
- "@yarnpkg/plugin-npm-cli"
14+
- "@yarnpkg/plugin-pack"
15+
- "@yarnpkg/plugin-patch"
16+
- "@yarnpkg/plugin-pnp"
17+
- "@yarnpkg/plugin-pnpm"
18+
- "@yarnpkg/plugin-stage"
19+
- "@yarnpkg/plugin-typescript"
20+
- "@yarnpkg/plugin-version"
21+
- "@yarnpkg/builder"
22+
- "@yarnpkg/core"
23+
- "@yarnpkg/doctor"

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Yarn now accepts sponsors! Please take a look at our [OpenCollective](https://op
88
Features in `master` can be tried out by running `yarn set version from sources` in your project.
99
:::
1010

11+
## 4.0.0
12+
1113
### **Major Changes**
1214

13-
- With Node.js 16's End of Life [approaching fast](https://nodejs.org/en/blog/announcements/nodejs16-eol), we dropped support for Node.js versions lower than 18.12.
15+
- With Node.js 16's [now being End of Life'd](https://nodejs.org/en/blog/announcements/nodejs16-eol), we dropped support for Node.js versions lower than 18.12.
1416

1517
- Some important defaults have changed:
1618
- `yarn set version` will prefer using `packageManager` rather than `yarnPath` when possible.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"node": ">=18.12.0"
101101
},
102102
"dependencies": {
103+
"@iarna/toml": "^2.2.5",
103104
"@mdx-js/react": "^1.6.22",
104105
"@yarnpkg/types": "workspace:^",
105106
"chalk": "^3.0.0",

packages/docusaurus/blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/docusaurus/blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)