media-element-syncer
media-element-syncer copied to clipboard
Bump jsdom and parcel
Bumps jsdom and parcel. These dependencies needed to be updated together.
Removes jsdom
Updates parcel
from 1.12.4 to 2.7.0
Release notes
Sourced from parcel's releases.
v2.7.0
Added
- Core
- JavaScript
- Elm
- Add support for compiling multiple modules at once via
with
query param - Details- CSS
- Add support for
errorRecovery
option in@parcel/transformer-css
- Details- Experimental bundler - Details
- Implement bundling for multiple targets
- Internalize async dependencies
- Merge bundles of the same type
- Fix missing module - Details
Fixed
- JavaScript
- Default interop missing when importing a CommonJS module - Details
- Add missing imports for external dependencies in skipped assets - Details
- Bump SWC to fix undefined variables - Details
- Remove charset from JS loaded script to avoid double fetching in Firefox - Details
- Use placeholder expression when replacing unused symbols - Details
- Core
- Dependencies
v2.6.2
This release includes bug fixes:
- Core
- Fix race condition between writing and reading from cache - Details
v2.6.1
This release includes bug fixes:
- JavaScript
- Fix issue with conditional dependencies based on
process.env
- Details- Fix transformation of import/requires wrapped into
Promise.resolve()
- Details- Fix object literal shorthand with imported variables - Details
- Fix imported values in computed optional member expressions - Details
- Bump SWC to fix issue with missing parenthesis in optional chaining call - Details
... (truncated)
Changelog
Sourced from parcel's changelog.
[2.7.0] - 2022-08-03
Added
- Core
- JavaScript
- Elm
- Add support for compiling multiple modules at once via
with
query param - Details- CSS
- Add support for
errorRecovery
option in@parcel/transformer-css
- Details- Experimental bundler - Details
- Implement bundling for multiple targets
- Internalize async dependencies
- Merge bundles of the same type
- Fix missing module - Details
Fixed
- JavaScript
- Default interop missing when importing a CommonJS module - Details
- Add missing imports for external dependencies in skipped assets - Details
- Bump SWC to fix undefined variables - Details
- Remove charset from JS loaded script to avoid double fetching in Firefox - Details
- Use placeholder expression when replacing unused symbols - Details
- Core
- Dependencies
[2.6.2] - 2022-06-21
Fixed
- Core
- Fix race condition between writing and reading from cache - Details
[2.6.1] - 2022-06-17
Fixed
... (truncated)
Commits
5f095fd
v2.7.0000d332
Changelog for v2.7.01a96d6d
Use placeholder expression when replacing unused symbols (#8358)a22164c
Lint (#8359)9012616
Add support for errorRecovery option in@parcel/transformer-css
(#8352)56e621e
VS Code Extension for Parcel (#8139)fca5c8c
Add multi module compilation for elm (#8076)128e072
Bump terser from 5.7.2 to 5.14.2 (#8322)565e5f0
Bump node-forge from 1.2.1 to 1.3.0 (#8271)085a7aa
allow cjs config files on type module projects (#8253)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
New dependency changes detected. Learn more about Socket for GitHub ↗︎
🚨 Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.
Bot Commands
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore [email protected] bar@*
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore @parcel/[email protected]
@SocketSecurity ignore [email protected]
@SocketSecurity ignore [email protected]
🫣 Native code
Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.
Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.
Package | Location | Source |
---|---|---|
@parcel/[email protected] (upgraded) | binding.gyp | package-lock.json via [email protected] |
[email protected] (added) | binding.gyp | package-lock.json via [email protected] |
[email protected] (added) | binding.gyp | package-lock.json via [email protected] |
Pull request alert summary
Issue | Status |
---|---|
Install scripts | ✅ 0 issues |
Native code | ⚠️ 3 issues |
Bin script shell injection | ✅ 0 issues |
Unresolved require | ✅ 0 issues |
Invalid package.json | ✅ 0 issues |
HTTP dependency | ✅ 0 issues |
Git dependency | ✅ 0 issues |
Potential typo squat | ✅ 0 issues |
Known Malware | ✅ 0 issues |
Telemetry | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
📊 Modified Dependency Overview:
⬆️ Updated Package | Version Diff | Capability Access | +/- Transitive Count |
Publisher |
---|---|---|---|---|
[email protected] | 1.12.4...2.8.3 | eval, network, filesystem, shell, environment | +137/-562 |
devongovett |