jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.22k stars 507 forks source link

deps: bump ini from 1.3.5 to 1.3.7 #945

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ini from 1.3.5 to 1.3.7.

Commits
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

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


Dependabot compatibility score

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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/formium/tsdx/network/alerts).
vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/formium/tsdx/77h7bv6dr
✅ Preview: https://tsdx-git-dependabot-npmandyarnini-137.formium.vercel.app

agilgur5 commented 3 years ago

This only changes the patch version of yarn.lock of a transitive dependency. It isn't pinned or limited by the package.json so downstream consumers can update this freely and no action is needed here if this does actually affect the transitive usage.

Fairly sure my configuration from https://github.com/formium/tsdx/pull/846 is supposed to ignore patches and lockfile-only updates (which should impact security updates too -- the docs have changed a bit though), but maybe this isn't possible with existing versioning strategies per https://github.com/formium/tsdx/pull/851#issuecomment-683922270 and the next comments... 😕

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.