Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Dependency bump#157

Open
JanDW wants to merge 2 commits intomainfrom
dependency-bump
Open

Dependency bump#157
JanDW wants to merge 2 commits intomainfrom
dependency-bump

Conversation

@JanDW
Copy link
Copy Markdown
Owner

@JanDW JanDW commented Nov 25, 2021

Used ncu -u to upgrade dependencies in package.json and also upgraded node version to the latest LTS.

A few issues occurred:

  1. Downgrade escape-string-regexp as it uses ESM instead of CJS in latest version, which Eleventy doesn't like
  2. Downgrade postcss as one of its dependencies, cliui also uses ESM
  3. Used npm-force-resolutions to override a dependency on ansi-html, which is no longer supported and has a critical vulnerability, it now points to ansi-html-community (See stackoverflow)

I need to look into how I can address the first two issues, but it'll do for now.

@JanDW JanDW force-pushed the dependency-bump branch 2 times, most recently from 744a0bc to 73d605b Compare November 25, 2021 21:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant