Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RightCapitalHQ/phpdoc-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @rightcapital/phpdoc-parser_v0.4.112
Choose a base ref
...
head repository: RightCapitalHQ/phpdoc-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @rightcapital/phpdoc-parser_v0.4.113
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 10, 2025

  1. chore(deps): lock file maintenance (#297)

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

    Verified

    This commit was signed with the committer’s verified signature.
    bukka Jakub Zelenka
    Copy the full SHA
    b44c92d View commit details
  2. chore(deps): update pnpm to v10.6.2 (#298)

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

    Verified

    This commit was signed with the committer’s verified signature.
    bukka Jakub Zelenka
    Copy the full SHA
    ecd6bf0 View commit details
  3. chore(release): applying package updates

    GitHub Actions[bot] committed Mar 10, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    bukka Jakub Zelenka
    Copy the full SHA
    135d31a View commit details
Showing with 439 additions and 420 deletions.
  1. +15 −0 CHANGELOG.json
  2. +5 −1 CHANGELOG.md
  3. +2 −2 package.json
  4. +417 −417 pnpm-lock.yaml
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rightcapital/phpdoc-parser",
"entries": [
{
"date": "Mon, 10 Mar 2025 09:53:53 GMT",
"version": "0.4.113",
"tag": "@rightcapital/phpdoc-parser_v0.4.113",
"comments": {
"patch": [
{
"author": "29139614+renovate[bot]@users.noreply.github.com",
"package": "@rightcapital/phpdoc-parser",
"commit": "ecd6bf08f55009132b0d2cff101c45da624e921a",
"comment": "chore(deps): update pnpm to v10.6.2"
}
]
}
},
{
"date": "Sat, 08 Mar 2025 13:49:24 GMT",
"version": "0.4.112",
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change Log - @rightcapital/phpdoc-parser

<!-- This log was last generated on Sat, 08 Mar 2025 13:49:24 GMT and should not be manually modified. -->
<!-- This log was last generated on Mon, 10 Mar 2025 09:53:53 GMT and should not be manually modified. -->

<!-- Start content -->



### [0.4.113](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.113) (2025-3-10)

- chore(deps): update pnpm to v10.6.2 ([ecd6bf0](https://github.com/RightCapitalHQ/phpdoc-parser/commit/ecd6bf08f55009132b0d2cff101c45da624e921a))

### [0.4.112](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.112) (2025-3-8)

- fix(deps): update dependency @types/node to v22.13.10 ([8e30237](https://github.com/RightCapitalHQ/phpdoc-parser/commit/8e3023787df71fa9d16bdbd024df389555be75b2))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/phpdoc-parser",
"version": "0.4.112",
"version": "0.4.113",
"description": "TypeScript version of PHPDoc parser with support for intersection types and generics",
"keywords": [
"PHP",
@@ -58,7 +58,7 @@
"prettier": "3.5.3",
"vitest": "3.0.7"
},
"packageManager": "pnpm@10.6.1",
"packageManager": "pnpm@10.6.2",
"engines": {
"node": ">=16.x",
"pnpm": ">=8.x"
Loading