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

Shadowrun 5E character validation (#678) #39

Open
wants to merge 189 commits into
base: main
Choose a base branch
from

Conversation

omnicolor
Copy link
Owner

@omnicolor omnicolor commented Feb 6, 2023

Initial stab at final validation step for Shadowrun 5E character generation.

omnicolor and others added 30 commits February 6, 2023 14:44
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.3.9 to 2.4.0.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.4/CHANGELOG.md)
- [Commits](thephpleague/commonmark@2.3.9...2.4.0)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.7...1.10.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Improve logging for PsrLogMessageProcessor

* Improve more logging

* Update code coverage badge

* Fix bad cut/paste

* Update for Psalm complaints

* Fix some incorrect annotations

* Update code coverage badge

---------

Co-authored-by: Github Actions Bot <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](phpstan/phpstan-strict-rules@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-strict-rules
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [laravel/pennant](https://github.com/laravel/pennant) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/laravel/pennant/releases)
- [Changelog](https://github.com/laravel/pennant/blob/1.x/CHANGELOG.md)
- [Commits](laravel/pennant@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: laravel/pennant
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.8...1.10.9)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump vimeo/psalm from 5.8.0 to 5.9.0

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@5.8.0...5.9.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix issues raised by Psalm upgrade

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Omni Adams <omni@digitaldarkness.com>
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/6.2/CHANGELOG.md)
- [Commits](symfony/http-foundation@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/http-foundation
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/routing](https://github.com/symfony/routing) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/6.2/CHANGELOG.md)
- [Commits](symfony/routing@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/routing
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/serializer](https://github.com/symfony/serializer) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/6.2/CHANGELOG.md)
- [Commits](symfony/serializer@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/serializer
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/mailer](https://github.com/symfony/mailer) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/6.2/CHANGELOG.md)
- [Commits](symfony/mailer@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/mailer
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [php-http/discovery](https://github.com/php-http/discovery) from 1.15.2 to 1.15.3.
- [Release notes](https://github.com/php-http/discovery/releases)
- [Changelog](https://github.com/php-http/discovery/blob/1.x/CHANGELOG.md)
- [Commits](php-http/discovery@1.15.2...1.15.3)

---
updated-dependencies:
- dependency-name: php-http/discovery
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/process](https://github.com/symfony/process) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/6.2/CHANGELOG.md)
- [Commits](symfony/process@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/var-dumper](https://github.com/symfony/var-dumper) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/6.2/CHANGELOG.md)
- [Commits](symfony/var-dumper@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/var-dumper
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/property-info](https://github.com/symfony/property-info) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/6.2/CHANGELOG.md)
- [Commits](symfony/property-info@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/property-info
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/translation](https://github.com/symfony/translation) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/6.2/CHANGELOG.md)
- [Commits](symfony/translation@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/translation
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/6.2/CHANGELOG.md)
- [Commits](symfony/http-kernel@v6.2.7...v6.2.8)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.1.0 to 8.2.1.
- [Release notes](https://github.com/orchestral/testbench/releases)
- [Changelog](https://github.com/orchestral/testbench/blob/develop/CHANGELOG-8.x.md)
- [Commits](orchestral/testbench@v8.1.0...v8.2.1)

---
updated-dependencies:
- dependency-name: orchestra/testbench
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@omnicolor omnicolor added enhancement New feature or request php Pull requests that update PHP code labels Jun 10, 2024
@omnicolor omnicolor added the rpg system Support for an RPG module label Jul 30, 2024
@omnicolor omnicolor changed the title Validate Shadowrun 5E character Validate Shadowrun 5E character (#678) Aug 1, 2024
@omnicolor omnicolor changed the title Validate Shadowrun 5E character (#678) Shadowrun 5E character validation (#678) Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request php Pull requests that update PHP code rpg system Support for an RPG module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant