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): update dependency lint-staged to v15.3.0 #3221

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch 3 times, most recently from ad3e080 to 6560c53 Compare January 11, 2025 15:17
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 6560c53 to 9d3efd2 Compare January 11, 2025 15:37
@Helias Helias merged commit 9c83004 into master Jan 11, 2025
13 checks passed
@Helias Helias deleted the renovate/lint-staged-15.x branch January 11, 2025 21:26
Helias added a commit that referenced this pull request Jan 19, 2025
* Add quest_template_locale table

* Add locale selection, add tests

* ci: fix I18n sync ignoring master branch (#3225)

* fix(i18n): key for conditions (#3226)

* chore(creature_template): update initial unit class from being 0 to 1 (warrior class) (#3235)

* chore(creature_template_model): change initial probability from 0 to 1 (#3234)

Co-authored-by: Stefano Borzì <[email protected]>

* chore(deps): update dependency @types/node to v22.10.5 (#3229)

* chore(deps): update dependency @types/node to v22.10.5

* Fix missing translation keys

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: i18n Sync Bot <[email protected]>
Co-authored-by: Francesco Borzì <[email protected]>

* feat(pagination): update editor to jump back to first page after a new search was triggered (#3233)

* Update editor to jump back to first page after a new search was triggered

* Remove debug line of code

* chore(deps): update dependency @swc/core to v1.10.7 (#3220)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update nx monorepo to v20.3.1 (#3238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency wait-on to v8.0.2 (#3240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v15.3.0 (#3221)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fixes

Fix QuestTemplateLocale tests
Fix <ngx-datatable-column> to self-closing tags
Add test case to verify string-typed field assignment

* fix(npc-vendor): wrong color for item extended cost. (#3249)

* chore(deps): update dependency electron to v33.3.1 (#3241)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Improve item quality visibility (#3250)

* Update handler to allow for a custom class.

* Add more tests to fix coverage

* Fix code coverage

* Update select.service.spec.ts

* Fix tests

* chore(deps): update dependency @types/node to v22.10.6 (#3251)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: add default behaviour override for flag selectors. (#3252)

* Update default behaviour override for flag selectors

* Address code review

* feat(game-tele): add new editor game-tele (#3227)

* Start adding game_tele

* Add working game_tele

* Fix errors

* Fix typo

* Update game-tele.integration.spec.ts

* Fix typo

* Fix unit test

* Update based on code review

* Fix linting

* Update code

* Add missing map selector

* Update sidebar & add missing translation

* Address code review

* chore(deps): update dependency electron to v34 (#3254)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v22.10.7 (#3257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: improve code quality

---------

Co-authored-by: Exitare <[email protected]>
Co-authored-by: Stefano Borzì <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: i18n Sync Bot <[email protected]>
Co-authored-by: Francesco Borzì <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant