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: update dependency lerna to v8 #263

Merged
merged 6 commits into from
Nov 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lerna (source) ^6.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

lerna/lerna (lerna)

v8.0.0

Compare Source

Features
  • version: add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages (#​3876) (3b05947)

v7.4.2

Compare Source

Bug Fixes
  • version: support changelog-presets using async factory funcs (#​3873) (bb5e7d7)

v7.4.1

Compare Source

Note: Version bump only for package lerna

v7.4.0

Compare Source

Features

7.3.1 (2023-10-10)

Bug Fixes
  • core: update package engines.node to correctly include only >=16 (#​3861) (0674555)

v7.3.1

Compare Source

Bug Fixes
  • core: update package engines.node to correctly include only >=16 (#​3861) (0674555)

v7.3.0

Compare Source

Bug Fixes
Features

v7.2.0

Compare Source

Note: Version bump only for package lerna

7.1.5 (2023-08-09)

Note: Version bump only for package lerna

7.1.4 (2023-07-15)

Bug Fixes

7.1.3 (2023-07-12)

Bug Fixes
  • changelog entries for 7.1.2 (f61b087)

7.1.2 (2023-07-12)

7.1.1 (2023-06-28)

Bug Fixes
  • schema: add missing ref to changelogEntryAdditionalMarkdown (b41afab)

v7.1.5

Compare Source

Note: Version bump only for package lerna

v7.1.4

Compare Source

Bug Fixes

v7.1.3

Compare Source

Bug Fixes
  • changelog entries for 7.1.2 (f61b087)

v7.1.2

Compare Source

v7.1.1

Compare Source

Bug Fixes
  • schema: add missing ref to changelogEntryAdditionalMarkdown (b41afab)

v7.1.0

Compare Source

Features
  • core: export detectProjects utility function (#​3740) (641fecb)
  • repair: add migration to remove unused "lerna" field from lerna.json (#​3734) (4fb0427)
  • version: add --changelog-entry-additional-markdown option (#​3751) (63671df)

7.0.2 (2023-06-15)

Note: Version bump only for package lerna

7.0.1 (2023-06-13)

Note: Version bump only for package lerna

v7.0.2

Compare Source

Note: Version bump only for package lerna

v7.0.1

Compare Source

Note: Version bump only for package lerna

v7.0.0

Compare Source

Bug Fixes
Features
  • add migration for adding $schema, increase some strictness (73ceac3)

v6.6.2

Compare Source

Bug Fixes
  • deps: bump pacote to latest to remove install warning (#​3624) (7c34521)
  • remove non-functional schema properties starting with "no" (#​3645) (43c2a48)

v6.6.1

Compare Source

Bug Fixes
  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#​3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)

v6.6.0

Compare Source

Bug Fixes
  • update arborist package to get rid of deprecated warning (#​3559) (aff38a7)
Features

6.5.1 (2023-02-14)

Bug Fixes
  • add missing dependency on js-yaml (187f480)

v6.5.1

Compare Source

Bug Fixes
  • add missing dependency on js-yaml (187f480)

v6.5.0

Compare Source

Features
  • publish: add --include-private option for testing private packages (#​3503) (fa1f490)

6.4.1 (2023-01-12)

Bug Fixes

v6.4.1

Compare Source

Bug Fixes

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features
  • version: use npmClientArgs in npm install after lerna version (#​3434) (e019e3f)

v6.2.0

Compare Source

Bug Fixes
  • schema: add the other format changelogPreset can assume (#​3441) (d286973)
Features

v6.1.0

Compare Source

Features
  • version: bump prerelease versions from conventional commits (#​3362) (2288b3a)

6.0.3 (2022-11-07)

Note: Version bump only for package lerna

6.0.2 (2022-11-02)

Note: Version bump only for package lerna

6.0.1 (2022-10-14)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.


Closes #237

@renovate renovate bot added the dependencies Updates a dependency label Nov 24, 2023
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Nov 24, 2023
Copy link
Contributor Author

renovate bot commented Nov 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@nikku nikku force-pushed the renovate/major-lerna-monorepo branch from e75bb06 to 0cb6bf0 Compare November 27, 2023 15:34
@nikku nikku force-pushed the renovate/major-lerna-monorepo branch from 0cb6bf0 to 2e97eba Compare November 27, 2023 15:51
@nikku
Copy link
Member

nikku commented Nov 27, 2023

Turns out a chain of interesting things prevented from us from simply upgrading:

  • Learn 8 requires workspaces
  • Workspaces enabled I saw what an utter mess this repository is
  • So I cleaned this up, gave all examples a uniform structure
  • Dropped browserify and other cruft where unneeded
  • Ensured we have an npm run all script, properly hooked up
  • Ensured all code is style checked. We want our community to enjoy our examples.

🌥️


Closes #237

* ensure every plug-in follows a similar structure
* drop browserify + grunt legacy
* sources in `src` bundles to `public` directory
* `dev` and `all` scripts
* use single `lint` task across all projects
* use single instance of required configuration files (*ignore)
@nikku nikku force-pushed the renovate/major-lerna-monorepo branch from 8e5e409 to 4cfb68f Compare November 27, 2023 15:59
@barmac barmac merged commit f18e9e9 into main Nov 28, 2023
3 checks passed
@barmac barmac deleted the renovate/major-lerna-monorepo branch November 28, 2023 08:26
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Nov 28, 2023
@nikku nikku self-assigned this Nov 28, 2023
nikku added a commit to bpmn-io/bpmn-js-i18n that referenced this pull request Nov 30, 2023
This broke with the unification of our bpmn-js-examples (bpmn-io/bpmn-js-examples#263).
fake-join bot pushed a commit to bpmn-io/bpmn-js-i18n that referenced this pull request Nov 30, 2023
This broke with the unification of our bpmn-js-examples (bpmn-io/bpmn-js-examples#263).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn into a workspace
2 participants