Skip to content

Commit

Permalink
Update wollok v4.1.9 + dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Dec 2, 2024
1 parent 70e71aa commit e0bb7f7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "wollok-ts"
reviewers:
- "PalumboN"
- "fdodino"
- "ivojawer"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"lint-staged": "lint-staged"
},
"dependencies": {
"wollok-ts": "4.1.8"
"wollok-ts": "4.1.9"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8930,7 +8930,7 @@ __metadata:
source-map-support: "npm:^0.5.21"
ts-node: "npm:^10.9.1"
typescript: "npm:^4.9.5"
wollok-ts: "npm:4.1.8"
wollok-ts: "npm:4.1.9"
yarn-run-all: "npm:^3.1.1"
languageName: unknown
linkType: soft
Expand All @@ -8948,16 +8948,16 @@ __metadata:
languageName: node
linkType: hard

"wollok-ts@npm:4.1.8":
version: 4.1.8
resolution: "wollok-ts@npm:4.1.8"
"wollok-ts@npm:4.1.9":
version: 4.1.9
resolution: "wollok-ts@npm:4.1.9"
dependencies:
"@types/parsimmon": "npm:^1.10.8"
parsimmon: "npm:^1.18.1"
prettier-printer: "npm:^1.1.4"
unraw: "npm:^3.0.0"
uuid: "npm:^9.0.1"
checksum: 10c0/57656102b6bfc7d4c3b84a6c27038fd8b6a9708c0e8a18526cdcb9e369ca229639503f7d26ef720c15644ab9230f019a422b39837e1bee90fa911afbd1a1b90d
checksum: 10c0/ea5bb9808e384ccc7697e875902e667550f1c5e8b2ad21cdf8f59939b1285b9d081bfe6ff1e5e90909e46ebe55ff6d91c9e83fbaa874e742ad6ae2c45f15fbed
languageName: node
linkType: hard

Expand Down

0 comments on commit e0bb7f7

Please sign in to comment.