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

mass merge from 12.0.x to master #1126

Merged
merged 32 commits into from
Jul 21, 2023
Merged

mass merge from 12.0.x to master #1126

merged 32 commits into from
Jul 21, 2023

Conversation

Lipata
Copy link
Member

@Lipata Lipata commented May 17, 2023

No description provided.

@coveralls
Copy link

coveralls commented May 17, 2023

Coverage Status

coverage: 70.404% (+0.04%) from 70.369% when pulling 300f8c1 on 12.0.x into 85d6a8e on master.

@@ -277,7 +277,7 @@
case "npm":
/* passes through */
default:
return `${managerCommand} install ${packageName} --force --quiet --save`;
return `${managerCommand} install ${packageName} --quiet --save`;

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input

This string concatenation which depends on [library input](1) is later used in a [shell command](2). This string concatenation which depends on [library input](3) is later used in a [shell command](2). This string concatenation which depends on [library input](4) is later used in a [shell command](2).
Lipata and others added 6 commits June 2, 2023 16:39
chore(igx-ts): remove igniteui-theming package
…s igc-category-chart (#1143)

When building our webComponent app, which uses charts, there is a critical memory allocation problem with rollup under Linux.
The build process would fail with the error message: "FATAL ERROR: Reached heap limit. Allocation failed - JavaScript heap out of memory."
This issue was unique to Linux because the default Node.js heap size is limited to 2GB, while the build succeeds under Windows, where the default Node.js heap size is 4GB.
Lipata and others added 4 commits July 18, 2023 15:09
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Lipata Lipata merged commit 2358775 into master Jul 21, 2023
@Lipata Lipata deleted the 12.0.x branch July 21, 2023 06:40
@Lipata Lipata restored the 12.0.x branch September 25, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants