-
Notifications
You must be signed in to change notification settings - Fork 8.5k
chore(NA): enable yarn prefer offline and local mirror for development #84124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7582547
chore(NA): enable --prefer-offline by default
mistic 5675a9a
chore(NA): use prefer offline in the yarnrc
mistic 96969e7
chore(NA): update kbn pm
mistic 335d12f
chore(NA): add yarn offline mirror integration
mistic 82a87a4
Merge remote-tracking branch 'upstream/master' into enable-yarn-prefe…
mistic 436fe79
chore(NA): remove non wanted prune feature due to switching between b…
mistic b29c2bc
Merge remote-tracking branch 'upstream/master' into enable-yarn-prefe…
mistic 528eee9
chore(NA): re-introduce babel require hook
mistic df7bc2a
Merge remote-tracking branch 'upstream/master' into enable-yarn-prefe…
mistic 584acda
Merge remote-tracking branch 'upstream/master' into enable-yarn-prefe…
mistic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -75,3 +75,6 @@ report.asciidoc | |
|
|
||
| # TS incremental build cache | ||
| *.tsbuildinfo | ||
|
|
||
| # Yarn local mirror content | ||
| .yarn-local-mirror | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Configure an offline yarn mirror in the data folder | ||
| yarn-offline-mirror ".yarn-local-mirror" | ||
|
|
||
| # Always look into the cache first before fetching online | ||
| --install.prefer-offline true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -243,7 +243,7 @@ | |
| "moment": "^2.24.0", | ||
| "moment-duration-format": "^2.3.2", | ||
| "moment-timezone": "^0.5.27", | ||
| "monaco-editor": "~0.17.0", | ||
| "monaco-editor": "^0.17.0", | ||
| "mustache": "^2.3.2", | ||
| "ngreact": "^0.5.1", | ||
| "nock": "12.0.3", | ||
|
|
@@ -590,7 +590,6 @@ | |
| "babel-loader": "^8.0.6", | ||
| "babel-plugin-add-module-exports": "^1.0.2", | ||
| "babel-plugin-istanbul": "^6.0.0", | ||
| "babel-plugin-require-context-hook": "npm:[email protected]", | ||
| "babel-plugin-styled-components": "^1.10.7", | ||
| "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
| "backport": "5.6.0", | ||
|
|
@@ -776,7 +775,7 @@ | |
| "react-fast-compare": "^2.0.4", | ||
| "react-grid-layout": "^0.16.2", | ||
| "react-markdown": "^4.3.1", | ||
| "react-monaco-editor": "~0.27.0", | ||
| "react-monaco-editor": "^0.27.0", | ||
| "react-popper-tooltip": "^2.10.1", | ||
| "react-resize-detector": "^4.2.0", | ||
| "react-reverse-portal": "^1.0.4", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7849,7 +7849,7 @@ babel-plugin-react-docgen@^4.1.0: | |
| react-docgen "^5.0.0" | ||
| recast "^0.14.7" | ||
|
|
||
| babel-plugin-require-context-hook@^1.0.0, "babel-plugin-require-context-hook@npm:[email protected]": | ||
| babel-plugin-require-context-hook@^1.0.0: | ||
| version "1.0.0" | ||
| resolved "https://registry.yarnpkg.com/babel-plugin-require-context-hook-babel7/-/babel-plugin-require-context-hook-babel7-1.0.0.tgz#1273d4cee7e343d0860966653759a45d727e815d" | ||
| integrity sha512-kez0BAN/cQoyO1Yu1nre1bQSYZEF93Fg7VQiBHFfMWuaZTy7vJSTT4FY68FwHTYG53Nyt0A7vpSObSVxwweQeQ== | ||
|
|
@@ -20276,7 +20276,7 @@ moment-timezone@^0.5.27: | |
| resolved "https://registry.yarnpkg.com/moment/-/moment-2.28.0.tgz#cdfe73ce01327cee6537b0fafac2e0f21a237d75" | ||
| integrity sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw== | ||
|
|
||
| monaco-editor@~0.17.0: | ||
| monaco-editor@^0.17.0: | ||
| version "0.17.1" | ||
| resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.1.tgz#8fbe96ca54bfa75262706e044f8f780e904aa45c" | ||
| integrity sha512-JAc0mtW7NeO+0SwPRcdkfDbWLgkqL9WfP1NbpP9wNASsW6oWqgZqNIWt4teymGjZIXTElx3dnQmUYHmVrJ7HxA== | ||
|
|
@@ -23340,7 +23340,7 @@ react-moment-proptypes@^1.7.0: | |
| dependencies: | ||
| moment ">=1.6.0" | ||
|
|
||
| react-monaco-editor@~0.27.0: | ||
| react-monaco-editor@^0.27.0: | ||
| version "0.27.0" | ||
| resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.27.0.tgz#2dbf47b8fd4d8e4763934051f07291d9b128bb89" | ||
| integrity sha512-Im40xO4DuFlQ6kVcSBHC+p70fD/5aErUy1uyLT9RZ4nlehn6BOPpwmcw/2IN/LfMvy8X4WmLuuvrNftBZLH+vA== | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.