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): bump lint-staged from 15.2.0 to 15.2.1 #847

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps lint-staged from 15.2.0 to 15.2.1.

Release notes

Sourced from lint-staged's releases.

v15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Changelog

Sourced from lint-staged's changelog.

15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Commits
  • 999dcce chore(changeset): release
  • 52a9e3f Merge pull request #1387 from lint-staged/ignore-stdin
  • dd72fde ci: update "actions/cache@v4"
  • e4023f6 fix: ignore stdin of spawned commands
  • 46f2c43 ci: update actions/setup-node@v4
  • a684125 ci: update CodeQL action v3
  • 3b9660d chore(deps): update dependencies
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.1.
- [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.2.0...v15.2.1)

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

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 Feb 1, 2024
@antoinezanardi antoinezanardi merged commit 79a92af into develop Feb 1, 2024
14 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/lint-staged-15.2.1 branch February 1, 2024 17:33
antoinezanardi pushed a commit that referenced this pull request Feb 7, 2024
## [1.29.0](v1.28.1...v1.29.0) (2024-2-7)

### 🚀 Features

* **cors:** enable cors for specific origin based on env ([#855](#855)) ([f4ceb12](f4ceb12))

### 🔩 Refactor

* **server:** use config service in server entry file ([#859](#859)) ([b72be42](b72be42))

### 🔁 CI

* **docker:** deploy latest docker tag when creating a release ([#857](#857)) ([9393103](9393103))

### 🧹 Chore

* **dependabot:** better group of updates ([#858](#858)) ([197fe5d](197fe5d))
* **deps:** bump @faker-js/faker from 8.3.1 to 8.4.0 ([#836](#836)) ([11cc52a](11cc52a))
* **deps:** bump fastify from 4.25.1 to 4.26.0 ([#841](#841)) ([4c488fe](4c488fe))
* **deps:** bump husky from 8.0.3 to 9.0.1 ([#830](#830)) ([8d805e5](8d805e5))
* **deps:** bump husky from 9.0.1 to 9.0.6 ([#835](#835)) ([06dd0e7](06dd0e7)), closes [typicode/husky#1354](typicode/husky#1354) [typicode/husky#1355](typicode/husky#1355) [typicode/husky#1357](typicode/husky#1357) [typicode/husky#1359](typicode/husky#1359) [typicode/husky#1350](typicode/husky#1350) [typicode/husky#1353](typicode/husky#1353) [typicode/husky#1348](typicode/husky#1348) [typicode/husky#1349](typicode/husky#1349) [#1334](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1334) [typicode/husky#1347](typicode/husky#1347) [typicode/husky#1340](typicode/husky#1340) [typicode/husky#1341](typicode/husky#1341) [typicode/husky#1338](typicode/husky#1338) [typicode/husky#1343](typicode/husky#1343) [typicode/husky#1339](typicode/husky#1339) [typicode/husky#1346](typicode/husky#1346) [typicode/husky#1336](typicode/husky#1336) [typicode/husky#1337](typicode/husky#1337) [#1359](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1359) [#1357](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1357) [#1355](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1355) [#1354](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1354) [#1353](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1353) [#1350](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1350)
* **deps:** bump husky from 9.0.6 to 9.0.7 ([#842](#842)) ([eac52fb](eac52fb))
* **deps:** bump husky from 9.0.7 to 9.0.10 ([#850](#850)) ([8784f2d](8784f2d))
* **deps:** bump lint-staged from 15.2.0 to 15.2.1 ([#847](#847)) ([79a92af](79a92af))
* **deps:** bump lint-staged from 15.2.1 to 15.2.2 ([#854](#854)) ([93b7342](93b7342))
* **deps:** bump mongoose from 8.1.0 to 8.1.1 ([#832](#832)) ([0016d27](0016d27))
* **deps:** bump semantic-release from 23.0.0 to 23.0.1 ([#856](#856)) ([5bf00c5](5bf00c5))
* **deps:** bump the commitlint group with 2 updates ([#834](#834)) ([b0a9c91](b0a9c91))
* **deps:** bump the nest group with 1 update ([#852](#852)) ([2eb493a](2eb493a))
* **deps:** bump the nest group with 6 updates ([#838](#838)) ([dc9eafb](dc9eafb))
* **deps:** bump the stryker group with 3 updates ([#840](#840)) ([435b231](435b231))
* **deps:** bump the stryker group with 3 updates ([#851](#851)) ([b9c0e2a](b9c0e2a))
* **deps:** bump the types group with 1 update ([#829](#829)) ([499192b](499192b))
* **deps:** bump the types group with 1 update ([#837](#837)) ([7d8f0a9](7d8f0a9))
* **deps:** bump the types group with 1 update ([#844](#844)) ([e230d8d](e230d8d))
* **deps:** bump the types group with 1 update ([#849](#849)) ([db7077d](db7077d))
* **deps:** bump the types group with 2 updates ([#848](#848)) ([ab8e645](ab8e645))
* **deps:** bump the types group with 3 updates ([#843](#843)) ([1e59cbc](1e59cbc))
* **deps:** bump the types group with 3 updates ([#853](#853)) ([a3f06ab](a3f06ab))
* **deps:** bump type-fest from 4.10.0 to 4.10.1 ([#831](#831)) ([43de88d](43de88d))
* **deps:** bump type-fest from 4.10.1 to 4.10.2 ([#845](#845)) ([1b486cc](1b486cc))
* **lint-staged:** correct command for lint staged eslint ([#860](#860)) ([85f1ffa](85f1ffa))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.29.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant