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

core:release 9.9.2 #6

Open
wants to merge 962 commits into
base: latest
Choose a base branch
from
Open

core:release 9.9.2 #6

wants to merge 962 commits into from

Conversation

Ishmaello
Copy link
Owner

@Ishmaello Ishmaello commented Jul 21, 2023

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jul 21, 2023

⚠️ No Changeset found

Latest commit: 7f6c997

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Owner Author

@Ishmaello Ishmaello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

@@ -106,7 +106,7 @@ jobs:

echo "::group::packing npm release $npmVersion"
pushd "$npmDir" >/dev/null
node . run resetdeps
node scripts/resetdeps.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

@@ -9,8 +9,8 @@ on:
- workspaces/libnpmfund/**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

- name: npm Version
run: npm -v
- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

- name: Reset Deps
run: node . run resetdeps
run: node scripts/resetdeps.js
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

@@ -0,0 +1,37 @@
const { resolve, relative } = require('path')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

Copy link

watermelon-copilot-for-code-review bot commented Nov 6, 2023

Watermelon AI Summary

ErrorError: Request failed with status code 429

GitHub PRs

cli is an open repo and Watermelon will serve it for free.
🍉🫶
Follow us Watermelon on 𝕏!

@@ -106,7 +106,7 @@ jobs:

echo "::group::packing npm release $npmVersion"
pushd "$npmDir" >/dev/null
node . run resetdeps
node scripts/resetdeps.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

run: npm i --prefer-online --no-fund --no-audit -g npm@latest

- name: npm Version
run: npm -v

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

@@ -9,8 +9,8 @@ on:
- workspaces/libnpmfund/**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

WatermelonAI Summary

This PR includes a collection of commits that update various dependencies and make several improvements. It introduces new features like the requirement to pass in a chalk instance, adds exclusive config items, and allows for the use of provenance files. It also fixes issues with search results, bin contents, and package access checks. Additionally, it includes updates to enable GitLab CI provenance generation and adds new documentation flags.

GitHub PRs

Click here to login to Jira
Click here to login to Confluence
Click here to login to Slack
Click here to login to Notion
Click here to login to Linear
Click here to login to Asana
cli is an open repo and Watermelon will serve it for free.
🍉🫶
Have you starred Watermelon?

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

@@ -106,7 +106,7 @@ jobs:

echo "::group::packing npm release $npmVersion"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

@@ -8,15 +8,17 @@ on:
paths-ignore:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

WatermelonAI Summary

This PR includes various updates and fixes related to dependencies, package configuration, and feature additions. It addresses an issue found in version 9.7.0 and introduces improvements to provenance generation for GitLab CI. It also includes cleanup of bin contents and removal of unnecessary package.json values.

GitHub PRs

Click here to login to Jira
Click here to login to Confluence
Click here to login to Slack
Click here to login to Notion
Click here to login to Linear
Click here to login to Asana
cli is an open repo and Watermelon will serve it for free.
🍉🫶
Try us on VSCode!

run: npm i --prefer-online --no-fund --no-audit -g npm@latest

- name: npm Version
run: npm -v

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

cache: npm

- name: Check Git Status
run: node scripts/git-dirty.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains at least one console log. Please remove any present.

wraithgar and others added 30 commits December 2, 2024 08:20
Adds bun lockfile, and points to the package.json docs as the
authoritative list for ignore rules in the cli docs.
The v10 branch is where new changelog entries for npm@10 get added

ref: https://github.com/npm/cli/tree/release/v10
cafile is the correct config key

Closes: npm/documentation#1337
BREAKING CHANGE: `npm init` now has a `type` prompt, and sorts the entries the created packages differently
Fixed code to deal w/ new esm export
BREAKING CHANGE: Upon publishing, in order to apply a default "latest"
dist tag, the command now retrieves all prior versions of the package.
It will require that the version you're trying to publish is above the
latest semver version in the registry, not including pre-release tags.

Implements [npm
RFC7](https://github.com/npm/rfcs/blob/main/accepted/0007-publish-without-tag.md).

Related to prerelease dist-tag: #7910
A part of npm 11 roadmap: npm/statusboard#898

---------

Co-authored-by: Jordan Harband <[email protected]>
When searching for multiple terms in npm, the highlighting code has a
bug where it duplicates the output any time there are matching terms.
This fixes the highlighting code.


Before:
![output of "npm search gar promisify" showing the name being
duplicated](https://github.com/user-attachments/assets/2f34ece7-7563-4db1-a540-3bb661a4c3e0)



After:
![output of "node . search gar promisify" showing the name being
displayed
correctly](https://github.com/user-attachments/assets/ba31fcd9-caf3-4a08-8bbb-7f5242f0098b)
Certain project dependency trees may result in an SBOM with duplicate
entries. This fix ensures that each unique dependency (identified by the
combination of package name and version) only appears in the SBOM once.
Applies to both SPDX and CycloneDX SBOM formats.

Specific to the CycloneDX format, this change also removes the
`cdx:npm:package:path` property from the `component` entries in the
generated SBOM. Since the same package may be present at multiple paths
within the project and we're now de-duplicating those packages, it no
longer makes sense to include this in the SBOM. This does not impact the
SPDX format as there is no equivalent property.

Fixes: #6967

Signed-off-by: Brian DeHamer <[email protected]>
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.