chore(deps): update gatsby monorepo (major) #222
+6,266
−4,874
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.
This PR contains the following updates:
3.18.5
->6.4.1
^2.10.3
->^4.0.6
^27.0.2
->^29.5.14
^14.3.4
->^17.2.3
^12.20.6
->^22.10.1
^16.14.8
->^18.3.12
^4.1.5
->^5.0.0
^27.2.1
->^29.7.0
^10.6.4
->^12.3.3
^1.30.1
->^4.1.0
^3.1.0
->^4.0.0
^7.2.3
->^11.0.0
3.1.0
->9.1.7
^5.1.8
->^6.0.2
^27.4.4
->^29.7.0
^0.11.5
->^4.0.2
^12.2.0
->^16.0.0
^14.3.1
->^17.13.3
^3.14.1
->^4.1.0
^3.22.1
->^8.1.9
^10.5.4
->^15.2.10
^0.2.1
->^3.3.0
^2.1.5
->^10.0.0
^1.9.1
->^4.0.1
^13.0.0
->^15.0.1
^9.0.0
->^12.0.1
^3.0.0
->^5.0.0
^8.0.0
->^10.0.0
^2.0.1
->^4.0.0
^2.0.2
->^4.0.0
^2.0.1
->^4.0.0
^4.0.0
->^6.0.0
^5.0.0
->^7.0.0
^4.0.0
->^6.0.0
^7.0.1
->^9.0.0
^3.0.0
->^5.0.0
^7.0.2
->^9.0.0
^3.0.4
->^5.0.0
^2.0.1
->^5.0.0
^3.0.0
->^5.0.0
^4.0.0
->^6.0.0
^4.0.0
->^6.1.0
^2.1.1
->^4.0.0
^2.0.0
->^4.0.0
^3.0.2
->^6.0.1
1.3.2
->3.3.2
^9.2.0
->^11.0.5
^15.4.1
->^17.7.2
Release Notes
lerna/lerna (@lerna/prompt)
v6.4.1
Compare Source
Bug Fixes
v6.4.0
Compare Source
Bug Fixes
Features
lerna watch
command (#3466) (008b995)v6.3.0
Compare Source
Features
v6.2.0
Compare Source
Bug Fixes
Features
v6.1.0
Compare Source
Bug Fixes
Features
6.0.3 (2022-11-07)
Bug Fixes
6.0.2 (2022-11-02)
Bug Fixes
6.0.1 (2022-10-14)
Bug Fixes
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Super fast, modern task-runner implementation for
lerna run
As of version 6.0.0, Lerna will now delegate the implementation details of the
lerna run
command to the super fast, modern task-runner (powered by Nx) by default.If for some reason you wish to opt in to the legacy task-runner implementation details (powered by
p-map
andp-queue
), you can do so by setting"useNx": false
in your lerna.json. (Please let us know via a Github issue if you feel the need to do that, however, as in general the new task-runner should just work how you expect it to as a lerna user).Interactive configuration for
lerna run
caching and task pipelines via the newlerna add-caching
commandWhen using the modern task-runner implementation described above, the way to get the most out of it is to tell it about the outputs of your various scripts, and also any relationships that exist between them (such as needing to run the
build
script before thetest
, for example).Simply run
lerna add-caching
and follow the instructions in order to generate all the relevant configuration for your workspace.You can learn more about the configuration it generates here: https://lerna.js.org/docs/concepts/task-pipeline-configuration
Automatic loading of .env files in
lerna run
with the new task-runner implementationBy default the modern task runner powered by Nx will automatically load
.env
files for you. You can set--load-env-files
to false if you want to disable this behavior for any reason.For more details about what
.env
files will be loaded by default please see: https://nx.dev/recipes/environment-variables/define-environment-variablesObsolete options in
lerna run
with the new task-runner implementationThere are certain legacy options for
lerna run
which are no longer applicable to the modern task-runner. Please see full details about those flags, and the reason behind their obselence, here:https://lerna.js.org/docs/lerna6-obsolete-options
New
lerna repair
commandWhen configuration changes over time as new versions of a tool are published it can be tricky to keep up with the changes and sometimes it's possible to miss out on optimizations as a result.
When you run the new command
lerna repair
, lerna will execute a series of code migrations/codemods which update your workspace to the latest and greatest best practices for workspace configuration.The actual codemods which run will be added to over time, but for now one you might see run on your workspace is that it will remove any explicit
"useNx": true
references from lerna.json files, because that is no longer necessary and it's cleaner not to have it.We are really excited about this feature and how we can use it to help users keep their workspaces up to date.
v5.6.2
Compare Source
Bug Fixes
"red"
color with"brightBlue"
on package's output prefix (#2774) (d7c1b87)v5.6.1
Compare Source
Bug Fixes
v5.6.0
Compare Source
Bug Fixes
Features
5.5.4 (2022-09-28)
Note: Version bump only for package lerna-monorepo
5.5.3 (2022-09-28)
Bug Fixes
5.5.2 (2022-09-20)
Bug Fixes
fs-extra
dependency declaration (#3332) (068830e)5.5.1 (2022-09-09)
Bug Fixes
workspace:
prefix (#3322) (746ce33)v5.5.4
Compare Source
Note: Version bump only for package lerna-monorepo
v5.5.3
Compare Source
Bug Fixes
v5.5.2
Compare Source
Bug Fixes
fs-extra
dependency declaration (#3332) (068830e)v5.5.1
Compare Source
Bug Fixes
workspace:
prefix (#3322) (746ce33)v5.5.0
Compare Source
Bug Fixes
Features
5.4.3 (2022-08-16)
Bug Fixes
5.4.2 (2022-08-14)
Bug Fixes
5.4.1 (2022-08-12)
Bug Fixes
v5.4.3
Compare Source
Bug Fixes
v5.4.2
Compare Source
Bug Fixes
v5.4.1
Compare Source
Bug Fixes
v5.4.0
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.