Skip to content

Commit

Permalink
Implements the PnP "loose" mode (yarnpkg#1060)
Browse files Browse the repository at this point in the history
* Implements PnP-loose mode

* Adds versions

* Upgrades ESLint

* Adds tests

* Fixes tests?

* Fixes gatsby
  • Loading branch information
arcanis authored Mar 12, 2020
1 parent 35c7558 commit bb4fdeb
Show file tree
Hide file tree
Showing 73 changed files with 1,305 additions and 828 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ package.tgz
# This is the Yarn install state cache, it can be rebuilt anytime
/.yarn/install-state.gz

# Our documentation is now handled by Netlify
/docs

# Those files are meant to be local-only
/packages/*/bundles

Expand Down
673 changes: 511 additions & 162 deletions .pnp.js

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 added .yarn/cache/acorn-jsx-npm-5.2.0-4c0af33483-2.zip
Binary file not shown.
Binary file added .yarn/cache/acorn-npm-7.1.1-e64b885cf8-2.zip
Binary file not shown.
Binary file added .yarn/cache/ajv-npm-6.12.0-2c613c5c4b-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/ansi-regex-npm-5.0.0-9c076068d9-2.zip
Binary file not shown.
Binary file added .yarn/cache/cli-cursor-npm-3.1.0-fee1e46b5e-2.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/eslint-npm-5.16.0-91d3d3fc21-2.zip
Binary file not shown.
Binary file added .yarn/cache/eslint-npm-6.8.0-d27045f313-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/espree-npm-6.2.1-c3370c8022-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/figures-npm-3.2.0-85d357e955-2.zip
Binary file not shown.
Binary file added .yarn/cache/globals-npm-12.4.0-02b5a6ba9c-2.zip
Binary file not shown.
Binary file added .yarn/cache/inquirer-npm-7.1.0-b82227f199-2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/mimic-fn-npm-2.1.0-4fbeb3abb4-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/onetime-npm-5.1.0-8d9e23c1e0-2.zip
Binary file not shown.
Binary file added .yarn/cache/optionator-npm-0.8.3-bc555bc5b7-2.zip
Binary file not shown.
Binary file added .yarn/cache/regexpp-npm-3.0.0-ba77bf1673-2.zip
Binary file not shown.
Binary file removed .yarn/cache/requireindex-npm-1.2.0-483c52ddaf-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/run-async-npm-2.4.0-a25f8f76f9-2.zip
Binary file not shown.
Binary file added .yarn/cache/rxjs-npm-6.5.4-8c1301c00a-2.zip
Binary file not shown.
Binary file removed .yarn/cache/semver-npm-5.5.0-891c3f008a-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/strip-ansi-npm-6.0.0-904613e9eb-2.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/tsutils-npm-3.10.0-d522b302a7-2.zip
Binary file not shown.
Binary file added .yarn/cache/type-fest-npm-0.11.0-81410fe889-2.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/word-wrap-npm-1.2.3-7fb15ab002-2.zip
Binary file not shown.
34 changes: 34 additions & 0 deletions .yarn/versions/547577ef.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
releases:
"@yarnpkg/cli": prerelease
"@yarnpkg/fslib": prerelease
"@yarnpkg/plugin-node-modules": prerelease
"@yarnpkg/plugin-pnp": prerelease
"@yarnpkg/pnp": prerelease
"@yarnpkg/pnpify": prerelease

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-file"
- "@yarnpkg/plugin-git"
- "@yarnpkg/plugin-github"
- "@yarnpkg/plugin-http"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-link"
- "@yarnpkg/plugin-npm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- vscode-zipfs
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
- "@yarnpkg/json-proxy"
- "@yarnpkg/shell"
12 changes: 12 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,22 @@ packageExtensions:
"gatsby-plugin-favicon@*":
peerDependencies:
"webpack": "*"
"gatsby-plugin-sharp@*":
dependencies:
"debug": "*"
"gatsby-react-router-scroll@*":
dependencies:
"prop-types": "*"
"gatsby-remark-prismjs@*":
dependencies:
"lodash": "*"
"got@*":
dependencies:
"@types/keyv": "*"
"@types/responselike": "*"
"react-icons@*":
peerDependencies:
"react": "*"
"react-instantsearch-core@*":
peerDependenciesMeta:
"algoliasearch":
Expand Down
215 changes: 0 additions & 215 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/README.md

This file was deleted.

Loading

0 comments on commit bb4fdeb

Please sign in to comment.