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 json5, sass-resources-loader, nuxt, frontmatter-markdown-loader, responsive-loader and sass-loader #48

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 Jan 1, 2023

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, sass-resources-loader, nuxt, frontmatter-markdown-loader, responsive-loader and sass-loader. These dependencies need to be updated together.

Updates json5 from 2.1.1 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)

v2.1.3 [code, diff]

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

v2.1.2

  • Fix: Bump minimist to v1.2.5. (#222)
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)

v2.1.3 [code, diff]

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

v2.1.2 [code, diff]

  • Fix: Bump minimist to v1.2.5. (#222)
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 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 nuxt from 2.11.0 to 3.0.0

Release notes

Sourced from nuxt's releases.

Nuxt 3.0 stable

Official Release Announcenment

💬 Release Discussion

📝 Changelog

Check out v3.0.0-rc.14 for other recent changes.

🩹 Fixes

  • nuxt: Removed auto imports (#9045)
  • schema: Initialise runtimeConfig.public with empty object (#9050)
  • cli: Upgrade with latest tag (#9060)
  • nuxt: Allow union type arguments for useAsyncData (#9061)

📖 Documentation

  • New website design (#9007)
  • Update website theme version (819deb89)
  • Minor style improvements (9ab069b2)
  • Update website-theme (780b17b1)
  • Add warning about definePageMeta issues with transitions and NuxtLoadingIndicator (#9055)
  • Add missing agencies (#9059)

🏡 Chore

  • Update readme design (#9048)
  • Ignore parse5 for renovate update (#9046)

❤️ Contributors

v3.0.0-rc.14

Note This is the last release candidate for Nuxt v3! Are you ready? 👀

👉 Release Discussion

Changelog

compare changes

... (truncated)

Commits

Updates frontmatter-markdown-loader from 3.1.0 to 3.7.0

Release notes

Sourced from frontmatter-markdown-loader's releases.

v3.7.0: Requires markdown-it 12+

  • Update markdown-it to use 12+
  • Update devDependencies

This release will be the last version which supports Webpack 4 and Vue 2

hmsk/frontmatter-markdown-loader@v3.6.3...v3.7.0

v3.6.3

  • Show an original error message by failing with unmatched Vue and its compiler's version
    • Declared Vue 3 isn't supported yet #238
  • Update devDependencies

hmsk/frontmatter-markdown-loader@v3.6.2...v3.6.3

v3.6.2

  • Add /example which runs with the latest Webpack 5
  • Include only essential files in npm package
  • Update devDependencies

hmsk/frontmatter-markdown-loader@v3.6.1...v3.6.2

v3.6.2-0

  • Include only essential files in npm package
  • Add /example which runs with the latest Webpack 5
  • Update devDependencies

hmsk/frontmatter-markdown-loader@v3.6.1...v3.6.2-0

v3.6.1

  • Update devDependencies
  • Fix a bug that React importing crashes with an unescaped backtick or backslash in a code block 1f6cf386376becbdb02fb08993371013c39b8386

hmsk/frontmatter-markdown-loader@v3.6.0...v3.6.1

v3.6.1-1

  • Escape backslashes and backticks for dangerouslySetInnerHTML
  • Update devDependencies

hmsk/frontmatter-markdown-loader@v3.6.1-0...v3.6.1-1

v3.6.1-0

hmsk/frontmatter-markdown-loader@v3.6.0...v3.6.1-0

v3.6.0: A couple of bugfixes

... (truncated)

Commits
  • e54cdfb 3.7.0
  • 7ddc2d7 run npm audit fix in /example
  • b62cdde Merge pull request #236 from hmsk/renovate/major-jest-monorepo
  • 714230d Use @​vue/vue2-jest instead of vue-jest
  • 2c8884d Update dependency jest to v27
  • 0b289eb run npm audit fix
  • 336a772 Update dependency markdown-it to 12.3.2 [SECURITY]
  • 9560da0 Update react monorepo to v18
  • 05dd314 Update dependency webpack to v5.72.0
  • afed048 Update dependency @​vue/component-compiler-utils to v3.3.0
  • Additional commits viewable in compare view

Updates responsive-loader from 1.2.0 to 3.1.2

Release notes

Sourced from responsive-loader's releases.

v3.1.1

  • allows public path to be set as a URL bf9bfe3

dazuaz/responsive-loader@v3.1.0...v3.1.1

v3.1.0

  • use webpack loader utils package 977fd3a
  • use webpack loader utils package e025ed8
  • Update README.md 711a604
  • Bump d5de94f
  • Update README.md ac26601
  • Update README.md 1791b6f
  • Update README.md 628fa5e
  • readme update 8c48494
  • cleanup 264abc5

dazuaz/responsive-loader@v3.0.4...v3.1.0

v3.0.4

  • play nice with html-loader 7f78335
  • play nice with html-loader bc0ac24
  • bump a83d24f
  • Merge branch 'master' of https://github.com/dazuaz/responsive-loader 7cfc188
  • Merge pull request #155 from matpen/missing-makedir 95be264
  • Update package.json f101018
  • Replace depretiated subtr with slice efc3f2f
  • Adding missing dependency on make-dir. 4fdd18e

dazuaz/responsive-loader@v3.0.3...v3.0.4

v3.0.3

  • fixes bug on selecting defaut image a702faa

dazuaz/responsive-loader@v3.0.2...v3.0.3

v3.0.2

  • changes default adapter to sharp 9e30f4b

dazuaz/responsive-loader@v3.0.1...v3.0.2

v3.0.1

  • support for webpack 5 607521a

dazuaz/responsive-loader@v3.0.0...v3.0.1

v3.0.0

  • support for webpack 5
  • Merge branch 'master' of github.com:dazuaz/responsive-loader 45c35bb
  • min nodejs version b28593e
  • Create codeql-analysis.yml 68181da

... (truncated)

Changelog

Sourced from responsive-loader's changelog.

Change Log

v1.1.0

  • Added min and max options to automatically generate a number of images, and steps option to say how many images (#31).

v1.0.0

New

Breaking

Webpack 2 support

Removed support for webpack 1! Please upgrade to webpack >= 2.

The syntax to import images has changed. The query part now comes after the resource (the image) instead of the loader.

- require('responsive-loader?size=100!some-image.jpg')
+ require('responsive-loader!some-image.jpg?size=100')

That means if responsive-loader is configured in your webpack-config, it's possible to specify image-specific options without having to add the loader part to the import path. For example:

// webpack.config.js
module.exports = {
  // ...
  module: {
    rules: [
      {
        test: /\.jpg$/,
        loader: 'responsive-loader',
        options: {
          size: 1000
          //...
        }
      }
    ]
  },
}
// some-file.js
const image1000 = require('some-image.jpg') // will have size 1000 from the config
const image500 = require('some-image.jpg?size=500')

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dazuaz, a new releaser for responsive-loader since your current version.


Updates sass-loader from 8.0.0 to 13.2.0

Release notes

Sourced from sass-loader's releases.

v13.2.0

13.2.0 (2022-11-09)

Features

v13.1.0

13.1.0 (2022-10-06)

Features

v13.0.2

13.0.2 (2022-06-27)

Bug Fixes

v13.0.1

13.0.1 (2022-06-24)

Bug Fixes

v13.0.0

13.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#1048)
  • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

Bug Fixes

  • do not crash on importers for modern API (#1052) (095814e)
  • do not store original sass error in webpack error(#1053) (06d7533)

v12.6.0

12.6.0 (2022-02-15)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

13.2.0 (2022-11-09)

Features

13.1.0 (2022-10-06)

Features

13.0.2 (2022-06-27)

Bug Fixes

13.0.1 (2022-06-24)

Bug Fixes

13.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#1048)
  • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

Bug Fixes

  • do not crash on importers for modern API (#1052) (095814e)
  • do not store original sass error in webpack error(#1053) (06d7533)

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

12.5.0 (2022-02-14)

... (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.

… responsive-loader and sass-loader

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [sass-resources-loader](https://github.com/shakacode/sass-resources-loader), [nuxt](https://github.com/nuxt/framework), [frontmatter-markdown-loader](https://github.com/hmsk/frontmatter-markdown-loader), [responsive-loader](https://github.com/dazuaz/responsive-loader) and [sass-loader](https://github.com/webpack-contrib/sass-loader). These dependencies need to be updated together.


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

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 `nuxt` from 2.11.0 to 3.0.0
- [Release notes](https://github.com/nuxt/framework/releases)
- [Commits](https://github.com/nuxt/framework/commits/v3.0.0)

Updates `frontmatter-markdown-loader` from 3.1.0 to 3.7.0
- [Release notes](https://github.com/hmsk/frontmatter-markdown-loader/releases)
- [Commits](hmsk/frontmatter-markdown-loader@v3.1.0...v3.7.0)

Updates `responsive-loader` from 1.2.0 to 3.1.2
- [Release notes](https://github.com/dazuaz/responsive-loader/releases)
- [Changelog](https://github.com/dazuaz/responsive-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dazuaz/responsive-loader/commits/v3.1.2)

Updates `sass-loader` from 8.0.0 to 13.2.0
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v8.0.0...v13.2.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: sass-resources-loader
  dependency-type: indirect
- dependency-name: nuxt
  dependency-type: direct:production
- dependency-name: frontmatter-markdown-loader
  dependency-type: direct:development
- dependency-name: responsive-loader
  dependency-type: direct:development
- dependency-name: sass-loader
  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