-
-
Notifications
You must be signed in to change notification settings - Fork 0
Updated deps #49
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
Open
matteobruni
wants to merge
37
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
Updated deps #49
Changes from 17 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
d21862f
build: updating deps and fix one bundle name
matteobruni b85028b
chore(release): published new version
matteobruni 7e346dd
build: updated webpack config generation
matteobruni 1ade842
chore(release): published new version
matteobruni c1710aa
build: updated deps
matteobruni c94117c
chore(release): published new version
matteobruni d0bc797
build: fixed tsconfig
matteobruni cc7ebd0
build: updated deps
matteobruni 89bc4d3
chore(release): published new version
matteobruni d12627d
build: added @stylistic/eslint-plugin
matteobruni 9eede08
chore(release): published new version
matteobruni c970b0a
build: updated deps
matteobruni 60d5fc3
chore(release): published new version
matteobruni 3a0e5ec
build: updated deps
matteobruni d642388
chore(release): published new version
matteobruni 1f686a3
build: updated deps, eslint 9 is breaking
matteobruni c56fabe
build: updated deps
matteobruni 064ea70
Merge branch 'main' into dev
matteobruni 9940c66
chore(deps): update dependency typescript to v5.4.5
renovate[bot] e6410d8
chore(deps): update nrwl monorepo to v18.3.4
renovate[bot] 238a343
chore(deps): update pnpm/action-setup action to v3
renovate[bot] 732f119
Merge pull request #50 from tsparticles/renovate/typescript-5.x-lockfile
matteobruni c94929a
fix: fixed config
matteobruni 8b4420e
Merge branch 'dev' into renovate/nrwl-monorepo
matteobruni bb26f0f
Merge branch 'dev' into renovate/pnpm-action-setup-3.x
matteobruni ba12f62
Merge pull request #38 from tsparticles/renovate/pnpm-action-setup-3.x
matteobruni 8533f2f
Merge pull request #45 from tsparticles/renovate/nrwl-monorepo
matteobruni 8302204
Merge branch 'main' into dev
matteobruni 880cd9d
fix: fixed a wrong string
matteobruni 0071ce5
fix(deps): update dependency @types/node to v20.12.8
renovate[bot] f516d82
Merge pull request #40 from tsparticles/renovate/node-20.x-lockfile
matteobruni 80f2702
fix(deps): update dependency @stylistic/eslint-plugin to v1.8.1
renovate[bot] 63285e6
Merge pull request #56 from tsparticles/renovate/eslint-stylistic-mon…
matteobruni cff82d5
fix(deps): update dependency rimraf to v5.0.6
renovate[bot] 71f6eed
Merge pull request #60 from tsparticles/renovate/rimraf-5.x-lockfile
matteobruni ba00fb8
fix(deps): update dependency rimraf to v5.0.7
renovate[bot] d109cd2
Merge pull request #61 from tsparticles/renovate/rimraf-5.x-lockfile
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
{ | ||
"name": "@tsparticles/eslint-config", | ||
"version": "2.1.0", | ||
"version": "2.3.0", | ||
"description": "tsParticles default ESLint Configuration", | ||
"main": "eslint-config.js", | ||
"license": "MIT", | ||
"files": [ | ||
"eslint-config.js" | ||
"eslint.config.js" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"prettier": "@tsparticles/prettier-config", | ||
"dependencies": { | ||
"@tsparticles/prettier-config": "^2.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.19.1", | ||
"@typescript-eslint/parser": "^6.19.1", | ||
"eslint": "^8.56.0", | ||
"@stylistic/eslint-plugin": "^1.8.0", | ||
"@tsparticles/prettier-config": "^2.1.6", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.0.4", | ||
"eslint-plugin-jsdoc": "^48.2.3", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
"prettier": "^3.2.4", | ||
"typescript": "^5.3.3" | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.4.5" | ||
} | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@tsparticles/tsconfig", | ||
"version": "2.0.1", | ||
"version": "2.3.0", | ||
"description": "tsParticles default TypeScript Compiler Configuration", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.5" | ||
} | ||
} |
This file contains hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"extends": "./tsconfig.base.json", | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"module": "Node16", | ||
"moduleResolution": "Node16" | ||
} | ||
} |
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.
Uh oh!
There was an error while loading. Please reload this page.