Skip to content

Bump json5, @v4fire/client, @v4fire/core, config and tsconfig-paths#17

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/json5-and-v4fire/client-and-v4fire/core-and-config-and-tsconfig-paths-2.2.3
Open

Bump json5, @v4fire/client, @v4fire/core, config and tsconfig-paths#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/json5-and-v4fire/client-and-v4fire/core-and-config-and-tsconfig-paths-2.2.3

Conversation

@dependabot
Copy link

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

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, @v4fire/client, @v4fire/core, config and tsconfig-paths. 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 @v4fire/client from 3.14.0 to 3.33.0

Release notes

Sourced from @​v4fire/client's releases.

V4Client v3.33.0

🚀 New Feature

  • Added the ability to manipulate meta information of a page with super/i-static-page/modules/page-meta-data

V4Client v3.32.1

🐛 Bug Fix

  • Fixed a bug with not setting an initial value of hidden modifier base/b-bottom-slide

V4Client v3.32.0

🚀 New Feature

  • bTree:
    • Added new methods traverse, fold, unfold, toggleFold
    • Added a new modifier clickableArea

🐛 Bug Fix

  • bTree:
    • Fixed passing props to nested trees
    • Fixed an issue with the prop itemProps not being added to items attributes
    • Fixed adding the folded_false class to items without children

V4Client v3.31.0

🚀 New Feature

  • Added possibility to disable specific link interception

V4Client v3.30.2

🐛 Bug Fix

  • Fixed soft transitions with array parameters base/b-router
  • Fixed an issue with testing userAgent string for desktop Safari core/browser

V4Client v3.30.1

🐛 Bug Fix

  • Fixed an issue with wrong arguments was provided into getItemKey base/b-virtual-scroll

V4Client v3.30.0

🚀 New Feature

  • iBlock:
    • Added a new InfoRender module
    • Added a new initInfoRender method

V4Client v3.29.0

💥 Breaking Change

... (truncated)

Changelog

Sourced from @​v4fire/client's changelog.

v3.33.0 (2022-12-28)

🚀 New Feature

  • Added the ability to manipulate meta information of a page with super/i-static-page/modules/page-meta-data

v3.32.1 (2022-12-26)

🐛 Bug Fix

  • Fixed a bug with not setting an initial value of hidden modifier base/b-bottom-slide

v3.32.0 (2022-12-21)

🚀 New Feature

  • bTree:
    • Added new methods traverse, fold, unfold, toggleFold
    • Added a new modifier clickableArea

🐛 Bug Fix

  • bTree:
    • Fixed passing props to nested trees
    • Fixed an issue with the prop itemProps not being added to items attributes
    • Fixed adding the folded_false class to items without children

v3.31.0 (2022-12-06)

🚀 New Feature

  • Added possibility to disable specific link interception

v3.30.2 (2022-11-17)

🐛 Bug Fix

  • Fixed soft transitions with array parameters base/b-router
  • Fixed an issue with testing userAgent string for desktop Safari core/browser

v3.30.1 (2022-10-25)

🐛 Bug Fix

  • Fixed an issue with wrong arguments was provided into getItemKey base/b-virtual-scroll

v3.30.0 (2022-10-19)

🚀 New Feature

... (truncated)

Commits
  • 35d64d3 🆙 3.33.0
  • fffc70f fix: typos
  • 519d9d1 changelog and readme
  • 44c10d5 feat: page-meta module tests
  • 0af4e66 feat: reworked page-meta module
  • 2ba9345 feat: added new module for working with page meta information
  • dcd4242 🆙 3.32.1
  • 733617a Fix a bug with not setting an initial value of hidden modifier
  • 2713aad Merge pull request #762 from V4Fire/issue-761
  • ea94e90 change package.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kholstinin, a new releaser for @​v4fire/client since your current version.


Updates @v4fire/core from 3.73.0 to 3.89.0

Release notes

Sourced from @​v4fire/core's releases.

V4Core v3.89.0

🚀 New Feature

  • Now push and unshift methods support multiple arguments core/linked-list

💥 Breaking Change

  • By default, the ES flag is set to ES2019 for development builds config

V4Core v3.88.0

🚀 New Feature

  • Added a new module core/linked-list

  • core/queue:

    • Added a new method to clone a queue
    • Now any queue can be traversed with an iterator

🐛 Bug Fix

  • Changed the internal queue structure to core/linked-list core/queue/simple

V4Core v3.87.1

💥 Breaking Change

  • By default, the ES flag is set to ES2021 for development builds config

🐛 Bug Fix

  • core/object/watch:
    • Fixed setting new properties of a watchable object by a deep path using the accessor-based engine
    • Now watchable Map uses the entries iterator by default

