filepond-plugin-file-validate-size
filepond-plugin-file-validate-size copied to clipboard
Bump terser and rollup-plugin-terser
Bumps terser to 5.16.0 and updates ancestor dependency rollup-plugin-terser. These dependencies need to be updated together.
Updates terser from 3.17.0 to 5.16.0
Changelog
Sourced from terser's changelog.
v5.16.0
- Disallow private fields in object bodies (#1011)
- Parse
#privatefield in object(#1279)- Compress
#privatefield in objectv5.15.1
- Fixed missing parentheses around optional chains
- Avoid bare
letorconstas the bodies ofifstatements (#1253)- Small internal fixes (#1271)
- Avoid inlining a class twice and creating two equivalent but
!==classes.v5.15.0
- Basic support for ES2022 class static initializer blocks.
- Add
AudioWorkletNodeconstructor options to domprops list (#1230)- Make identity function inliner not inline
id(...expandedArgs)v5.14.2
- Security fix for RegExps that should not be evaluated (regexp DDOS)
- Source maps improvements (#1211)
- Performance improvements in long property access evaluation (#1213)
v5.14.1
- keep_numbers option added to TypeScript defs (#1208)
- Fixed parsing of nested template strings (#1204)
v5.14.0
- Switched to
@​jridgewell/source-mapfor sourcemap generation (#1190, #1181)- Fixed source maps with non-terminated segments (#1106)
- Enabled typescript types to be imported from the package (#1194)
- Extra DOM props have been added (#1191)
- Delete the AST while generating code, as a means to save RAM
v5.13.1
- Removed self-assignments (
varname=varname) (closes #1081)- Separated inlining code (for inlining things into references, or removing IIFEs)
- Allow multiple identifiers with the same name in
vardestructuring (egvar { a, a } = x) (#1176)v5.13.0
- All calls to eval() were removed (#1171, #1184)
source-mapwas updated to 0.8.0-beta.0 (#1164)- NavigatorUAData was added to domprops to avoid property mangling (#1166)
v5.12.1
... (truncated)
Commits
169cbbe5.16.0b4d753fupdate changeloge9ac04fUpdate PATRONS.md632ea3fUpdate README.mdcedbffbUpdate dependency minimatch to 3.0.5 [SECURITY] (#1290)660ebaeimplement compression of #private in ...4c60b48chore: remove dead code144609aFix/issue 1124 (#1279)76fdb92fix: throw error when using private field in an object (#1011) (#1278)4255fb35.15.1- Additional commits viewable in compare view
Updates rollup-plugin-terser from 4.0.4 to 7.0.2
Release notes
Sourced from rollup-plugin-terser's releases.
v7.0.2
Fixes the latest tag (see TrySound/rollup-plugin-terser#90)
v7.0.0
Upgraded to terser 5 (thanks to
@​chicoxyzzy) and serialize-javascript 4v6.1.0
Added support for native es modules in node. Now this works with
"type": "module"in package.json.rollup.config.mjs
import { terser } from 'rollup-plugin-terser'; export default { ... }v6.0.0
- node.js < v10 support is dropped
- rollup < v2 support is dropped
- sourcemap option is inferred from rollup options, please remove from your config
- include/exclude options are dropped in favour of output plugins, see here
v5.3.0
Added rollup v2 support (thanks to
@​willfarrell)v5.2.0
- set
toplevel: trueby default forformat: 'cjs'(thanks to@​shrinktofit)- allow to override
moduleandtopleveloptions (thanks to@​eight04)- handle nameCache mutations (thanks to
@​developit)v5.1.0
- added typescript definition
- added include/exclude options to control specific chunks minification (useful to not duplicate build for minification)
Big thanks to
@​yisraelxv5.0.0
Upgrade to terser v4. Read more here
Commits
0da57f0v7.0.21e3e6e4v7.0.14ec782dfix(types): remove invalidsourcemapoption (#87)938dd8ev7.0.070eb183Upgrade serialize-javascript9f7cbadUpdate Terser to 5.0.0 (#82)9f61db2v6.1.0820201dAdd support for native es modules in node0d3ca60v6.0.163e6737Support sourcemap enum- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.