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

chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 #3547

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps lint-staged from 15.1.0 to 15.2.0.

Release notes

Sourced from lint-staged's releases.

v15.2.0

Minor Changes

  • #1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

Patch Changes

  • #1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

Changelog

Sourced from lint-staged's changelog.

15.2.0

Minor Changes

  • #1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

Patch Changes

  • #1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

Commits
  • adf50b0 chore(changeset): release
  • 85eb0dd fix: when determining git directory, use fs.realpath() only for symlinks
  • 82eded4 refactor: use commander implies() syntax for flag
  • f3378be feat: --no-stash flag implies --no-hide-partially-staged
  • f4f61f3 docs: add workaround for verbose Windows output to README FAQ
  • 17bc480 chore(deps): update lilconfig@3.0.0
  • eccda41 style: remove Babel from ESLint
  • 077e6bc test: run Jest tests in native ESM mode
  • 8db4a15 refactor: move config file name constants to separate file
  • 78a0c23 test: add missing test coverage
  • Additional commits viewable in compare view

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
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.1.0 to 15.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.1.0...v15.2.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 4, 2023
@coveralls
Copy link

Coverage Status

coverage: 94.373%. remained the same
when pulling 9c07e26 on dependabot/npm_and_yarn/lint-staged-15.2.0
into 3a814a5 on master.

netil pushed a commit to netil/billboard.js that referenced this pull request Dec 5, 2023
@netil netil closed this in 6f052e1 Dec 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lint-staged-15.2.0 branch December 5, 2023 02:30
michkami pushed a commit to HKSInformatik/billboard.js that referenced this pull request Dec 19, 2023
Index argument passed to data.labels.format
should be couning nullish value

Fix naver#3547
michkami pushed a commit to HKSInformatik/billboard.js that referenced this pull request Dec 19, 2023
# [3.10.0](naver/billboard.js@3.9.4...3.10.0) (2023-10-25)

### Bug Fixes

* **api:** Fix to return indexed categories ([1209138](naver@1209138)), closes [naver#3365](naver#3365)
* **axis:** Fix axis.x.height=0 to be applied ([0c562c3](naver@0c562c3)), closes [naver#3424](naver#3424)
* **axis:** Fix x axis tick text overlap with legend ([796671f](naver@796671f)), closes [naver#3485](naver#3485)
* **bar:** Fix stacking bar position on multiple xs ([674bad1](naver@674bad1)), closes [naver#3372](naver#3372)
* **candlestick:** Fix rendering on rotated axis ([fe4c04b](naver@fe4c04b)), closes [naver#3387](naver#3387)
* **clip:** Fix x axis hide on title.bottom ([d00052c](naver@d00052c)), closes [naver#3364](naver#3364)
* **domain:** fix trimXDomain not trimming min ([bacc287](naver@bacc287)), closes [naver#3420](naver#3420)
* **labels:** Fix index argument for nullish value ([13d1077](naver@13d1077)), closes [naver#3547](naver#3547)
* **option:** Fix inconsistency of padding ([694aa34](naver@694aa34)), closes [naver#3426](naver#3426)
* **point:** Fix data.onclick not called when point.senstivity is radius ([83b0206](naver@83b0206)), closes [naver#3466](naver#3466)
* **point:** Fix pointFucusOnly check error ([f9b65ac](naver@f9b65ac)), closes [naver#3407](naver#3407) [naver#3456](naver#3456)
* **point:** Fix rendering error when point.focus.only=true is set ([787fd15](naver@787fd15)), closes [naver#3406](naver#3406)
* **shape:** Fix circleY() undefined error ([d245853](naver@d245853)), closes [naver#3388](naver#3388)
* **subchart, zoom:** Fix returning domain value ([321510b](naver@321510b)), closes [naver#3347](naver#3347)
* **subchart:** Fix handlebar position ([83ef6d0](naver@83ef6d0)), closes [naver#3358](naver#3358)
* **title:** fix title text center align ([b0fc214](naver@b0fc214)), closes [naver#3363](naver#3363)
* **tooltip:** Fix tooltip.format.value call ([2e88484](naver@2e88484)), closes [naver#3371](naver#3371)
* **tooltip:** Fix tootip display on tooltip.init ([52083bf](naver@52083bf)), closes [naver#3369](naver#3369)
* **tooltip:** Fix wrong .tooltip.show() on rotated axis ([9b90c81](naver@9b90c81)), closes [naver#3476](naver#3476)
* **tooltip:** Fix wrong tooltip position with padding option ([041e144](naver@041e144)), closes [naver#3473](naver#3473)
* **zoom:** Fix initial error empty data with zoom ([a94d09c](naver@a94d09c)), closes [naver#3470](naver#3470)

### Features

* **api:** Intent to ship subchart method ([ac9e229](naver@ac9e229)), closes [naver#3342](naver#3342)
* **plugin:** Add nullString option ([29bdb0c](naver@29bdb0c)), closes [naver#3412](naver#3412) [naver#3413](naver#3413)
* **point:** Intent to ship point.radialGradient ([7b51fd6](naver@7b51fd6)), closes [naver#3405](naver#3405)
* **regions:** Intent to ship regions.label ([0496ec6](naver@0496ec6)), closes [naver#3319](naver#3319)
* **theme:** Add new modern theme ([b0f1aa7](naver@b0f1aa7))
* **tooltip:** Provide y position for tooltip position callback ([a793a2e](naver@a793a2e)), closes [naver#3434](naver#3434)
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.

None yet

1 participant