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 minimist, mkdirp, sass-lint, tslint and typedoc in /src/Web/WebSPA #13

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 Mar 3, 2023

Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, mkdirp, sass-lint, tslint and typedoc. These dependencies need to be updated together.

Updates minimist from 1.2.0 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

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


Updates mkdirp from 0.5.1 to 1.0.4

Changelog

Sourced from mkdirp's changelog.

Changers Lorgs!

2.1

Export CommonJS module without a .default dangly wart. (A synthetic .default has been added just in case anyone is already relying on that from v2.0.)

2.0

Export hybrid module with TypeScript types.

1.0

Full rewrite. Essentially a brand new module.

  • Return a promise instead of taking a callback.
  • Use native fs.mkdir(path, { recursive: true }) when available.
  • Drop support for outdated Node.js versions. (Technically still works on Node.js v8, but only 10 and above are officially supported.)

0.x

Original and most widely used recursive directory creation implementation in JavaScript, dating back to 2010.

Commits
Maintainer changes

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


Updates sass-lint from 1.10.2 to 1.13.1

Release notes

Sourced from sass-lint's releases.

The revert

more information here but essentially 1.13.0 was mistakenly released and should have been a major version update due to many breaking changes.

1.13.1 is almost EXACTLY the same as 1.12.1

v1.13.0

1.13.0 (2019-04-25)

Bug Fixes

  • ci: rollback release version to match npm (bf4f2ae)

Features

  • ast: migrate from ast fork to latest version of gonzales (37863b7)
  • lint: adds disable-next-line (b508036)

v1.12.1

October 17th, 2017

Fixes

  • Temporarily move to our gonzales-pe-sl fork to publish fixes that currently don't exist on the gonzales-pe published version

v1.12.0

October 3rd, 2017

Fixes

  • Fixed an issue with custom properties being flagged in the misspelled-properties rule #1122
  • Fixed an issue where custom properties with colors in their name would be flagged as invalid by no-color-keywords #1124
  • Fixed a crash in empty-line-between-blocks where acessing the content of a parent node of type string would throw an error #1125
  • Functions and custom properties were being incorrectly flagged as invalid within rgba functions for no-color-literals #1127
  • Fixed an incorrect warning in space-after-colon when using @at-root #1129
  • Fixed an issue where interpolation was incorrectly flagging within the class-name-format rule #1131

New Features

  • Rollup.js integration added to integration list
  • Added an npmignore to remove unnecessary dev files from a sass-lint install / release #1132
  • Added basic support for a .sasslintrc json config file #1135
  • Added two new options to the variable-for-property rule - allow-map-get & allowed-functions - #1128

v1.11.0

... (truncated)

Changelog

Sourced from sass-lint's changelog.

v1.13.1

Fixes

  • Same as v1.12.1 - 1.13.0 was released by accident and contains many breaking changes - npm unpublishing failed so this unfortnately bumps our version a few spots -

v1.13.0

IGNORE ME - SORRY

v1.12.1

October 17th, 2017

Fixes

  • Temporarily move to our gonzales-pe-sl fork to publish fixes that currently don't exist on the gonzales-pe published version

v1.12.0

October 3rd, 2017

Fixes

  • Fixed an issue with custom properties being flagged in the misspelled-properties rule #1122
  • Fixed an issue where custom properties with colors in their name would be flagged as invalid by no-color-keywords #1124
  • Fixed a crash in empty-line-between-blocks where acessing the content of a parent node of type string would throw an error #1125
  • Functions and custom properties were being incorrectly flagged as invalid within rgba functions for no-color-literals #1127
  • Fixed an incorrect warning in space-after-colon when using @at-root #1129
  • Fixed an issue where interpolation was incorrectly flagging within the class-name-format rule #1131

New Features

  • Rollup.js integration added to integration list
  • Added an npmignore to remove unnecessary dev files from a sass-lint install / release #1132
  • Added basic support for a .sasslintrc json config file #1135
  • Added two new options to the variable-for-property rule - allow-map-get & allowed-functions - #1128

v1.11.1

August 28th, 2017

Fixes

  • Fixed an issue with the misspelled-properties rule incorrectly reporting nested properties #1113

v1.11.0

August 27th, 2017

New Features

  • The trailing-semicolon rule now checks for double semicolons #1107

... (truncated)

Commits
  • acfea26 FIX - revert to 1.12.1
  • 508c135 Merge pull request #1151 from sasstools/hotfix/use-gonzales-fork
  • 9a5196d hotfix update gonzales
  • 50e21f5 Merge pull request #1123 from sasstools/v1-dev
  • 978dbd8 Merge pull request #1147 from DanPurdy/feature/prepare-v1-12-0
  • b126b4c :shipit: Prepare v1.12.0
  • 1f2718d :shipit: Prepare 1.12.0
  • f44a216 Merge pull request #1131 from sasstools/feature/ignore-interpolation-class-names
  • 24ef9ba Check for non strings for gonales methods
  • 72f4cad Merge pull request #1128 from sasstools/feature_update-variable-for-property
  • Additional commits viewable in compare view

Updates tslint from 4.5.1 to 6.1.3

Release notes

Sourced from tslint's releases.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)

