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

Bump braces, babel-plugin-istanbul, http-proxy-middleware and karma #53

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps braces to 3.0.2 and updates ancestor dependencies braces, babel-plugin-istanbul, http-proxy-middleware and karma. These dependencies need to be updated together.

Updates braces from 0.1.5 to 3.0.2

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed

[2.3.2] - 2018-04-08

  • start refactoring
  • cover sets

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by doowb, a new releaser for braces since your current version.


Updates babel-plugin-istanbul from 4.1.6 to 6.1.1

Release notes

Sourced from babel-plugin-istanbul's releases.

babel-plugin-istanbul v6.1.1

Bug Fixes

  • build: first automated publication (9a1b893)

babel-plugin-istanbul v6.1.0

Features

  • instrumenter: instrumenter with fixes for branchMap instrumentation (#265) (1e9ec62)
Changelog

Sourced from babel-plugin-istanbul's changelog.

6.1.1 (2021-10-16)

Bug Fixes

  • build: first automated publication (9a1b893)

6.1.0 (2021-10-16)

Features

  • instrumenter: instrumenter with fixes for branchMap instrumentation (#265) (1e9ec62)

6.0.0 (2019-12-20)

⚠ BREAKING CHANGES

  • Drop node.js 6 (#226)

Features

5.2.0 (2019-07-18)

Bug Fixes

  • Print explicit error if use with babel 6 is attempted (#207) (a12cf16)

Features

  • Support turning off node_modules default exclude via flag (#172) (a314f06)

5.1.4 (2019-04-25)

5.1.3 (2019-04-23)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for babel-plugin-istanbul since your current version.


Updates http-proxy-middleware from 0.17.4 to 2.0.6

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.6

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.5...v2.0.6

v2.0.5

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.4...v2.0.5

v2.0.4

What's Changed

New Contributors

Full Changelog: chimurai/http-proxy-middleware@v2.0.3...v2.0.4

v2.0.3

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.2...v2.0.3

v2.0.2

What's Changed

... (truncated)

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.6

  • fix(proxyReqWs): catch socket errors (#763)

v2.0.5

  • fix(error handler): add default handler to econnreset (#759)

v2.0.4

  • fix(fix-request-body): improve content type check (#725) (kevinxh)

v2.0.3

  • feat(package): optional @​types/express peer dependency (#707)

v2.0.2

  • chore(deps): update @​types/http-proxy to 1.17.8 (#701)
  • fix(fixRequestBody): fix request body for empty JSON object requests (#640) (mhassan1)
  • fix(types): fix type regression (#700)

v2.0.1

v2.0.0

  • chore(package): drop node 10 [BREAKING CHANGE] (#577)

v1.3.1

  • fix(fix-request-body): make sure the content-type exists (#578) (oufeng)

v1.3.0

  • docs(response interceptor): align with nodejs default utf8 (#567)
  • feat: try to proxy body even after body-parser middleware (#492) (midgleyc)

v1.2.1

  • fix(response interceptor): proxy original response headers (#563)

v1.2.0

  • feat(handler): response interceptor (#520)
  • fix(log error): handle undefined target when websocket errors (#527)

... (truncated)

Commits
  • c08cb1e chore(package): v2.0.6 (#764)
  • 3f48d50 fix(proxyReqWs): catch socket errors
  • f64c994 chore(package): v2.0.5
  • bd15913 fix(error handler): add default handler to econnreset
  • 4baae76 chore(package): v2.0.4 (#729)
  • 68bc6d7 fix(fix-request-body): improve content type check (#725)
  • e9e25ca docs(response-interceptor.md): add headers modification example (#724)
  • 2d6741a chore(vscode): add recommended extensions (#715)
  • 7f99ed1 chore(package): bump dev dependencies (#714)
  • cb46628 chore(package): v2.0.3
  • Additional commits viewable in compare view

Updates karma from 1.7.1 to 6.4.1

Release notes

Sourced from karma's releases.

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

v6.3.18

6.3.18 (2022-04-13)

Bug Fixes

  • deps: upgrade socket.io to v4.4.1 (52a30bb)

v6.3.17

6.3.17 (2022-02-28)

Bug Fixes

  • deps: update colors to maintained version (#3763) (fca1884)

v6.3.16

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

  • deps: upgrade socket.io to v4.4.1 (52a30bb)

6.3.17 (2022-02-28)

Bug Fixes

  • deps: update colors to maintained version (#3763) (fca1884)

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

... (truncated)

Commits
  • 0013121 chore(release): 6.4.1 [skip ci]
  • 63d86be fix: pass integrity value
  • 84f7cc3 chore(release): 6.4.0 [skip ci]
  • f2d0663 docs: add integrity parameter
  • dc51a2e feat: support SRI verification of link tags
  • 6a54b1c feat: support SRI verification of script tags
  • 5e71cf5 chore(release): 6.3.20 [skip ci]
  • e17698f fix: prefer IPv4 addresses when resolving domains
  • 60f4f79 build: add Node 16 and 18 to the CI matrix
  • 6ff5aaf chore(release): 6.3.19 [skip ci]
  • 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 [braces](https://github.com/micromatch/braces) to 3.0.2 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul), [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) and [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together.


Updates `braces` from 0.1.5 to 3.0.2
- [Release notes](https://github.com/micromatch/braces/releases)
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits/3.0.2)

Updates `babel-plugin-istanbul` from 4.1.6 to 6.1.1
- [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases)
- [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/babel-plugin-istanbul@v4.1.6...v6.1.1)

Updates `http-proxy-middleware` from 0.17.4 to 2.0.6
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v0.17.4...v2.0.6)

Updates `karma` from 1.7.1 to 6.4.1
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@1.7.1...v6.4.1)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: babel-plugin-istanbul
  dependency-type: direct:development
- dependency-name: http-proxy-middleware
  dependency-type: direct:development
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@vercel
Copy link

vercel bot commented Feb 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
vuethexplore ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 27, 2023 at 1:26PM (UTC)

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

0 participants