V4Core v3.87.0

🚀 New Feature

  • Added a new overload for the intoIter method to create an iterator from an array-like object

V4Core v3.86.4

🐛 Bug Fix

V4Core v3.86.2

🏠 Internal

  • Updated dependencies: typedoc@0.22.13

V4Core v3.86.2

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​v4fire/core's changelog.

v3.89.0 (2022-09-15)

🚀 New Feature

  • Now push and unshift methods support multiple arguments core/linked-list

💥 Breaking Change

  • By default, the ES flag is set to ES2019 for development builds config

v3.88.0 (2022-08-22)

🚀 New Feature

  • Added a new module core/linked-list

  • core/queue:

    • Added a new method to clone a queue
    • Now any queue can be traversed with an iterator

🐛 Bug Fix

  • Changed the internal queue structure to core/linked-list core/queue/simple

v3.87.1 (2022-08-15)

💥 Breaking Change

  • By default, the ES flag is set to ES2021 for development builds config

🐛 Bug Fix

  • core/object/watch:
    • Fixed setting new properties of a watchable object by a deep path using the accessor-based engine
    • Now watchable Map uses the entries iterator by default

v3.87.0 (2022-08-08)

🚀 New Feature

  • Added a new overload for the intoIter method to create an iterator from an array-like object

v3.86.4 (2022-07-05)

🐛 Bug Fix

v3.86.3 (2022-06-10)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by kholstinin, a new releaser for @​v4fire/core since your current version.


Updates config from 1.31.0 to 3.3.8

Release notes

Sourced from config's releases.

v3.3.8

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.7...v3.3.8

v3.3.7

  • No code changes. Resolving versioning / release mix-up

v3.3.6

  • Added publishConfig element to package.json to prevent publishing to the wrong repository - @​lorenwest
Changelog

Sourced from config's changelog.

Beyond 3.3.7

We've moved this content to Github Releases.

Future release notes are managed there.

3.3.7 / 2022-01-11

  • No new changes. 3.3.6 was not published to NPM in versioning mix-up.
  • Release notes are moving to Github Releases page going forward.

3.3.6 / 2021-03-08

  • Added publishConfig element to package.json to prevent publishing to the wrong repository - @​lorenwest

3.3.5 / 2021-03-05

  • FIX #628 Uncaught ReferenceError: node_env_var_name is not defined @​prnake

3.3.4 / 2021-02-26

3.3.3 / 2020-11-26

  • FIX #460 - Strict mode warning refer to appropriate env variable @​iCodeOkay
  • Use Buffer.alloc and Buffer.from instead of contrsuctor @​Fcmam5
  • Add support for experimental .cjs modules @​lenkan

3.3.2 / 2020-09-24

  • Fixed issue with Buffers in config throwing error in util.makeImmutable (#608) - Michal Wadas
  • Added boolean and numeric types to custom environment variables - Ankur Narkhede @​ankurnarkhede

3.3.1 / 2020-03-25

  • Fix security vulnerability in json5 dependency - @​twkel

3.3.0 / 2020-02-26

... (truncated)

Commits
Maintainer changes

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


Updates tsconfig-paths from 3.12.0 to 3.13.0

Changelog

Sourced from tsconfig-paths's changelog.

[3.13.0] - 2022-03-03

Added

  • Include file extension in paths resolved from package.json "main" field. See PR #135 and issue #133. Thanks to @​katywings for this fix!
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.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@v4fire/client](https://github.com/V4Fire/Client), [@v4fire/core](https://github.com/V4Fire/Core), [config](https://github.com/node-config/node-config) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). 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 `@v4fire/client` from 3.14.0 to 3.33.0
- [Release notes](https://github.com/V4Fire/Client/releases)
- [Changelog](https://github.com/V4Fire/Client/blob/master/CHANGELOG.md)
- [Commits](V4Fire/Client@v3.14.0...v3.33.0)

Updates `@v4fire/core` from 3.73.0 to 3.89.0
- [Release notes](https://github.com/V4Fire/Core/releases)
- [Changelog](https://github.com/V4Fire/Core/blob/master/CHANGELOG.md)
- [Commits](V4Fire/Core@v3.73.0...v3.89.0)

Updates `config` from 1.31.0 to 3.3.8
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/master/History.md)
- [Commits](https://github.com/node-config/node-config/commits/v3.3.8)

Updates `tsconfig-paths` from 3.12.0 to 3.13.0
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](jonaskello/tsconfig-paths@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@v4fire/client"
  dependency-type: direct:production
- dependency-name: "@v4fire/core"
  dependency-type: direct:production
- dependency-name: config
  dependency-type: direct:production
- dependency-name: tsconfig-paths
  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