v6.1.0

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] fix enforce-trailing-newline option in file-header rule (#4890)
  • [bugfix] avoid writing to temp files with writeFileSync on macOS 10.15 (#4887)
  • [bugfix] fix crash in completed-docs rule when tag contents are undefined (#4895)
  • [docs] fix example code of Radix rule (#4892)
  • [docs] Add missing colon after [error] in testing rules documentation (#4903)

Thanks to our contributors!

  • Ivan Sorokin
  • Tanmoy Bhowmik
  • Meng Wang
  • Jay Bhagat
  • Aman Sharma
  • Josh Goldberg

v6.0.0-beta1

No changes from v6.0.0-beta0, just re-released to correctly mark with the beta dist-tags on NPM.

v6.0.0-beta0

  • 🔥 BREAKING CHANGES 🔥
    • [api] Changed default formatter to stylish (#4872)
    • [enhancement] Removed formatting and whitespace rules from tslint:recommended configuration (#4871)
    • [enhancement] Removed pedantic rules from tslint:recommended configuration (#4312)
    • [enhancement] vso formatter now reports severity of rule failures (#4286)
    • [enhancement] typedef rule arrow-call-signature option is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533)
    • [bugfix] ordered-imports is now consistent with TypeScript's Organise Imports ordering (#4064)

... (truncated)

Changelog

Sourced from tslint's changelog.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)

v6.1.0

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] fix enforce-trailing-newline option in file-header rule (#4890)
  • [bugfix] avoid writing to temp files with writeFileSync on macOS 10.15 (#4887)
  • [bugfix] fix crash in completed-docs rule when tag contents are undefined (#4895)
  • [docs] fix example code of Radix rule (#4892)
  • [docs] Add missing colon after [error] in testing rules documentation (#4903)

Thanks to our contributors!

  • Ivan Sorokin
  • Tanmoy Bhowmik
  • Meng Wang
  • Jay Bhagat
  • Aman Sharma
  • Josh Goldberg

v6.0.0-beta1

No changes from v6.0.0-beta0, just re-released to correctly mark with the beta and next dist-tags on NPM.

v6.0.0-beta0

  • 🔥 BREAKING CHANGES 🔥
    • [api] Changed default formatter to stylish (#4872)
    • [enhancement] Removed formatting and whitespace rules from tslint:recommended configuration (#4871)

... (truncated)

Commits

Updates typedoc from 0.5.0 to 0.23.26

Release notes

Sourced from typedoc's releases.

v0.23.26

Features

  • Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #2183.
  • Plugins may now return an object from external symbol resolvers, #2066.
  • Expose Comment.displayPartsToMarkdown on for themes overwriting the comment helper, #2115.

Bug Fixes

  • Fix crash when converting export default undefined, #2175.
  • Fix error in console when clicking on headings in the readme, #2170.
  • TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.

Thanks!

v0.23.25

Breaking Changes

  • Upgraded Shiki, if your highlight theme was set to material-<theme>, the value will need to be changed to material-theme-<theme>, see the Shiki release notes.

Features

  • Added new excludeNotDocumentedKinds variable to control which reflection types can be removed by the excludeNotDocumented option, #2162.
  • Added typedoc.jsonc, typedoc.config.js, typedoc.config.cjs, typedoc.cjs to the list of files which TypeDoc will automatically use as configuration files.

Bug Fixes

  • Entry points under node_modules will no longer be ignored, #2151.
  • Corrected behavior of excludeNotDocumented on arrow function-variables, #2156.
  • Added package.json to exports declaration.

Thanks!

v0.23.24

Bug Fixes

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.23.26 (2023-02-26)

Features

  • Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #2183.
  • Plugins may now return an object from external symbol resolvers, #2066.
  • Expose Comment.displayPartsToMarkdown on for themes overwriting the comment helper, #2115.

Bug Fixes

  • Fix crash when converting export default undefined, #2175.
  • Fix error in console when clicking on headings in the readme, #2170.
  • TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.

Thanks!

v0.23.25 (2023-02-11)

Breaking Changes

  • Upgraded Shiki, if your highlight theme was set to material-<theme>, the value will need to be changed to material-theme-<theme>, see the Shiki release notes.

Features

  • Added new excludeNotDocumentedKinds variable to control which reflection types can be removed by the excludeNotDocumented option, #2162.
  • Added typedoc.jsonc, typedoc.config.js, typedoc.config.cjs, typedoc.cjs to the list of files which TypeDoc will automatically use as configuration files.

Bug Fixes

  • Entry points under node_modules will no longer be ignored, #2151.
  • Corrected behavior of excludeNotDocumented on arrow function-variables, #2156.
  • Added package.json to exports declaration.

Thanks!

v0.23.24 (2023-01-07)

Bug Fixes

... (truncated)

Commits
  • c75f44f Update changelog for release
  • 67355f2 Bump version to 0.23.26
  • 86da0f3 Fix lint
  • 54c86d8 Expose displayPartsToMarkdown
  • 37fe883 Ignore parameters of parameters
  • 0a52e74 Fix #2170
  • 7a48a17 Document additional changes
  • 3343cc4 Fix crash when converting undefined default export
  • 6ee136a feat: add validator run event to allow plugins to perform custom validation (...
  • 1d4922c Update minimatch to avoid type hackery
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by typedoc-bot, a new releaser for typedoc 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 [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [sass-lint](https://github.com/sasstools/sass-lint), [tslint](https://github.com/palantir/tslint) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies need to be updated together.


Updates `minimist` from 1.2.0 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 1.0.4
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@0.5.1...v1.0.4)

Updates `sass-lint` from 1.10.2 to 1.13.1
- [Release notes](https://github.com/sasstools/sass-lint/releases)
- [Changelog](https://github.com/sasstools/sass-lint/blob/v1.13.1/CHANGELOG.md)
- [Commits](sasstools/sass-lint@v1.10.2...v1.13.1)

Updates `tslint` from 4.5.1 to 6.1.3
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@4.5.1...6.1.3)

Updates `typedoc` from 0.5.0 to 0.23.26
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.5.0...v0.23.26)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: sass-lint
  dependency-type: direct:development
- dependency-name: tslint
  dependency-type: direct:development
- dependency-name: typedoc
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants