Skip to content

Bump json5, @nuxt/typescript-build, @nuxtjs/eslint-module, sass-resources-loader and webpack#34

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/json5-and-nuxt/typescript-build-and-nuxtjs/eslint-module-and-sass-resources-loader-and-webpack-2.2.3
Open

Bump json5, @nuxt/typescript-build, @nuxtjs/eslint-module, sass-resources-loader and webpack#34
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/json5-and-nuxt/typescript-build-and-nuxtjs/eslint-module-and-sass-resources-loader-and-webpack-2.2.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 31, 2022

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, @nuxt/typescript-build, @nuxtjs/eslint-module, sass-resources-loader and webpack. These dependencies need to be updated together.

Updates json5 from 2.1.2 to 2.2.3

Release notes

Sourced from json5's releases.

v2.2.3

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

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)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

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)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)
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.1 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/eslint-module from 1.1.0 to 1.2.0

Changelog

Sourced from @​nuxtjs/eslint-module's changelog.

1.2.0 (2020-04-24)

Features

Commits
  • 4f8476a chore(release): 1.2.0
  • cf1c5cd chore: update deps
  • 4a2437d docs: update badge
  • 47a1238 ci: use Github Actions
  • 2bb5f50 test: remove resourceHints from nuxt.config
  • ca9ac56 docs: move the warning
  • 0e17e64 chore(deps): update dependency consola to ^2.11.3 (#26)
  • 0fc980b chore(deps): update dependency consola to ^2.11.2 (#25)
  • a4531ef chore(deps): update dependency consola to ^2.11.1 (#24)
  • 21d25ff docs: update
  • Additional commits viewable in compare view

Updates sass-resources-loader from 2.0.1 to 2.2.5

Changelog

Sourced from sass-resources-loader's changelog.

[2.2.5] - 2022-04-14

[2.2.4] - 2021-08-05

[2.2.3] - 2021-06-21

  • Fix regression introduced in 2.2.2 for "causes TypeError: Cannot read property 'indexOf' of undefined". #145 by Juan Antonio Gómez.

[2.2.2] - 2021-06-16

  • De-duplicate hoisted imports and avoid rewriting imports of built-ins. #142 by Jan Amann.

[2.2.1] - 2021-04-14

[2.2.0] - 2020-09-19

  • Add verbose error message when any of the specified resource globs don't return any files. Fixes: #38. #134 by Toms Burgmanis.

[2.1.1] - 2020-09-19

[2.1.0] - 2020-07-22

[2.0.3] - 2020-04-13

  • Dependency updates

[2.0.2] - 2020-04-12

  • Dependency updates
Commits
Maintainer changes

This version was pushed to npm by shakacode, a new releaser for sass-resources-loader since your current version.


Updates webpack from 4.44.2 to 4.46.0

Commits
  • 444e59f 4.46.0
  • 758bb25 Merge pull request #12387 from webpack/bugfix/12386
  • 79de1a2 enable backward-compatibility for resolve.roots
  • ef75c04 Fix filename in azure pipeline
  • 7714953 add test case
  • 0331322 4.45.0
  • e43bb4b Merge pull request #12372 from webpack/bugfix/split-chunks-min-size-4
  • 4de8451 fix bug where cacheGroup index was inverted
  • 3f69f3c fix bug where module size is added multiple times to the split chunk info
  • c572c15 Merge pull request #11831 from Pyrolistical/patch-1
  • 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.

…rces-loader and webpack

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), [@nuxtjs/eslint-module](https://github.com/nuxt-community/eslint-module), [sass-resources-loader](https://github.com/shakacode/sass-resources-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.


Updates `json5` from 2.1.2 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.2...v2.2.3)

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

Updates `@nuxtjs/eslint-module` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/nuxt-community/eslint-module/releases)
- [Changelog](https://github.com/nuxt-community/eslint-module/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/eslint@v1.1.0...v1.2.0)

Updates `sass-resources-loader` from 2.0.1 to 2.2.5
- [Release notes](https://github.com/shakacode/sass-resources-loader/releases)
- [Changelog](https://github.com/shakacode/sass-resources-loader/blob/master/CHANGELOG.md)
- [Commits](shakacode/sass-resources-loader@2.0.1...v2.2.5)

Updates `webpack` from 4.44.2 to 4.46.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.44.2...v4.46.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@nuxt/typescript-build"
  dependency-type: direct:development
- dependency-name: "@nuxtjs/eslint-module"
  dependency-type: direct:development
- dependency-name: sass-resources-loader
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: indirect
...

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.

0 participants