chrisgriffith / ionic-native-mocks

Ionic Native Mocks are designed to be used as placeholders during development for the actual Ionic Native modules.
205 stars 42 forks source link

Bump shelljs and dgeni-packages #74

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes shelljs. It's no longer used after updating ancestor dependency dgeni-packages. These dependencies need to be updated together.

Removes shelljs

Updates dgeni-packages from 0.26.2 to 0.30.0

Release notes

Sourced from dgeni-packages's releases.

v0.30.0

0.30.0 (2022-09-14)

Features

  • default to git binary in environment variable (acb4f75)
Changelog

Sourced from dgeni-packages's changelog.

Changelog

0.29.5 (2022-08-20)

Bug Fixes

  • base: incorrect usage of fs.mkdir which does not return a promise (be5539ece)

0.29.4 (2022-08-19)

Bug Fixes

  • typescript: account for breaking change in TypeScript 4.8 (126014)
  • jsdoc: runtime error when jsdoc uses unknown tag definition (19e629)

0.29.3 21 January 2022

Bug Fixes

  • typescript: correctly handle absolute paths for imported modules (83eb73)

New Features

  • typescript: update typescript from v3.2.4 to v4.5.4 (317363)

Breaking Changes

typescript due to:

  • 317363: update typescript from v3.2.4 to v4.5.4

Since each TypeScript version may change the shape of the generated AST, this update may break 3rd-party packages that directly rely on the ASTs (that are attached to dgeni API documents).

If you are using such a packages, you should manually verify that it works correctly with the ASTs generated by the new TypeScript version.

0.29.2 2 September 2021

Bug Fixes

  • base:
    • improve layout of checkAnchorLinks messages 4e5c3e4
    • display doc locations even if they are 0 a390fbf
  • ngdoc: link filter - correctly handle missing title

... (truncated)

Commits
  • acb4f75 feat: default to git binary in environment variable
  • 859ac83 chore: cut v0.29.5
  • be5539e fix: incorrect usage of fs.mkdir which does not return a promise
  • 4cabdcb chore: update changelog and add release instructions
  • d8b011e chore: update lock file after recent updates
  • 530b49c chore: cut 0.29.4
  • 6cf9690 chore(deps): source-map-support should not be a production dependency
  • 5b35709 refactor: replace mkdirp with native mkdir
  • 25f7a98 chore(deps): eslint should not be a production dependency
  • 07ca351 build: dont include unnecessary files in npm package
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for dgeni-packages 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/chrisgriffith/ionic-native-mocks/network/alerts).