Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, @nuxt/typescript-build and @nuxtjs/vuetify. These dependencies need to be updated together.

Updates json5 from 2.1.3 to 2.2.3

Release notes

Sourced from json5's releases.

v2.2.3

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

v2.2.0

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

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]

v2.2.0 [code, diff]

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)
Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 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
  • Additional commits viewable in compare view

Updates @nuxt/typescript-build from 0.6.6 to 2.1.0

Release notes

Sourced from @​nuxt/typescript-build's releases.

@​nuxt/typescript-build@​2.0.4

Dependencies

  • Upgrade to TypeScript 4.1
  • Upgrade fork-ts-checker-webpack-plugin : ^5.2.0 -> ^6.1.0
  • Upgrade ts-loader : ^8.0.4 -> ^8.0.14

TypeScript 4.1

You may have type issues you need to fix while upgrading.

For example a common one is for void Promises you need to explicitly type the return type of the Promise :

new Promise<void>()

instead of

new Promise()

Anyway, your IDE & type checker will tell you what's going wrong and you'll be able to quick fix it !

@​nuxt/typescript-build@​2.0.3

Dependencies

  • Upgrade to TypeScript 4
  • Upgrade fork-ts-checker-webpack-plugin : ^5.0.14 -> ^5.1.0,
  • Upgrade ts-loader : ^8.0.2 -> ^8.0.3

@​nuxt/typescript-build@​2.0.0

Fixes

  • Fixed an issue when using TSX in .vue files (114d69)

Dependencies

Breaking changes

ForkTsCheckerWebpackPlugin v5 has changed its options format and dropped Node 8 support. Follow their documentation if you were customizing options through typescript.typeCheck module option.

Dropped @nuxt/types from @nuxt/typescript-build package, it nows need to be manually installed, documentation has been upgraded.

@​nuxt/typescript-build@​1.0.0

Breaking change

... (truncated)

Commits
  • 8536840 chore(release): publish
  • 4c7242a chore(deps): upgrade to typescript 4.2 (#491)
  • ff3a074 chore(release): publish
  • 6752bcc chore(runtime): add instructions for nuxt >= 2.15
  • b8a349f docs(en): add basic counter examples to menu
  • a1add07 docs: add basic counter examples (#453)
  • 1a2c82b chore(release): publish
  • b300e6a fix(typescript-build): wrong path for dependency (#464)
  • 9fd9f08 chore(release): publish
  • 230cefb chore(deps): upgrade dependencies (includes TypeScript 4.1) (#478)
  • Additional commits viewable in compare view

Updates @nuxtjs/vuetify from 1.11.2 to 1.12.3

Release notes

Sourced from @​nuxtjs/vuetify's releases.

v1.12.3

Bug Fixes

v1.12.2

Dependencies

  • chore(deps): update vuetify to v2.6 (#479)
  • chore(deps): update dependency sass-loader to v12 (#453)

v1.12.1

Bug Fixes

v1.12.0

Features

  • compatible with Nuxt 2.14 and typescript 4 (#395) (16c2bca)

Bug Fixes

  • types: use UserVuetifyPreset instead of VuetifyPreset (#419) (d75b2be)
  • lock sass version to ~1.32.13 (#452) (4868782), closes #446

v1.11.3

Bug Fixes

  • update v-content to v-main for vuetify 2.3.0
  • remove fibers dependency to support node.js 14 on Windows (#390) (7a02126)
  • sass-loader use additionalData vs prependData (a92eaf1)
Changelog

Sourced from @​nuxtjs/vuetify's changelog.

1.12.3 (2021-12-12)

Bug Fixes

1.12.2 (2021-11-28)

1.12.1 (2021-06-13)

Bug Fixes

1.12.0 (2021-06-13)

Features

  • compatible with Nuxt 2.14 and typescript 4 (#395) (16c2bca)

Bug Fixes

  • types: use UserVuetifyPreset instead of VuetifyPreset (#419) (d75b2be)
  • lock sass version to ~1.32.13 (#452) (4868782), closes #446

1.11.3 (2021-01-17)

Bug Fixes

  • remove fibers dependency to support node.js 14 on Windows (#390) (7a02126)
  • sass-loader use additionalData vs prependData (a92eaf1)
Commits
  • 8b52b93 chore(release): 1.12.3
  • 50dd7d4 fix(deps): revert to sass-loader v10 (#487)
  • 7e41d96 chore(release): 1.12.2
  • 458d56a chore(deps): lock file maintenance (#461)
  • 8f6c087 chore(deps): update devdependency husky to ^7.0.4 (#482)
  • 96b1683 chore(deps): update devdependency eslint to v8 (#472)
  • cf49512 chore(deps): update devdependency husky to v7 (#465)
  • 5c16e2a chore(deps): update devdependency @​types/jest to v27 (#481)
  • 9309e8a chore(deps): update all non-major dependencies (#460)
  • baeced6 chore(deps): update dependency sass-loader to v12 (#453)
  • 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 [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@nuxt/typescript-build](https://github.com/nuxt/typescript) and [@nuxtjs/vuetify](https://github.com/nuxt-community/vuetify-module). These dependencies need to be updated together.


Updates `json5` from 2.1.3 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.1.3...v2.2.3)

Updates `@nuxt/typescript-build` from 0.6.6 to 2.1.0
- [Release notes](https://github.com/nuxt/typescript/releases)
- [Commits](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected])

Updates `@nuxtjs/vuetify` from 1.11.2 to 1.12.3
- [Release notes](https://github.com/nuxt-community/vuetify-module/releases)
- [Changelog](https://github.com/nuxt-community/vuetify-module/blob/master/CHANGELOG.md)
- [Commits](nuxt-community/vuetify-module@v1.11.2...v1.12.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@nuxt/typescript-build"
  dependency-type: direct:development
- dependency-name: "@nuxtjs/vuetify"
  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 Jan 1, 2023
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