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

chore(deps): bump terser and kw-web-suite #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps terser and kw-web-suite. These dependencies needed to be updated together.
Updates terser from 3.17.0 to 4.8.1

Changelog

Sourced from terser's changelog.

v4.8.1 (backport)

  • Security fix for RegExps that should not be evaluated (regexp DDOS)

v4.8.0

  • Support for numeric separators (million = 1_000_000) was added.
  • Assigning properties to a class is now assumed to be pure.
  • Fixed bug where yield wasn't considered a valid property key in generators.

v4.7.0

  • A bug was fixed where an arrow function would have the wrong size
  • arguments object is now considered safe to retrieve properties from (useful for length, or 0) even when pure_getters is not set.
  • Fixed erroneous const declarations without value (which is invalid) in some corner cases when using collapse_vars.

v4.6.13

  • Fixed issue where ES5 object properties were being turned into ES6 object properties due to more lax unicode rules.
  • Fixed parsing of BigInt with lowercase e in them.

v4.6.12

  • Fixed subtree comparison code, making it see that [1,[2, 3]] is different from [1, 2, [3]]
  • Printing of unicode identifiers has been improved

v4.6.11

  • Read unused classes' properties and method keys, to figure out if they use other variables.
  • Prevent inlining into block scopes when there are name collisions
  • Functions are no longer inlined into parameter defaults, because they live in their own special scope.
  • When inlining identity functions, take into account the fact they may be used to drop this in function calls.
  • Nullish coalescing operator (x ?? y), plus basic optimization for it.
  • Template literals in binary expressions such as + have been further optimized

v4.6.10

  • Do not use reduce_vars when classes are present

v4.6.9

  • Check if block scopes actually exist in blocks

v4.6.8

  • Take into account "executed bits" of classes like static properties or computed keys, when checking if a class evaluation might throw or have side effects.

v4.6.7

  • Some new performance gains through a AST_Node.size() method which measures a node's source code length without printing it to a string first.

... (truncated)

Commits

Updates kw-web-suite from 8.0.0 to 11.1.0

Release notes

Sourced from kw-web-suite's releases.

v11.1.0

11.1.0 (2021-01-21)

Features

v11.0.0

11.0.0 (2020-10-12)

Features

BREAKING CHANGES

  • Some dependencies updated their major version

v10.0.0

10.0.0 (2020-04-27)

Bug Fixes

  • README: Force a release and update NPM version (b880a91)

BREAKING CHANGES

  • README: update dependencies

v9.0.0

9.0.0 (2019-10-03)

  • Merge pull request #8 from Kitware/update (1727eeb), closes #8

BREAKING CHANGES

  • Update kw-web-suite
Changelog

Sourced from kw-web-suite's changelog.

From 10.x to 11.

  • Upgraded webpack from 4 to 5.
  • Upgraded webpack-cli from 3 to 4.
  • Upgraded webpack-merge from 4 to 5.
  • Upgraded eslint from 6.8 to 7.
  • Upgraded autoprefixer from 9 to 10.
  • Upgraded postcss from 7 to 8.
  • Upgraded css-loader from 3 to 4.
  • Upgraded exports-loader from 0.7 to 1.
  • Upgraded expose-loader from 0.7 to 1.
    • Be sure to check up on how exposes work.
  • Upgraded postcss-loader from 3 to 4.
  • Upgraded style-loader from 1 to 2.
  • Upgraded svg-sprite-loader from 4 to 5.
  • Upgraded worker-loader from 2 to 3.
  • Upgraded copy-webpack-plugin from 5 to 6.
  • Upgraded terser-webpack-plugin from 2 to 4.

From 9.x to 10.

Removed @​babel/polyfill in favor of core-js@3 and regenerator-runtime.

Removed @​babel/plugin-syntax-dynamic-import since it's included.

Prettier defaults have changed.

From 5.x to 6.

Update to Webpack 4.

From 4.x to 5.

Babel preset-env

Update babel to use preset-env.

From 3.x to 4.

Webpack 3

Update Webpack from v2 to v3.6.0, most users of kw-web-suite will not have any changes.

From 2.x to 3.

Webpack 2

Update Webpack from v1 to v2, which requires configuration changes by most users of kw-web-suite.

... (truncated)

Commits
  • ec9617e Merge pull request #15 from Kitware/update
  • e46ce6e feat: Update packages
  • 12cde89 Merge pull request #13 from Kitware/update
  • a31babe feat: Update packages
  • 157744a Merge pull request #11 from Kitware/force-release
  • b880a91 fix(README): Force a release and update NPM version
  • 15e363e Merge pull request #10 from Kitware/update-travis
  • 0df1dda chore(travis): Min version is 10.18.0 for semantic-release
  • c91430c Merge pull request #9 from Kitware/update
  • 67b8a75 docs: Update changelog
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [terser](https://github.com/terser/terser) and [kw-web-suite](https://github.com/kitware/kw-web-suite). These dependencies needed to be updated together.

Updates `terser` from 3.17.0 to 4.8.1
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v3.17.0...v4.8.1)

Updates `kw-web-suite` from 8.0.0 to 11.1.0
- [Release notes](https://github.com/kitware/kw-web-suite/releases)
- [Changelog](https://github.com/Kitware/kw-web-suite/blob/master/BREAKING_CHANGES.md)
- [Commits](Kitware/kw-web-suite@v8.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
- dependency-name: kw-web-suite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants