Fix #519: TypeGuardError.description
.
#1649
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
pnpm-lock.yaml
file with a number of dependency upgrades, removals, and additions, primarily affecting packages related tojsdom
and its ecosystem. The main focus is on upgrading to newer versions that require Node.js 18 or higher, removing deprecated or obsolete packages, and introducing some new dependencies.Dependency upgrades and ecosystem modernization:
jsdom
and its related dependencies (such ascssstyle
,data-urls
,domexception
,html-encoding-sniffer
,http-proxy-agent
,https-proxy-agent
,w3c-xmlserializer
,whatwg-encoding
,whatwg-mimetype
,whatwg-url
,tough-cookie
,tr46
, andagent-base
) to versions compatible with Node.js 18+, improving compatibility and security. [1] [2] [3] [4] [5] F5d6a7f6L2132R2143, [6] [7] [8] [9] [10]Package removals and cleanup:
abab
,acorn-globals
,@tootallnate/once
,data-urls@4.0.0
,domexception@4.0.0
,escodegen
,psl
,querystringify
,requires-port
,universalify
, andurl-parse
. This reduces bloat and potential maintenance issues. [1] [2] [3] [4] [5] [6] [7] [8]New dependency additions:
@asamuzakjp/css-color
, several@csstools/*
packages, andtldts
/tldts-core
, which may be required for new features or improved CSS and domain parsing support. [1] [2] [3]Peer dependency and engine updates:
These changes collectively modernize the dependency tree, improve security and maintainability, and prepare the codebase for future development on newer Node.js versions.