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 #914

Merged
merged 3 commits into from
Dec 4, 2023

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

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.

@renovate renovate bot added the dependencies Updates a dependency label Nov 24, 2023
@renovate renovate bot requested a review from a team November 24, 2023 01:23
@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 28, 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.

@pinussilvestrus
Copy link
Contributor

@vsgoulart @Skaiir from what I see this update should be fine, following the migration guide from https://lerna.js.org/docs/legacy-package-management

I let it up to you whether to merge it before or after the release, to reduce the risk of hazzle 👍

@pinussilvestrus pinussilvestrus requested review from vsgoulart and Skaiir and removed request for a team November 28, 2023 13:51
@CLAassistant
Copy link

CLAassistant commented Dec 4, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ vsgoulart
❌ Niklas Kiefer


Niklas Kiefer seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@vsgoulart vsgoulart force-pushed the renovate/major-lerna-monorepo branch from 3ba7afa to 7d33ddb Compare December 4, 2023 09:13
@vsgoulart vsgoulart merged commit 037a8ea into develop Dec 4, 2023
9 of 10 checks passed
@vsgoulart vsgoulart deleted the renovate/major-lerna-monorepo branch December 4, 2023 09:23
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Dec 4, 2023
vsgoulart added a commit that referenced this pull request Dec 13, 2023
* chore: update dependency lerna to v8

* deps: remove legacy lerna scripts

