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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump npm to 10.2.4 #9213

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions npm_and_yarn/Dockerfile
Expand Up @@ -14,8 +14,7 @@ ARG NODEJS_VERSION=20

# Check for updates at https://github.com/npm/cli/releases
# This version should be compatible with the Node.js version declared above. See https://nodejs.org/en/download/releases as well
# TODO: Upgrade to 9.6.7 depending on the outcome of https://github.com/npm/cli/issues/6742
ARG NPM_VERSION=9.6.5
ARG NPM_VERSION=9.6.6

# Install Node and npm
RUN mkdir -p /etc/apt/keyrings \
Expand Down
Expand Up @@ -1673,6 +1673,7 @@
let(:files) { project_dependency_files("npm8/invalid_hash_requirement") }

it "raises a helpful error" do
pending "https://github.com/npm/cli/issues/6742"
expect { updater.updated_dependency_files }
.to raise_error(Dependabot::DependencyFileNotParseable)
end
Expand Down