Skip to content

Commit

Permalink
chore(deps): update dependency @inlang/paraglide-sveltekit to ^0.11.0 (
Browse files Browse the repository at this point in the history
…#233)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 3308260 commit ba1959f
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 102 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ninja_i18n.yml
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 }}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -51,5 +51,6 @@
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
},
"type": "module"
"type": "module",
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit ba1959f

Please sign in to comment.