Skip to content
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

chore(deps): update gatsby monorepo (major) #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 1, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lerna/prompt (source) 3.18.5 -> 6.4.1 age adoption passing confidence
@types/cache-manager (source) ^2.10.3 -> ^4.0.6 age adoption passing confidence
@types/jest (source) ^27.0.2 -> ^29.5.14 age adoption passing confidence
@​types/joi ^14.3.4 -> ^17.2.3 age adoption passing confidence
@types/node (source) ^12.20.6 -> ^22.8.4 age adoption passing confidence
@types/react (source) ^16.14.8 -> ^18.3.12 age adoption passing confidence
@​types/webpack-merge ^4.1.5 -> ^5.0.0 age adoption passing confidence
babel-jest (source) ^27.2.1 -> ^29.7.0 age adoption passing confidence
danger ^10.6.4 -> ^12.3.3 age adoption passing confidence
date-fns ^1.30.1 -> ^4.1.0 age adoption passing confidence
dictionary-en (source) ^3.1.0 -> ^4.0.0 age adoption passing confidence
glob ^7.2.3 -> ^11.0.0 age adoption passing confidence
husky 3.1.0 -> 9.1.6 age adoption passing confidence
ignore ^5.1.8 -> ^6.0.2 age adoption passing confidence
jest (source) ^27.4.4 -> ^29.7.0 age adoption passing confidence
jest-extended ^0.11.5 -> ^4.0.2 age adoption passing confidence
jest-junit ^12.2.0 -> ^16.0.0 age adoption passing confidence
joi ^14.3.1 -> ^17.13.3 age adoption passing confidence
js-yaml ^3.14.1 -> ^4.1.0 age adoption passing confidence
lerna (source) ^3.22.1 -> ^8.1.8 age adoption passing confidence
lint-staged ^10.5.4 -> ^15.2.10 age adoption passing confidence
markdown-magic ^0.2.1 -> ^3.3.0 age adoption passing confidence
npm-packlist ^2.1.5 -> ^9.0.0 age adoption passing confidence
plop (source) ^1.9.1 -> ^4.0.1 age adoption passing confidence
remark (source) ^13.0.0 -> ^15.0.1 age adoption passing confidence
remark-cli (source) ^9.0.0 -> ^12.0.1 age adoption passing confidence
remark-frontmatter ^3.0.0 -> ^5.0.0 age adoption passing confidence
remark-lint (source) ^8.0.0 -> ^10.0.0 age adoption passing confidence
remark-lint-first-heading-level (source) ^2.0.1 -> ^4.0.0 age adoption passing confidence
remark-lint-no-duplicate-headings-in-section (source) ^2.0.2 -> ^4.0.0 age adoption passing confidence
remark-lint-no-reference-like-url (source) ^2.0.1 -> ^4.0.0 age adoption passing confidence
remark-preset-lint-markdown-style-guide (source) ^4.0.0 -> ^6.0.0 age adoption passing confidence
remark-preset-lint-recommended (source) ^5.0.0 -> ^7.0.0 age adoption passing confidence
remark-retext ^4.0.0 -> ^6.0.0 age adoption passing confidence
retext ^7.0.1 -> ^9.0.0 age adoption passing confidence
retext-diacritics ^3.0.0 -> ^5.0.0 age adoption passing confidence
retext-emoji ^7.0.2 -> ^9.0.0 age adoption passing confidence
retext-english ^3.0.4 -> ^5.0.0 age adoption passing confidence
retext-indefinite-article ^2.0.1 -> ^5.0.0 age adoption passing confidence
retext-redundant-acronyms ^3.0.0 -> ^5.0.0 age adoption passing confidence
retext-sentence-spacing ^4.0.0 -> ^6.0.0 age adoption passing confidence
retext-spell ^4.0.0 -> ^6.1.0 age adoption passing confidence
retext-syntax-mentions ^2.1.1 -> ^4.0.0 age adoption passing confidence
retext-syntax-urls ^2.0.0 -> ^4.0.0 age adoption passing confidence
rimraf ^3.0.2 -> ^6.0.1 age adoption passing confidence
svgo (source) 1.3.2 -> 3.3.2 age adoption passing confidence
unified (source) ^9.2.0 -> ^11.0.5 age adoption passing confidence
yargs (source) ^15.4.1 -> ^17.7.2 age adoption passing confidence

Release Notes

lerna/lerna (@​lerna/prompt)

v6.4.1

Compare Source

Bug Fixes

v6.4.0

Compare Source

Bug Fixes
Features

v6.3.0

Compare Source

Features

v6.2.0

Compare Source