Cf. https://lerna.js.org/docs/legacy-package-management

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niklas Kiefer <[email protected]>
Co-authored-by: Vinícius Goulart <[email protected]>
vsgoulart added a commit that referenced this pull request Dec 14, 2023
* chore: update dependency lerna to v8 (#914)

* chore: update dependency lerna to v8

* deps: remove legacy lerna scripts

Cf. https://lerna.js.org/docs/legacy-package-management

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niklas Kiefer <[email protected]>
Co-authored-by: Vinícius Goulart <[email protected]>

* chore(CI): updated snapshots [skip ci]

* deps: update dependency didi to v10 (#909)

* deps: update dependency didi to v10

* chore: Bump to [email protected]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vinicius Goulart <[email protected]>

* chore(CI): updated snapshots [skip ci]

* chore: Bump to [email protected] (#927)

* deps: update dependency feelin to v3 (#941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: Bump `schemaVersion` to 13 (#896)

* chore: Bump schemaVersion to 13

* chore: Fix formatting

Co-authored-by: Niklas Kiefer <[email protected]>

* fix: Fix schema version range on docs

* chore: Remove newline

* feat: Make columns and columnsExpression mutually exclusive

* feat: Add custom error message

---------

Co-authored-by: Niklas Kiefer <[email protected]>

* chore: Fix typos in comments

* feat: Add table component to editor (#905)

* feat: Add table component to editor

* chore: Replace key with id

* chore: Fix typo

* feat: Add dataSource to schema

* fix: Rework initialDemoData and add test

* chore: Update formatting

Co-authored-by: Niklas Kiefer <[email protected]>

---------

Co-authored-by: Niklas Kiefer <[email protected]>

* feat: Add table entries to properties panel (#912)

* chore: Bump `schemaVersion` to 13 (#896)

* chore: Bump schemaVersion to 13

* chore: Fix formatting

Co-authored-by: Niklas Kiefer <[email protected]>

* fix: Fix schema version range on docs

* chore: Remove newline

* feat: Make columns and columnsExpression mutually exclusive

* feat: Add custom error message

---------

Co-authored-by: Niklas Kiefer <[email protected]>

* feat: Add table component to editor (#905)

* feat: Add table component to editor

* chore: Replace key with id

* chore: Fix typo

* feat: Add dataSource to schema

* fix: Rework initialDemoData and add test

* chore: Update formatting

Co-authored-by: Niklas Kiefer <[email protected]>

---------

Co-authored-by: Niklas Kiefer <[email protected]>

* chore: Remove commented code

* feat: Add table entries to properties panel

* fix: Fix tooltip

Co-authored-by: Niklas Kiefer <[email protected]>

* chore: Rename id

* feat: Use behavior to manage column headers

* chore: Fix test description

Co-authored-by: Niklas Kiefer <[email protected]>

---------

Co-authored-by: Niklas Kiefer <[email protected]>

* feat: Add table component to viewer (#920)

* feat: Add table component to viewer

* fix: Fix default rowCount

* feat: Add generic data on editor view

* fix: Refactor form field table styles

* test: Add tests

* fix: Turn data source into FEEL only

* chore: Remove unnecessary new line

* chore: Remove FEEL check on dataSource

* chore: Sort by asc first

* chore: Remove unnecessary label check

* chore: Use const instead of let

* fix: Create EditorTable

* chore: Fix formatting

* chore: Make label id optional

* fix: Add row gap

* fix: Add missing leftovers from table component (#938)

* feat: Add Carbon compatibility styles (#937)

* feat: Add Carbon compatibility styles

* test: Add Carbon tests

* feat: Add dynamic lists component (#808)

* chore: rename expression-language folder

* wip: implemented protoype repeatRenderManager

* feat: `subform` component

* feat: integrated prototype repeatRenderModule

* feat: hooked up indexing to update cycle

Related to #796

* feat: subform properties panel configuration

Related to #796

* feat: added group styles to subform

* feat: form initializer works with repeatable

Related to #796

* chore: display key and path from config

Related to #796

* feat: enforce path for repeatable groups

Related to #796

* feat: adjusted getSubmitData for repeatable

Related to #796

* feat: repeat render manager

Closes #796

* chore: renamed subform to dynamic list

Related to #796

* chore: adjusted path tooltip for repeating

Related to #796

* feat: repeated element validation

Related to #796

* wip: custom editor list renderer (missing icon)

Related to #796

* wip: collapse / expand dynamic lists

Related to #796

* feat: implement group/list alignment

Related to #796

* chore: added empty states to group and list

Related to #796

* feat: brought in new icons and matched visuals

Related to #796

* fix: form root outline never shows

* fix: editor no longer refreshes on element hover

Closes #807
Related to #796

* feat: add/remove items in dynamic lists

Related to #796

* feat: local expression contexts

Related to #796

* feat: add/remove styles

Related to #796

* feat: automatically scroll when adding item

Related to #796

* feat: refine add/remove UX

Related to #796

* chore: use karma-spec reporter for tests

* chore: refactored viewer and editor tests

Related to #808

* chore: large rebase test cleanups

Related to #808

* fix(submit): only modify error object when needed

Related to #808

* fix: final repeated subforms test adjustments

Related to #808

* chore: fixed minor tabs and naming issues

Related to #808

* feat: added carbon styles for dynamic list

Related to #907

* fix: improved dynamic list button outlines

Related to #808

* chore: rebase changes on `develop`

* chore: reduced nesting and improved docs in Form.js core functions

Related to #808

* chore: removed pointless useMemo

Related to #808

* chore: cleanup remnants of ai generation

Related to #808

* chore: switch from hardcoded to computed componentCount test
Related to #808

* fix(performance): centralize variable filtering

Related to https://github.com/camunda/tasklist/issues/3758

* chore: optimize svgs

Related to #808

* feat: implemented proper path management for repeatable fields

Related to #808

* fix: always expand when uncollapsible

Related to #808

* fix: proper key change handling and repeatable filtering

Related to #808

* feat: implement proper variable hiding within repeated field

Related to #808

* chore: adjust table/iframe tests following rebase

Related to #808

* fix: adjust numerical configs of dynamic list to prevent crashes

Related to #808

* fix: properly split path replacements in pathEntry

Related to #808

* fix: ensure dynamic list buttons don't submit

Related to #808

* feat: Carbonise dynamic list

* fix: show proper default uncollapsed items in propspan

Related to #808

* feat(schema): added dynamic list component

Related to #808

* chore(schema): adjust test indexes

Related to #808

---------

Co-authored-by: Niklas Kiefer <[email protected]>
Co-authored-by: Vinicius Goulart <[email protected]>

* chore: update actions/setup-node digest to 7247617

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niklas Kiefer <[email protected]>
Co-authored-by: Vinícius Goulart <[email protected]>
Co-authored-by: bpmn-io-bot <[email protected]>
Co-authored-by: Valentin Serra <[email protected]>
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.

3 participants