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 json5, vue-jest and vue-loader #398

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 Dec 31, 2022

Bumps json5 to 2.2.2 and updates ancestor dependencies json5, vue-jest and vue-loader. These dependencies need to be updated together.

Updates json5 from 2.2.0 to 2.2.2

Release notes

Sourced from json5's releases.

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1

Changelog

Sourced from json5's changelog.

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1 [code, diff]

Commits
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • d720b4f Improve readme (e.g. explain JSON5 better!) (#291)
  • 910ce25 docs: fix spelling of Aseem
  • 2aab4dd test: require tap as t in cli tests
  • 6d42686 test: remove mocha syntax from tests
  • 4798b9d docs: update installation and usage for modules
  • Additional commits viewable in compare view

Updates vue-jest from 3.0.7 to 4.0.1

Release notes

Sourced from vue-jest's releases.

v4.0.1

One minor fix.

Fixes:

v4.0.0

The 4.0.0 is finally here. No clear blocker so transitioning this from release candidate to master. Better late than never.

Fixes

fix: add fallback to default TemplateCompileOptions #310 @​nogic1008

v4.0.0-rc.1

Features

feat: pass templateCompiler options vuejs/vue-jest@37efa58 feat: add-compile-template-options #288

Fixes

fix: external css files path resolution vuejs/vue-jest@fe76473

v4.0.0-rc.0

Features

We moved to release candidate after many months of beta with no real roadmap.

We will move to 4.0.0 stable before the end of Sep 2020.

v4.0.0-beta.6

Fixes

fix: remove inline source map @​nogic1008 build: bump jest version in peerDependencies @​nogic1008

That's it! Small release.

v4.0.0-beta.5

Fixes

v4.0.0-beta.4

Features

... (truncated)

Commits
  • e632171 Merge pull request #320 from catrope/typo-namepsace
  • 95784e4 Merge pull request #284 from vuejs/remove-ts-jest
  • 10559e1 chore: rebase
  • 6a7a728 Fix typo in processor example
  • 1fb3b2e publish: 4.0.0
  • 938a97e Merge pull request #311 from vuejs/dependabot/npm_and_yarn/ini-1.3.7
  • 1ada5fe Merge pull request #312 from vuejs/dependabot/npm_and_yarn/node-notifier-8.0.1
  • b393520 chore(deps): bump node-notifier from 8.0.0 to 8.0.1
  • 4ce4686 Merge pull request #310 from nogic1008/hotfix/template-compiler
  • 2353bd2 chore(deps): bump ini from 1.3.5 to 1.3.7
  • Additional commits viewable in compare view

Updates vue-loader from 15.9.8 to 17.0.1

Release notes

Sourced from vue-loader's releases.

v17.0.1

Bug Fixes

  • add vue and @vue/compiler-sfc to optional peerDependencies (df0ded5), closes #1944
  • merge custom queries rather than appending (#1911) (9e4249a)

v17.0.0

Features

  • support reactivityTransform option (e07490e)

BREAKING CHANGES

  • remove refSugar option, require vue@^3.2.13

v16.8.3

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)

v16.8.2

Bug Fixes

v16.8.1

Bug Fixes

  • fix template options resolving for ts (91f581b)

v16.8.0

Bug Fixes

  • hmr: fix hmr regression (bacc6a9)

Features

  • enableTsInTemplate option (7613534)

    • When used with ts-loader, due to ts-loader's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option to false (and avoid using TS expressions in templates).

    • Alternatively, leave this option on (by default) and use esbuild-loader to transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE or vue-tsc).

v16.7.1

Bug Fixes

  • remove pure annotation for custom blocks (cd891e5)

... (truncated)

Changelog

Sourced from vue-loader's changelog.

17.0.1 (2022-10-28)

Bug Fixes

  • add vue and @vue/compiler-sfc to optional peerDependencies (df0ded5), closes #1944
  • merge custom queries rather than appending (#1911) (9e4249a)

17.0.0 (2021-12-12)

Features

  • support reactivityTransform option (e07490e)

BREAKING CHANGES

  • remove refSugar option, require vue@^3.2.13

16.8.3 (2021-11-04)

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)

16.8.3 (2021-11-04)

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)

16.8.2 (2021-10-26)

Bug Fixes

... (truncated)

Commits

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 [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [vue-jest](https://github.com/vuejs/vue-jest) and [vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to be updated together.


Updates `json5` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.0...v2.2.2)

Updates `vue-jest` from 3.0.7 to 4.0.1
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](vuejs/vue-jest@v3.0.7...v4.0.1)

Updates `vue-loader` from 15.9.8 to 17.0.1
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md)
- [Commits](vuejs/vue-loader@v15.9.8...v17.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: vue-jest
  dependency-type: direct:development
- dependency-name: vue-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 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.

None yet

0 participants