Skip to content

packages/support/cldr-data/package.json is inconsistent with its lockfile #4412

@compulim

Description

@compulim

Is it an issue related to Adaptive Cards?

  • Yes, this is an Adaptive Card issue but it is specific to Web Chat.

Do you have any screenshots?

image

What version of Web Chat are you using?

Latest production

Which distribution are you using Web Chat from?

Unrelated

Which hosting environment does this issue primarily affect?

Others or unrelated

Which browsers and platforms do the issue happened?

No response

Which area does this issue affect?

Others/unrelated

Is this an accessibility issue?

  • Yes, this is an accessibility issue.

Please describe the bug

When running npm run bootstrap in some environments, it fail and say packages/support/cldr-data/package.json is inconsistent.

This is because packages/support/cldr-data/package.json is depending on glob@^7.2.0, while its lockfile is depending on glob@8.0.3.

This issue is introduced by #4392 as we missed merging the package.json.

Do you see any errors in console log?

No response

How to reproduce the issue?

  1. Run npm install
  2. Run npm run bootstrap

What is the expected and actual behavior?

Expected: It should install/bootstrap correctly.

Actual: It failed when Lerna tries to bootstrap package/support/cldr-data.

Adaptive Card JSON

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugIndicates an unexpected problem or an unintended behavior.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions