Skip to content

Commit

Permalink
Adds a blog section (#5784)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
arcanis committed Oct 23, 2023
1 parent c3b319a commit 26a53c9
Show file tree
Hide file tree
Showing 67 changed files with 2,362 additions and 959 deletions.
1,282 changes: 674 additions & 608 deletions .pnp.cjs

Large diffs are not rendered by default.

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.
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.
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.
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.
Binary file not shown.
23 changes: 23 additions & 0 deletions .yarn/versions/0c068238.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/plugin-workspace-tools": patch

declined:
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Yarn now accepts sponsors! Please take a look at our [OpenCollective](https://op
Features in `master` can be tried out by running `yarn set version from sources` in your project.
:::

## 4.0.0

### **Major Changes**

- 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.
- 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.

- Some important defaults have changed:
- `yarn set version` will prefer using `packageManager` rather than `yarnPath` when possible.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"node": ">=18.12.0"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@mdx-js/react": "^1.6.22",
"@yarnpkg/types": "workspace:^",
"chalk": "^3.0.0",
Expand Down
12 changes: 0 additions & 12 deletions packages/docusaurus/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions packages/docusaurus/blog/2019-05-29-long-blog-post.md

This file was deleted.

0 comments on commit 26a53c9

Please sign in to comment.