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 nx monorepo to v20.3.1 #3238

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/angular (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/eslint (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/eslint-plugin (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/js (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/nx-darwin-arm64 (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/nx-darwin-x64 (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/nx-linux-x64-gnu (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/nx-win32-x64-msvc (source) 20.3.0 -> 20.3.1 age adoption passing confidence
@nx/workspace (source) 20.3.0 -> 20.3.1 age adoption passing confidence
nx (source) 20.3.0 -> 20.3.1 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/angular)

v20.3.1

Compare Source

20.3.1 (2025-01-07)
🚀 Features
  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)
🩹 Fixes
  • core: daemon spinner should show text (#​29448)
  • js: not generate tsconfig if already exists (#​29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#​28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#​29531)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
❤️ Thank You

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 these updates 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/nx-monorepo branch from 8644e5b to 138c362 Compare January 11, 2025 15:16
@Helias Helias merged commit 14aa948 into master Jan 11, 2025
13 checks passed
@Helias Helias deleted the renovate/nx-monorepo branch January 11, 2025 15:36
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ì <stefanoborzi32@gmail.com>

* 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 <action@github.com>
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>

* 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 <Exitare@users.noreply.github.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: i18n Sync Bot <action@github.com>
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
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