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 14.0.1 to 15.0.1 #578

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps lint-staged from 14.0.1 to 15.0.1.

Release notes

Sourced from lint-staged's releases.

v15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

Changelog

Sourced from lint-staged's changelog.

15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

Commits
  • e799ce1 chore(changeset): release
  • 67e3854 fix: run task command on files deep copy (#1217)
  • d2e6f8b fix: run task command on files deep copy
  • 499e367 ci: remove dependabot config
  • ac54ea5 ci: rename npm script, because it was triggered when running "npm publish"
  • 3949492 ci: update Actions workflow for publishing Changeset releases to npm correctly
  • 59ff2ef Merge pull request #1328 from lint-staged/changeset-release/master
  • dd89e16 chore(changeset): release
  • 244faa9 chore(deps): update dependencies (#1330)
  • 50cc3cc docs: add information about ESLint --no-warn-ignored (#1332)
  • 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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 16, 2023
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.0.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@v14.0.1...v15.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/lint-staged-15.0.1 branch from e22f634 to 2082ec7 Compare October 16, 2023 05:30
@antoinezanardi antoinezanardi merged commit a46d4ef into develop Oct 16, 2023
12 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/lint-staged-15.0.1 branch October 16, 2023 06:35
antoinezanardi pushed a commit that referenced this pull request Oct 28, 2023
## [1.21.0](v1.20.0...v1.21.0) (2023-10-28)

### 🚀 Features

* **game-play:** can be skipped field for current game play ([#583](#583)) ([a5908ef](a5908ef))
* **game-play:** targets boundaries for current game play ([#613](#613)) ([2b7b72b](2b7b72b))

### 🐛 Bug Fixes

* **ci:** set workflow github name when merging main into develop ([#573](#573)) ([ff7d103](ff7d103))

### 🔩 Refactor

* **game-victory:** change helper to service ([#572](#572)) ([8ee0a57](8ee0a57)), closes [#541](#541)

### ✅ Tests

* **acceptance:** acceptance tests for api exceptions ([#593](#593)) ([d955b61](d955b61))
* **database:** parallelize e2e tests with multiple databases ([#582](#582)) ([d95b16a](d95b16a))
* **game:** acceptance tests for game creation ([#606](#606)) ([f66c718](f66c718)), closes [#602](#602)
* **rusty-sword-knight:** acceptance tests for rusty sword knight ([#605](#605)) ([92ea4b2](92ea4b2)), closes [#598](#598)

### 🔁 CI

* **stryker:** dedicated config for stryker in ci ([#581](#581)) ([307b9de](307b9de))

### 🧹 Chore

* **deps:** bump @cucumber/cucumber from 10.0.0 to 10.0.1 ([#596](#596)) ([3a5c324](3a5c324))
* **deps:** bump @faker-js/faker from 8.1.0 to 8.2.0 ([#580](#580)) ([82d1f93](82d1f93))
* **deps:** bump lint-staged from 14.0.1 to 15.0.1 ([#578](#578)) ([a46d4ef](a46d4ef))
* **deps:** bump lint-staged from 15.0.1 to 15.0.2 ([#592](#592)) ([63d30fb](63d30fb))
* **deps:** bump mongoose from 7.6.1 to 7.6.2 ([#579](#579)) ([cb0578e](cb0578e))
* **deps:** bump mongoose from 7.6.2 to 7.6.3 ([#587](#587)) ([d829dc8](d829dc8)), closes [#13984](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13984) [#13951](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13951) [#13983](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13983) [#13962](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13962) [#13981](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13981) [#13944](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13944) [#13976](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13976) [#13984](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13984) [#13951](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13951) [#13983](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13983) [#13962](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13962) [#13981](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13981) [#13944](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13944) [#13976](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13976) [#13984](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13984) [#13983](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13983) [#13981](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13981) [#13979](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13979) [#13976](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/13976)
* **deps:** bump the commitlint group with 1 update ([#610](#610)) ([7f36c49](7f36c49))
* **deps:** bump the commitlint group with 2 updates ([#576](#576)) ([f824b74](f824b74))
* **deps:** bump the commitlint group with 2 updates ([#594](#594)) ([8a6e541](8a6e541))
* **deps:** bump the commitlint group with 2 updates ([#608](#608)) ([a139487](a139487))
* **deps:** bump the eslint group with 1 update ([#611](#611)) ([7a736bf](7a736bf))
* **deps:** bump the eslint group with 3 updates ([#597](#597)) ([78de281](78de281))
* **deps:** bump the nest group with 2 updates ([#600](#600)) ([00b7208](00b7208))
* **deps:** bump the stryker group with 3 updates ([#577](#577)) ([3c61640](3c61640))
* **deps:** bump the types group with 1 update ([#607](#607)) ([366715a](366715a))
* **deps:** bump the types group with 2 updates ([#575](#575)) ([0af2c04](0af2c04))
* **deps:** bump the types group with 2 updates ([#584](#584)) ([830ac85](830ac85)), closes [#7722](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7722) [#7724](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7724) [#7717](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7717) [#7718](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7718) [#7117](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7117) [#7722](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7722) [#7724](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7724) [#7717](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7717) [#7718](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7718) [#7117](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7117) [#7117](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7117) [#7718](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7718) [#7715](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7715) [#7669](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7669) [#7722](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7722) [#7724](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7724) [#7717](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7717) [#7718](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7718) [#7117](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/7117)
* **deps:** bump the types group with 3 updates ([#589](#589)) ([665ac6e](665ac6e))
* **deps:** bump the types group with 3 updates ([#601](#601)) ([afb8644](afb8644))
* **deps:** bump the types group with 4 updates ([#588](#588)) ([6aec9c7](6aec9c7))
* **deps:** bump type-fest from 4.4.0 to 4.5.0 ([#590](#590)) ([646c5f1](646c5f1))
* **deps:** bump type-fest from 4.5.0 to 4.6.0 ([#609](#609)) ([d0a2ef9](d0a2ef9))
* **github-actions:** bump actions/setup-node from 3 to 4 ([#599](#599)) ([1e9b523](1e9b523))
* **node:** bump node to v21 ([#585](#585)) ([158a927](158a927))
* **package-json:** add some properties like "type" ([#604](#604)) ([ad7738f](ad7738f))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.21.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