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 from 5.13.1 to 5.14.2 #19

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2022

Bumps terser from 5.13.1 to 5.14.2.

Changelog

Sourced from terser's changelog.

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-map for 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
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.


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) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2022
@kennedykori kennedykori merged commit 5e83a5e into develop Jul 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/terser-5.14.2 branch July 26, 2022 15:01
@github-actions
Copy link

github-actions bot commented Aug 9, 2022

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
## [1.3.0](v1.2.0...v1.3.0) (2022-08-09)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([9483f8b](9483f8b))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([c5a87de](c5a87de))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([5e83a5e](5e83a5e))

### Refactors

* data_source & metadata_extract filters ([#18](#18)) ([d7eaad2](d7eaad2))
* **conf:** improve project configuration ([3185cc3](3185cc3))
github-actions bot pushed a commit that referenced this pull request Aug 10, 2022
## [1.3.0](v1.2.0...v1.3.0) (2022-08-10)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([9483f8b](9483f8b))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([c5a87de](c5a87de))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([5e83a5e](5e83a5e))

### Refactors

* data_source & metadata_extract filters ([#18](#18)) ([d7eaad2](d7eaad2))
* **conf:** improve project configuration ([6a4c290](6a4c290))
github-actions bot pushed a commit that referenced this pull request Aug 10, 2022
## [1.3.0](v1.2.0...v1.3.0) (2022-08-10)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([9483f8b](9483f8b))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([c5a87de](c5a87de))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([5e83a5e](5e83a5e))

### Refactors

* data_source & metadata_extract filters ([#18](#18)) ([d7eaad2](d7eaad2))
* **conf:** improve project configuration ([895816f](895816f))
github-actions bot pushed a commit that referenced this pull request Aug 10, 2022
## [1.3.0](v1.2.0...v1.3.0) (2022-08-10)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([9483f8b](9483f8b))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([c5a87de](c5a87de))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([5e83a5e](5e83a5e))

### Refactors

* data_source & metadata_extract filters ([#18](#18)) ([d7eaad2](d7eaad2))
* **conf:** improve project configuration ([67d1bb9](67d1bb9))
github-actions bot pushed a commit that referenced this pull request Aug 10, 2022
## [1.3.0](v1.2.0...v1.3.0) (2022-08-10)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([9483f8b](9483f8b))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([c5a87de](c5a87de))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([5e83a5e](5e83a5e))

### Refactors

* data_source & metadata_extract filters ([#18](#18)) ([d7eaad2](d7eaad2))
* **conf:** improve project configuration ([96eb953](96eb953))
@github-actions
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kennedykori pushed a commit that referenced this pull request Sep 11, 2022
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kennedykori pushed a commit that referenced this pull request Sep 11, 2022
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Sep 11, 2022
## [1.3.0](v1.2.0...v1.3.0) (2022-09-11)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))
* integrate pub/sub to notify new uploads ([#26](#26)) ([d6ae0f1](d6ae0f1))

### Bug Fixes

* **api:** add missing field on upload chunk creation ([#31](#31)) ([4565996](4565996))
* **docker:** Dockerfile ([#24](#24)) ([318ace2](318ace2))
* drf missing static assets ([#25](#25)) ([3b1e745](3b1e745))
* **api:** erroneous upload chunk request data consumption ([#23](#23)) ([759f3a8](759f3a8))
* PubSub message creation ([#36](#36)) ([0f9bf8a](0f9bf8a))
* PubSub message to JSON conversion ([#37](#37)) ([4962190](4962190)), closes [#36](#36)

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([58e3455](58e3455))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([6f9aeee](6f9aeee))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([06e7956](06e7956))

### Refactors

* **config:** add pub_sub_topic environment variable ([#34](#34)) ([446cc4a](446cc4a))
* add unit tests ([#22](#22)) ([ade99da](ade99da))
* data_source & metadata_extract filters ([#18](#18)) ([07e6c6b](07e6c6b))
* **conf:** improve project configuration ([#21](#21)) ([f8e1614](f8e1614))
* **pubsub:** refactor pubsub event trigger ([#30](#30)) ([43f1c9a](43f1c9a))
* **core:** refactor upload metadata architecture. ([#28](#28)) ([781ec68](781ec68))
* **api:** remove unneeded fields from the start upload chunk api. ([#27](#27)) ([3a498b6](3a498b6))
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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant