-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dev #98
Open
matteobruni
wants to merge
25
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev #98
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
3a91eaf
build: removed rxjs usage from component, it was useless
matteobruni 76a4ce4
build: updated deps
matteobruni 6d982d1
Merge branch 'main' into dev
matteobruni 92ab360
Update pnpm-lock.yaml
matteobruni 80a83b0
chore(deps): update actions/cache action to v4
renovate[bot] a7dc760
chore(deps): update pnpm/action-setup action to v3
renovate[bot] b38d748
chore(deps): update angular-eslint monorepo to ~17.3.0
renovate[bot] d6e6c72
fix(deps): update angular monorepo to ~17.3.0
renovate[bot] 0d5f483
fix(deps): update commitlint monorepo to v19
renovate[bot] d82c7d2
fix(deps): update dependency typedoc-plugin-coverage to v3
renovate[bot] 6e755f5
Merge pull request #100 from tsparticles/renovate/major-commitlint-mo…
matteobruni 916eb1b
Merge pull request #99 from tsparticles/renovate/pnpm-action-setup-3.x
matteobruni a78a490
Merge pull request #87 from tsparticles/renovate/actions-cache-4.x
matteobruni 520f5a6
Merge pull request #89 from tsparticles/renovate/angular-monorepo
matteobruni b852f10
Merge pull request #93 from tsparticles/renovate/typedoc-plugin-cover…
matteobruni 693b162
Merge pull request #84 from tsparticles/renovate/angular-eslint-monorepo
matteobruni 13e8921
fix(deps): update dependency husky to v9
renovate[bot] 9ecf55d
chore(deps): update dependency typescript to ~5.4.0
renovate[bot] c753d50
Merge pull request #92 from tsparticles/renovate/husky-9.x
matteobruni ebd72ab
Merge pull request #62 from tsparticles/renovate/typescript-5.x
matteobruni be2184d
chore(deps): update dependency ng-packagr to ~17.3.0
renovate[bot] 9c5f224
Merge pull request #86 from tsparticles/renovate/ng-packagr-17.x
matteobruni 1724630
chore(deps): update angular-cli monorepo to ~17.3.0
renovate[bot] 478dfe3
Merge pull request #88 from tsparticles/renovate/angular-cli-monorepo
matteobruni 2640d40
build: removed whatsapp and slack link, closing them
matteobruni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the
pr
job, thepnpm/action-setup
action is also updated to version3.0.0
, but theversion
specified forpnpm
is7
. This inconsistency between themain
andpr
jobs could lead to different behaviors or issues when installing dependencies. Consider aligning thepnpm
versions across both jobs for consistency.Committable suggestion