Bug Fixes
  • core: more detailed error message when version cannot be found (#​3424) (b729b0c)
  • schema: add the other format changelogPreset can assume (#​3441) (d286973)
  • utils: check validity of bundledDependencies before iteration (#​2960) (2517ffb)
Features

v6.1.0

Compare Source

Bug Fixes
  • run: detect target configuration in package.json files (#​3432) (798aae1)
Features
  • version: bump prerelease versions from conventional commits (#​3362) (2288b3a)

6.0.3 (2022-11-07)

Bug Fixes
  • publish: support inconsistent workspace prefix usage (#​3413) (da2274b)
  • version: only apply prettier if it was explicitly installed (#​3406) (0161bbe)

6.0.2 (2022-11-02)

Bug Fixes

6.0.1 (2022-10-14)

Bug Fixes

v6.0.3

Compare Source

Bug Fixes
  • publish: support inconsistent workspace prefix usage (#​3413) (da2274b)
  • version: only apply prettier if it was explicitly installed (#​3406) (0161bbe)

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 and p-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 new lerna add-caching command

When 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 the test, 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 implementation

By 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-variables

Obsolete options in lerna run with the new task-runner implementation

There 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 command

When 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
  • bootstrap: reject-cycles when using workspaces (#​3168) (8a47a6d)
  • core: fix "cannot read property 'version' of undefined" for pnpm + independent versioning (#​3358) (31e4c98)
  • core: replace "red" color with "brightBlue" on package's output prefix (#​2774) (d7c1b87)
  • create: remove unused globby dep (#​3360) (e873f0c)
  • npm-publish: Allows disabling of strict SSL checks (#​2952) (eec3207)
  • run: always set env LERNA_PACKAGE_NAME environment variable (#​3359) (012d31d)

v5.6.1

Compare Source

Bug Fixes
  • add-caching: ensure lerna.json is configured automatically (9677cda)

v5.6.0

Compare Source

Bug Fixes
  • run: only defer to Nx when targetDefaults are defined in nx.json (#​3349) (51f80d9)
Features

5.5.4 (2022-09-28)

Note: Version bump only for package lerna-monorepo

5.5.3 (2022-09-28)

Bug Fixes
  • run: fully defer to Nx for dep detection when nx.json exists (#​3345) (fef2ae6)

5.5.2 (2022-09-20)

Bug Fixes

5.5.1 (2022-09-09)

Bug Fixes
  • core: prevent validation error in version/publish with workspace: prefix (#​3322) (746ce33)
  • run: exclude dependencies with --scope when nx.json is not present (#​3316) (99a13a9)

v5.5.4

Compare Source

Note: Version bump only for package lerna-monorepo

v5.5.3

Compare Source

Bug Fixes
  • run: fully defer to Nx for dep detection when nx.json exists (#​3345) (fef2ae6)

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes
  • core: prevent validation error in version/publish with workspace: prefix (#​3322) (746ce33)
  • run: exclude dependencies with --scope when nx.json is not present (#​3316) (99a13a9)

v5.5.0

Compare Source

Bug Fixes
Features

5.4.3 (2022-08-16)

Bug Fixes
  • version: ignore npm lifecycle scripts on package lock update (#​3295) (1ba2b8a)

5.4.2 (2022-08-14)

Bug Fixes
  • version: update package-lock at the root if it exists (#​3290) (7f62bab)

5.4.1 (2022-08-12)

Bug Fixes

v5.4.3

Compare Source

Bug Fixes
  • version: ignore npm lifecycle scripts on package lock update (#​3295) (1ba2b8a)

v5.4.2

Compare Source

Bug Fixes
  • version: update package-lock at the root if it exists (#​3290) (7f62bab)

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Bug Fixes
  • core: update nx version range base to latest (#​3283) (241cdde)
  • create: default test scrip

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 9 times, most recently from 262e3bb to 3ba89ce Compare December 8, 2021 02:27
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 5 times, most recently from e3b641f to 838e3a2 Compare December 15, 2021 23:44
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 8 times, most recently from 8096978 to 5823e99 Compare December 24, 2021 13:00
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 4 times, most recently from 163ad87 to daae22e Compare December 30, 2021 22:09
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 3 times, most recently from 1e2615d to 4e7bb8d Compare January 3, 2022 09:26
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 4 times, most recently from d4ebc11 to 2a9c790 Compare July 22, 2022 21:29
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 7 times, most recently from 315c25a to 60dea81 Compare July 31, 2022 00:26
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 3 times, most recently from c447aca to 5909674 Compare August 5, 2022 03:38
@pieh pieh force-pushed the master branch 2 times, most recently from ee1fe6c to a51e359 Compare August 11, 2022 07:35
@renovate renovate bot changed the title chore(deps): update gatsby monorepo (major) chore(deps): update gatsby monorepo (major) - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/major-gatsby-monorepo branch April 3, 2023 23:45
@renovate renovate bot changed the title chore(deps): update gatsby monorepo (major) - autoclosed chore(deps): update gatsby monorepo (major) Apr 5, 2023
@renovate renovate bot reopened this Apr 5, 2023
@renovate renovate bot restored the renovate/major-gatsby-monorepo branch April 5, 2023 01:02
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch from 5909674 to 3a5fc75 Compare November 1, 2023 00:33
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch from 3a5fc75 to 2db5d5e Compare December 1, 2023 00:35
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch from 2db5d5e to 670164b Compare January 1, 2024 02:37
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch from 670164b to c239272 Compare February 1, 2024 01:18
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch from c239272 to 72307f9 Compare September 1, 2024 00:51
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch from 72307f9 to 630c5c9 Compare November 1, 2024 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants