-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @inlang/paraglide-sveltekit to ^0.11.0 (…
…#233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3308260
commit ba1959f
Showing
4 changed files
with
178 additions
and
102 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Ninja i18n action | ||
|
||
on: pull_request_target | ||
|
||
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings | ||
permissions: | ||
pull-requests: write # Necessary to comment on PRs | ||
issues: read # Necessary to read issue comments | ||
contents: read # Necessary to access the repo content | ||
|
||
jobs: | ||
ninja-i18n: | ||
name: Ninja i18n - GitHub Lint Action | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Run Ninja i18n | ||
# @main ensures that the latest version of the action is used | ||
uses: opral/ninja-i18n-action@main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@inlang/paraglide-js": "^1.7.0", | ||
"@inlang/paraglide-sveltekit": "^0.6.7", | ||
"@inlang/paraglide-js": "^1.11.2", | ||
"@inlang/paraglide-sveltekit": "^0.11.0", | ||
"@inqling/svelte-icons": "<= 4.1.2 || >= 4.1.4", | ||
"@rgossiaux/svelte-headlessui": "^2.0.0", | ||
"@sveltejs/adapter-static": "^3.0.5", | ||
|
@@ -51,5 +51,6 @@ | |
"typescript-eslint": "^8.8.0", | ||
"vite": "^5.4.8" | ||
}, | ||
"type": "module" | ||
"type": "module", | ||
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b" | ||
} |
Oops, something went wrong.