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, webpack, @angular/cli, @compodoc/compodoc and html-webpack-plugin #145

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 Dec 29, 2022

Bumps json5 to 2.2.2 and updates ancestor dependencies json5, webpack, @angular/cli, @compodoc/compodoc and html-webpack-plugin. These dependencies need to be updated together.

Updates json5 from 0.5.1 to 2.2.2

Release notes

Sourced from json5's releases.

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 used in strings.

  • Fix: package.json5 has been restored, and it is automatically generated and

... (truncated)

Changelog

Sourced from json5's changelog.

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]

  • 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)

... (truncated)

Commits
  • 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
  • d720b4f Improve readme (e.g. explain JSON5 better!) (#291)
  • 910ce25 docs: fix spelling of Aseem
  • 2aab4dd test: require tap as t in cli tests
  • 6d42686 test: remove mocha syntax from tests
  • 4798b9d docs: update installation and usage for modules
  • Additional commits viewable in compare view

Updates webpack from 3.11.0 to 5.75.0

Release notes

Sourced from webpack's releases.

v5.75.0

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

... (truncated)

Commits

Updates @angular/cli from 1.7.4 to 15.0.4

Release notes

Sourced from @​angular/cli's releases.

v15.0.4

15.0.4 (2022-12-14)

@​angular-devkit/build-angular

Commit Description
fix - ccc8e0350 display actionable error when a style does not exist in Karma builder
fix - 507f756c3 downlevel class private methods when targeting Safari <=v15
fix - a0da91dba include sources in generated Sass source maps
fix - 9fd356234 only set ngDevMode when script optimizations are enabled
fix - 8e85f4728 update css-loader to 6.7.3
fix - b2d4415ca update locale setting snippet to use globalThis.

Special Thanks

Alan Agius and Charles Lyding

v15.0.3

15.0.3 (2022-12-07)

@​angular-devkit/build-angular

Commit Description
fix - 3d9971edb default preserve symlinks to Node.js value for esbuild
fix - 24f4b51d2 downlevel class fields with Safari <= v15 for esbuild
fix - 45afc42db downlevel class properties when targeting Safari <=v15
fix - e6461badf prevent optimization adding unsupported ECMASCript features

Special Thanks

Charles Lyding, Dominic Elm and Paul Gschwendtner

v15.0.2

15.0.2 (2022-11-30)

@​angular-devkit/build-angular

Commit Description
fix - 2891d5bc9 correctly set Sass quietDeps and verbose options

@​ngtools/webpack

Commit Description
fix - d9cc4b028 elide unused type references

Special Thanks

Alan Agius and Juuso Valkeejärvi

v15.0.1

15.0.1 (2022-11-23)

@​schematics/angular

Commit Description
fix - 48426852b show warning when a TS Config is not found during migrations

@​angular/cli

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

15.0.4 (2022-12-14)

@​angular-devkit/build-angular

Commit Type Description
ccc8e0350 fix display actionable error when a style does not exist in Karma builder
507f756c3 fix downlevel class private methods when targeting Safari <=v15
a0da91dba fix include sources in generated
9fd356234 fix only set ngDevMode when script optimizations are enabled
8e85f4728 fix update css-loader to 6.7.3
b2d4415ca fix update locale setting snippet to use globalThis.

Special Thanks

Alan Agius and Charles Lyding

15.1.0-next.2 (2022-12-08)

@​schematics/angular

Commit Type Description
5b18ce154 feat add guardType as an alias of implements in guard schematic
49b313f27 fix add missing import for functional interceptor spec
2f92fe7e5 fix add missing semicolon in functional guard/resolver/interceptor

@​angular-devkit/build-angular

Commit Type Description
97716969c fix default preserve symlinks to Node.js value for esbuild
cf2f30afc fix downlevel class fields with Safari <= v15 for esbuild
25eaaa24b fix downlevel class properties when targeting Safari <=v15
7a063238b fix explicitly send options to JS transformer workers
ef99a68b4 fix prevent optimization adding unsupported ECMASCript features

Special Thanks

Alan Agius, Charles Lyding, Cédric Exbrayat, Dominic Elm, Doug Parker and Paul Gschwendtner

15.0.3 (2022-12-07)

... (truncated)

Commits
  • 8771258 release: cut the v15.0.4 release
  • 8e85f47 fix(@​angular-devkit/build-angular): update css-loader to 6.7.3
  • 9fd3562 fix(@​angular-devkit/build-angular): only set ngDevMode when script optimizati...
  • ccc8e03 fix(@​angular-devkit/build-angular): display actionable error when a style doe...
  • 507f756 fix(@​angular-devkit/build-angular): downlevel class private methods when targ...
  • b2d4415 fix(@​angular-devkit/build-angular): update locale setting snippet to use `glo...
  • a0da91d fix(@​angular-devkit/build-angular): include sources in generated
  • eb2a73a release: cut the v15.0.3 release
  • 3d9971e fix(@​angular-devkit/build-angular): default preserve symlinks to Node.js valu...
  • 24f4b51 fix(@​angular-devkit/build-angular): downlevel class fields with Safari <= v15...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/cli since your current version.


Updates @compodoc/compodoc from 1.1.2 to 1.1.19

Release notes

Sourced from @​compodoc/compodoc's releases.

1.1.19

Merged

Bug fixes

  • fix(menu): custom-logo links are broken for doc deployments with a path (bd28dd0), closes #1203
  • feat(app): display project properties from package.json file (b091e19), closes #1198
  • fix(app): Nestjs controllers class inheritance (06dad8c), closes #1140
  • fix(app): Directive class inheritance (765f496), closes #1140
  • feat(app): JSDoc tag @internal correct support (18da1fe), closes #1101
  • fix(app): @example correct support (9a1a7e1), closes #1099
  • fix(app): double layer spread support for modules (e25a4ee), closes #979

1.1.18

Fix for colors dependency.

1.1.17

Features

Merged

  • fix(app): Fix enum member types parsing #1159
  • fix(app): Fix reading class decorators #1158

Bug fixes

  • fix(UI): Dark mode toggle doesn't persist when switching pages (1013cda), closes #1167
  • fix(app): custom-logo links are broken for child content (db47436), closes #1147
  • fix(app): support for backtick in Routing lazy-loading syntax (cff2ca5), closes #1164
  • fix(app): wrong additional folder provided, exit with code 0 (15fd3de), closes #1146
  • fix(app): link in description to class (2b6af73), closes #1157

1.1.16

Features

  • feat(app): dark mode toggle button (97d2763), closes #1127

Merged

... (truncated)

Changelog

Sourced from @​compodoc/compodoc's changelog.

1.1.19 (2022-01-10)

Merged

Bug fixes

1.1.18 (2022-01-10)

Fix for colors dependency.

1.1.17 (2022-01-09)

Features

Merged

  • fix(app): Fix enum member types parsing #1159
  • fix(app): Fix reading class decorators #1158

Bug fixes

  • fix(UI): Dark mode toggle doesn't persist when switching pages (1013cda), closes #1167
  • fix(app): custom-logo links are broken for child content (db47436), closes #1147
  • fix(app): support for backtick in Routing lazy-loading syntax (cff2ca5), closes #1164
  • fix(app): wrong additional folder provided, exit with code 0 (15fd3de), closes #1146
  • fix(app): link in description to class (2b6af73), closes #1157

1.1.16 (2021-11-23)

Features

... (truncated)

Commits
  • d199d31 1.1.19
  • ac371a9 1.1.19
  • 145fc47 feat(app): bump dev/dependencies
  • 9878c66 Merge pull request #1223 from compodoc/renovate/all
  • a80e9eb chore(deps): update dependency @​rollup/plugin-typescript to v8.3.1
  • 2ba93a2 Merge pull request #1220 from compodoc/renovate/all
  • 384cf47 chore(deps): update all dependencies to v7.16.16
  • 7a48566 Merge pull request #1219 from compodoc/renovate/all
  • 87fbee4 chore(deps): update dependency rollup to v2.68.0
  • 548314d Merge pull request #1217 from compodoc/renovate/all
  • Additional commits viewable in compare view

Updates html-webpack-plugin from 2.30.1 to 5.5.0

Changelog

Sourced from html-webpack-plugin's changelog.

5.5.0 (2021-10-25)

Features

  • Support type=module via scriptLoading option (1e42625), closes #1663

5.4.0 (2021-10-15)

Features

5.3.2 (2021-06-22)

Bug Fixes

  • update lodash and pretty error (9c7fba0

5.3.1 (2021-03-09)

Bug Fixes

  • remove loader-utils from plugin core (82d0ee8)

5.3.0 (2021-03-07)

Features

  • allow to modify the interpolation options in webpack config (d654f5b)
  • drop loader-utils dependency (41d7a50)

5.2.0 (2021-02-19)

Features

5.1.0 (2021-02-12)

Features

  • omit html tag attribute with null/undefined/false value (aa6e78d), closes #1598

5.0.0 (2021-02-03)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin 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.

…k-plugin

Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [webpack](https://github.com/webpack/webpack), [@angular/cli](https://github.com/angular/angular-cli), [@compodoc/compodoc](https://github.com/compodoc/compodoc) and [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). These dependencies need to be updated together.


Updates `json5` from 0.5.1 to 2.2.2
- [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.2)

Updates `webpack` from 3.11.0 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v3.11.0...v5.75.0)

Updates `@angular/cli` from 1.7.4 to 15.0.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v1.7.4...15.0.4)

Updates `@compodoc/compodoc` from 1.1.2 to 1.1.19
- [Release notes](https://github.com/compodoc/compodoc/releases)
- [Changelog](https://github.com/compodoc/compodoc/blob/develop/CHANGELOG.md)
- [Commits](compodoc/compodoc@1.1.2...1.1.19)

Updates `html-webpack-plugin` from 2.30.1 to 5.5.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v2.30.1...v5.5.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:production
- dependency-name: "@angular/cli"
  dependency-type: direct:development
- dependency-name: "@compodoc/compodoc"
  dependency-type: direct:development
- dependency-name: html-webpack-plugin
  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 Dec 29, 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.

None yet

0 participants