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

build(deps): bump npm to 10.2.4 #9213

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
3 changes: 1 addition & 2 deletions npm_and_yarn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,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
Loading