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

build(deps): Bump terser from 4.3.8 to 4.4.0 #460

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps terser from 4.3.8 to 4.4.0.

Changelog

Sourced from terser's changelog.

v4.4.0

  • Added /*#__INLINE__*/ and /*#__NOINLINE__*/ annotations for calls. If a call has one of these, it either forces or forbids inlining.

v4.3.11

  • Fixed a problem where window was considered safe to access, even though there are situations where it isn't (Node.js, workers...)
  • Fixed an error where ++ and -- were considered side-effect free
  • Number(x) now needs both unsafe and and unsafe_math to be compressed into +x because x might be a BigInt
  • keep_fnames now correctly supports regexes when the function is in a variable declaration

v4.3.10

  • Fixed syntax error when repeated semicolons were encountered in classes
  • Fixed invalid output caused by the creation of empty sequences internally
  • Scopes are now updated when scopes are inlined into them

v4.3.9

  • Fixed issue with mangle's keep_fnames option, introduced when adding code to keep variable names of anonymous functions
Commits

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.4.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v4.3.8...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 10, 2019
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@Kocal Kocal merged commit 3f34140 into develop Nov 15, 2019
@Kocal Kocal deleted the dependabot/npm_and_yarn/develop/terser-4.4.0 branch November 15, 2019 15:01
Kocal added a commit that referenced this pull request Nov 18, 2019
* build(deps): Bump terser from 4.3.8 to 4.4.0 (#460)

Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.4.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v4.3.8...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @babel/core from 7.6.0 to 7.7.2 (#459)

Bumps [@babel/core](https://github.com/babel/babel) from 7.6.0 to 7.7.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.6.0...v7.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps): Bump chokidar from 3.2.1 to 3.3.0 (#458)

Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.2.1...3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps): Bump rollup-plugin-vue from 5.0.1 to 5.1.2 (#452)

Bumps [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/vuejs/rollup-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/rollup-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/rollup-plugin-vue@v5.0.1...v5.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps): Bump dotenv from 8.1.0 to 8.2.0 (#451)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @types/fs-extra from 5.1.0 to 8.0.1 (#457)

Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 5.1.0 to 8.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Sync develop (#462)

* chore(test): fix ESLint/Vue test (#461)

* build(deps-dev): Bump @types/readable-stream from 2.3.4 to 2.3.5 (#445)

Bumps [@types/readable-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/readable-stream) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/readable-stream)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @types/gulp-sass from 0.0.31 to 4.0.0 (#366)

Bumps [@types/gulp-sass](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp-sass) from 0.0.31 to 4.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp-sass)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* build(deps-dev): Bump @types/dotenv from 6.1.1 to 8.2.0 (#453)

Bumps [@types/dotenv](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dotenv) from 6.1.1 to 8.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dotenv)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* fix(type): declare node-sass-tile-importer as Importer (#463)

* build(deps): bump rollup ^1.27.0, rollup-plugin-commonjs ^10.1.0… (#465)

* fix(appveyor): use "build_script"

* build(deps): Bump sass from 1.22.12 to 1.23.6 (#473)

Bumps [sass](https://github.com/sass/dart-sass) from 1.22.12 to 1.23.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](sass/dart-sass@1.22.12...1.23.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps): Bump gulp-imagemin from 6.1.1 to 6.2.0 (#472)

Bumps [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/gulp-imagemin/releases)
- [Commits](sindresorhus/gulp-imagemin@v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps): Bump node-sass from 4.12.0 to 4.13.0 (#470)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.12.0...v4.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @typescript-eslint/parser from 2.3.2 to 2.… (#471)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.3.2 to 2.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.7.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump typescript from 3.6.4 to 3.7.2 (#469)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.6.4...v3.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump semantic-release from 15.13.24 to 15.13.30 (#468)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.24 to 15.13.30.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v15.13.24...v15.13.30)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @types/joi from 14.3.3 to 14.3.4 (#466)

Bumps [@types/joi](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/joi) from 14.3.3 to 14.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/joi)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @typescript-eslint/eslint-plugin from 2.3.… (#467)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.3.3 to 2.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.7.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps-dev): Bump @types/jest from 24.0.18 to 24.0.23 (#474)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.18 to 24.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.

None yet

1 participant