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, bili, poi and rollup-plugin-vue #39

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 6, 2023

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, bili, poi and rollup-plugin-vue. These dependencies need to be updated together.

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

v2.1.2

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1

  • New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
  • Fix: Spelling mistakes have been fixed. (#196)

v2.1.0

  • New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)

v2.0.1

  • Fix: The browser builds in the dist directory support ES5. (#182)

v2.0.0

  • Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.

  • New: Support for Unicode 10 has been added.

  • New: The test framework has been migrated from Mocha to Tap.

  • New: The browser build at dist/index.js is no longer minified by default. A minified version is available at dist/index.min.js. (#181)

  • Fix: The warning has been made clearer when line and paragraph separators are

... (truncated)

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)

v2.1.2 [code, diff]

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1 [code, [diff][d2.1.1]]

... (truncated)

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 bili from 2.2.7 to 5.0.5

Release notes

Sourced from bili's releases.

v5.0.5

5.0.5 (2020-06-21)

Bug Fixes

v5.0.4

5.0.4 (2020-06-19)

Bug Fixes

v5.0.3

5.0.3 (2020-06-19)

Bug Fixes

v5.0.2

5.0.2 (2020-06-15)

Bug Fixes

  • rollup: handle warning for deprecated api (e93f812)

v5.0.1

5.0.1 (2020-06-15)

Bug Fixes

  • add cac and joycon to dependencies (696c162)
  • never include pkg.dependencies in bundle (fc69352)

v5.0.0

5.0.0 (2020-06-15)

Features

... (truncated)

Commits
  • fe897b2 fix: ensure filename for esm format (#364)
  • 4aae8f0 fix(docs): configuration link (#356)
  • 9a5e211 fix: duplicated banner after minified (fix #346) (#359)
  • e93f812 fix(rollup): handle warning for deprecated api
  • fc69352 fix: never include pkg.dependencies in bundle
  • 696c162 fix: add cac and joycon to dependencies
  • 023f2c5 feat: Upgrade Rollup and Plugins (#357)
  • a21420c fix(docs): configuration link (#355)
  • 6a58956 feat: babel support new syntax and fine tuning compile (#342)
  • 51cc78b docs: add hint for bug of rollup-plugin-vue (#343)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates poi from 9.6.13 to 12.10.3

Release notes

Sourced from poi's releases.

poi@12.10.3

Fixes:

  • Make babel react refresh plugin optional (enabled by default when react is installed) #761
  • With publicPath and historyApiFallback, manually set fallback index #764

poi@12.10.2

12.10.2 (2020-08-19)

Bug Fixes

  • make react-refresh work better with error overlay (e6deed4)

poi@12.10.0

Features

  • Add react-refresh support (#736)

poi@12.9.0

Features

Native support for Vue 3.

Make sure to:

yarn add vue@next vue-loader@next @vue/compiler-sfc --dev

poi@12.8.0

12.8.0 (2020-04-30)

Features

  • CSS modules should export camelCased names (#585) (5567a8c)
  • babel: Add optional chaining support to default babel preset (#682) (745c66b)

poi@12.7.5

12.7.5 (2019-12-19)

Bug Fixes

  • deps: [security] bump copy-webpack-plugin from 4.6.0 to 5.1.1 (#656) (278a936)

poi@12.7.4

12.7.4 (2019-12-13)

... (truncated)

Commits
  • d39a4ae chore(release): publish
  • 66927c0 Delete stale.yml
  • 9d22b03 fix: make react refresh babel plugin optional (#761)
  • cf6279b fix: With publicPath and historyApiFallback, manually set fallback index (#764)
  • cbb195b chore(deps): bump @​babel/preset-typescript from 7.1.0 to 7.10.4
  • cb66e91 chore(deps): bump @​babel/plugin-syntax-dynamic-import
  • 541454f chore(deps): bump v8-compile-cache from 2.0.2 to 2.1.1
  • 264a166 chore(deps): bump lodash from 4.17.19 to 4.17.20
  • c070b5b chore(deps): [security] bump node-fetch from 2.6.0 to 2.6.1
  • 6c7c900 chore(deps): [security] bump http-proxy from 1.18.0 to 1.18.1
  • Additional commits viewable in compare view
Maintainer changes

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


Updates rollup-plugin-vue from 3.0.0 to 6.0.0

Release notes

Sourced from rollup-plugin-vue's releases.

Version 5.0.0

Chores

BREAKING CHANGES

  • @vue/component-compiler-utils@3.0.0 uses sass instead of node-sass

Version 4.7.2

Bug Fixes

  • Add needMap option to disable source maps (3f879f3)

Version 4.7.0

Bug Fixes

  • Use isProduction when defined and fallback to NODE_ENV/BUILD (5fb30ce)
  • Use template.isProduction option if set (#267) (911eabc)

Features

  • Add data option to allow prepending style block content (a5711f6), closes #93
  • Add exposeFilename to control __file property (5c1dffb)
  • Combine customBlocks inclusion/exclusion option (8ae8568)

Version 4.3.0

Bug Fixes

  • Transform require in render function compiled from \<template> (#212) (89839f2)

Features

  • Provide sourcemap for blocks in .vue file (#215) (a5928ad)

Version 4.2.0

Features

  • Use regex to filter .vue files (1c77e2a)

Version 4.1.5

Bug Fixes

  • Handle Vue.extend constructor export from .vue file (#206) (fa7661e)
  • Resolve src attr value with require.resolve (#205) (ecb2d87)

Version 4.1.4

... (truncated)

Changelog

Sourced from rollup-plugin-vue's changelog.

6.0.0 (2020-11-25)

Features

6.0.0-beta.11 (2020-11-02)

Bug Fixes

  • add language fallback for template code (#407) (e334e8c)
  • avoid adding render function when no template in an SFC (#387) (6960203)
  • avoid conflicting filename for sourcemaps (#375) (4ec1315)
  • default render function name for ssr (#402) (714afd7)
  • support options for template block preprocessor render (#377) (3222451)

Features

  • add watchers to imports within vue files (#385) (cd41410)

6.0.0-beta.9 (2020-07-16)

Features

  • distinguish options for different CSS preprocessing languages (#366) (860595e)

6.0.0-beta.8 (2020-07-15)

Bug Fixes

  • backwards compat with older versions of compiler-sfc (7cb9fa4)

6.0.0-beta.7 (2020-07-15)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by yyx990803, a new releaser for rollup-plugin-vue since your current version.


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), [bili](https://github.com/egoist/bili), [poi](https://github.com/egoist/poi) and [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue). These dependencies need to be updated together.


Updates `json5` from 0.5.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@v0.5.1...v2.2.3)

Updates `bili` from 2.2.7 to 5.0.5
- [Release notes](https://github.com/egoist/bili/releases)
- [Changelog](https://github.com/egoist/bili/blob/master/.releaserc.json)
- [Commits](egoist/bili@v2.2.7...v5.0.5)

Updates `poi` from 9.6.13 to 12.10.3
- [Release notes](https://github.com/egoist/poi/releases)
- [Commits](https://github.com/egoist/poi/compare/poi@9.6.13...poi@12.10.3)

Updates `rollup-plugin-vue` from 3.0.0 to 6.0.0
- [Release notes](https://github.com/vuejs/rollup-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/rollup-plugin-vue/blob/next/CHANGELOG.md)
- [Commits](https://github.com/vuejs/rollup-plugin-vue/commits)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: bili
  dependency-type: direct:development
- dependency-name: poi
  dependency-type: direct:development
- dependency-name: rollup-plugin-vue
  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 Jan 6, 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.

None yet

0 participants