mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-05 04:07:24 +02:00
Compare commits
3 Commits
69dcbaf4ac
...
02df23c324
Author | SHA1 | Date | |
---|---|---|---|
02df23c324 | |||
9e89ad3895 | |||
d08f226ece |
@ -15,7 +15,6 @@ ci:
|
|||||||
# Consistency with other tools
|
# Consistency with other tools
|
||||||
default_language_version:
|
default_language_version:
|
||||||
node: "lts"
|
node: "lts"
|
||||||
python: "3.13"
|
|
||||||
ruby: ".ruby-version"
|
ruby: ".ruby-version"
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
@ -43,7 +42,7 @@ repos:
|
|||||||
args: [--autofix, --no-ensure-ascii]
|
args: [--autofix, --no-ensure-ascii]
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/sync-pre-commit-deps
|
- repo: https://github.com/pre-commit/sync-pre-commit-deps
|
||||||
rev: v0.0.2
|
rev: v0.0.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: sync-pre-commit-deps
|
- id: sync-pre-commit-deps
|
||||||
|
|
||||||
@ -59,7 +58,7 @@ repos:
|
|||||||
args: [--update-only, --no-title]
|
args: [--update-only, --no-title]
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.31.0
|
rev: 0.32.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
- id: check-github-actions
|
- id: check-github-actions
|
||||||
@ -82,7 +81,7 @@ repos:
|
|||||||
language: system
|
language: system
|
||||||
|
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
rev: "3.0.3"
|
rev: "3.2.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
|
@ -1 +0,0 @@
|
|||||||
system
|
|
@ -1 +1 @@
|
|||||||
3.4.1
|
3.4.2
|
||||||
|
71
Gemfile.lock
generated
71
Gemfile.lock
generated
@ -3,10 +3,11 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
addressable (2.8.7)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
|
base64 (0.2.0)
|
||||||
bigdecimal (3.1.9)
|
bigdecimal (3.1.9)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.3.4)
|
concurrent-ruby (1.3.5)
|
||||||
csv (3.3.2)
|
csv (3.3.3)
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
@ -22,38 +23,41 @@ GEM
|
|||||||
ffi (1.17.1-x86_64-linux-gnu)
|
ffi (1.17.1-x86_64-linux-gnu)
|
||||||
ffi (1.17.1-x86_64-linux-musl)
|
ffi (1.17.1-x86_64-linux-musl)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
google-protobuf (4.29.3)
|
google-protobuf (4.30.2)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.29.3-aarch64-linux)
|
google-protobuf (4.30.2-aarch64-linux)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.29.3-arm64-darwin)
|
google-protobuf (4.30.2-arm64-darwin)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.29.3-x86-linux)
|
google-protobuf (4.30.2-x86-linux)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.29.3-x86_64-darwin)
|
google-protobuf (4.30.2-x86_64-darwin)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.29.3-x86_64-linux)
|
google-protobuf (4.30.2-x86_64-linux)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (1.14.6)
|
i18n (1.14.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (4.3.4)
|
jekyll (4.4.1)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
|
base64 (~> 0.2)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
|
csv (~> 3.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 1.0)
|
i18n (~> 1.0)
|
||||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
|
json (~> 2.6)
|
||||||
kramdown (~> 2.3, >= 2.3.1)
|
kramdown (~> 2.3, >= 2.3.1)
|
||||||
kramdown-parser-gfm (~> 1.0)
|
kramdown-parser-gfm (~> 1.0)
|
||||||
liquid (~> 4.0)
|
liquid (~> 4.0)
|
||||||
mercenary (>= 0.3.6, < 0.5)
|
mercenary (~> 0.3, >= 0.3.6)
|
||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 3.0, < 5.0)
|
rouge (>= 3.0, < 5.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
@ -63,14 +67,15 @@ GEM
|
|||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-redirect-from (0.16.0)
|
jekyll-redirect-from (0.16.0)
|
||||||
jekyll (>= 3.3, < 5.0)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-sass-converter (3.0.0)
|
jekyll-sass-converter (3.1.0)
|
||||||
sass-embedded (~> 1.54)
|
sass-embedded (~> 1.75)
|
||||||
jekyll-seo-tag (2.8.0)
|
jekyll-seo-tag (2.8.0)
|
||||||
jekyll (>= 3.8, < 5.0)
|
jekyll (>= 3.8, < 5.0)
|
||||||
jekyll-sitemap (1.4.0)
|
jekyll-sitemap (1.4.0)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
|
json (2.10.2)
|
||||||
kramdown (2.5.1)
|
kramdown (2.5.1)
|
||||||
rexml (>= 3.3.9)
|
rexml (>= 3.3.9)
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
@ -91,28 +96,28 @@ GEM
|
|||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.11.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.4.0)
|
rexml (3.4.1)
|
||||||
rouge (4.5.1)
|
rouge (4.5.1)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass-embedded (1.83.1)
|
sass-embedded (1.86.0)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
sass-embedded (1.83.1-aarch64-linux-gnu)
|
sass-embedded (1.86.0-aarch64-linux-gnu)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-aarch64-linux-musl)
|
sass-embedded (1.86.0-aarch64-linux-musl)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-arm-linux-gnueabihf)
|
sass-embedded (1.86.0-arm-linux-gnueabihf)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-arm-linux-musleabihf)
|
sass-embedded (1.86.0-arm-linux-musleabihf)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-arm64-darwin)
|
sass-embedded (1.86.0-arm64-darwin)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-x86_64-darwin)
|
sass-embedded (1.86.0-x86_64-darwin)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-x86_64-linux-gnu)
|
sass-embedded (1.86.0-x86_64-linux-gnu)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
sass-embedded (1.83.1-x86_64-linux-musl)
|
sass-embedded (1.86.0-x86_64-linux-musl)
|
||||||
google-protobuf (~> 4.29)
|
google-protobuf (~> 4.30)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
unicode-display_width (2.6.0)
|
unicode-display_width (2.6.0)
|
||||||
@ -143,7 +148,7 @@ DEPENDENCIES
|
|||||||
webrick
|
webrick
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.4.1p0
|
ruby 3.4.2p28
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.2
|
2.6.2
|
||||||
|
@ -17,8 +17,8 @@ robots: nofollow
|
|||||||
|
|
||||||
<img src="https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/250.jpeg" alt="photo of me"/>
|
<img src="https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/250.jpeg" alt="photo of me"/>
|
||||||
|
|
||||||
<span id="bio">_…is an open-source enthustiastic IT generalist, currently volunteering as a sysadmin in the
|
<span id="bio">_…is an open-source enthustiastic IT generalist, currently
|
||||||
Pirate Party of Finland._</span>
|
volunteering as a sysadmin in the Pirate Party of Finland._</span>
|
||||||
|
|
||||||
<p style="text-align: center;">🏳️‍⚧​‍🏳️‍🌈️</p>
|
<p style="text-align: center;">🏳️‍⚧​‍🏳️‍🌈️</p>
|
||||||
|
|
||||||
@ -213,7 +213,8 @@ Pirate Party of Finland._</span>
|
|||||||
- Assisted in marketing the cooperative's services by exploring mass
|
- Assisted in marketing the cooperative's services by exploring mass
|
||||||
communication with `Thunderbird` extensions and `Facebook Marketplace`.
|
communication with `Thunderbird` extensions and `Facebook Marketplace`.
|
||||||
|
|
||||||
[On the job training]: https://toimistot.te-palvelut.fi/en/work-try-out-practices-and-provisions
|
[On the job training]:
|
||||||
|
https://toimistot.te-palvelut.fi/en/work-try-out-practices-and-provisions
|
||||||
|
|
||||||
## Education
|
## Education
|
||||||
|
|
||||||
|
@ -24,6 +24,9 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="off">
|
<meta http-equiv="x-dns-prefetch-control" content="off">
|
||||||
|
<meta name="color-scheme" content="dark light">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#ffb700">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fdfdfd">
|
||||||
<link rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
<link rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
||||||
<link rel="icon prefetch" href="{{site.icon}}">
|
<link rel="icon prefetch" href="{{site.icon}}">
|
||||||
<link rel="me prefetch" href="{{ site.url }}">
|
<link rel="me prefetch" href="{{ site.url }}">
|
||||||
|
@ -6,19 +6,22 @@
|
|||||||
|
|
||||||
// Font specifications. I keep changing my mind on what are the most pleasant
|
// Font specifications. I keep changing my mind on what are the most pleasant
|
||||||
// fonts to my eyes, so I won't bother commenting them here.'
|
// fonts to my eyes, so I won't bother commenting them here.'
|
||||||
$serif-font-family: ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif,
|
$serif-font-family:
|
||||||
|
ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif, "Noto Emoji",
|
||||||
|
"Noto Color Emoji", emoji;
|
||||||
|
$sans-serif-font-family:
|
||||||
|
ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans", Arimo, sans-serif,
|
||||||
"Noto Emoji", "Noto Color Emoji", emoji;
|
"Noto Emoji", "Noto Color Emoji", emoji;
|
||||||
$sans-serif-font-family: ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans",
|
$monospace-font-family:
|
||||||
Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji", emoji;
|
ui-monospace, "Roboto Mono", "Noto Mono", Cousine, monospace, "Noto Emoji",
|
||||||
$monospace-font-family: ui-monospace, "Roboto Mono", "Noto Mono", Cousine,
|
"Noto Color Emoji", emoji;
|
||||||
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
|
|
||||||
// Must be in the end under threat of undefined variable error.
|
// Must be in the end under threat of undefined variable error.
|
||||||
$base-font-family: $serif-font-family;
|
$base-font-family: $serif-font-family;
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark !important;
|
color-scheme: dark light !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
12
package.json
vendored
12
package.json
vendored
@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2025.1.0"
|
"@aminda/global-prettier-config": "2025.13.1",
|
||||||
|
"@prettier/plugin-ruby": "4.0.4",
|
||||||
|
"@prettier/plugin-xml": "3.4.1",
|
||||||
|
"corepack": "latest",
|
||||||
|
"prettier": "3.5.3",
|
||||||
|
"prettier-plugin-nginx": "1.0.3",
|
||||||
|
"prettier-plugin-sh": "0.16.0",
|
||||||
|
"prettier-plugin-toml": "2.0.3"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
|
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
|
||||||
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
82
pnpm-lock.yaml
generated
82
pnpm-lock.yaml
generated
@ -8,14 +8,35 @@ importers:
|
|||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
"@aminda/global-prettier-config":
|
"@aminda/global-prettier-config":
|
||||||
specifier: 2025.1.0
|
specifier: 2025.13.1
|
||||||
version: 2025.1.0
|
version: 2025.13.1
|
||||||
|
"@prettier/plugin-ruby":
|
||||||
|
specifier: 4.0.4
|
||||||
|
version: 4.0.4(prettier@3.5.3)
|
||||||
|
"@prettier/plugin-xml":
|
||||||
|
specifier: 3.4.1
|
||||||
|
version: 3.4.1(prettier@3.5.3)
|
||||||
|
corepack:
|
||||||
|
specifier: latest
|
||||||
|
version: 0.32.0
|
||||||
|
prettier:
|
||||||
|
specifier: 3.5.3
|
||||||
|
version: 3.5.3
|
||||||
|
prettier-plugin-nginx:
|
||||||
|
specifier: 1.0.3
|
||||||
|
version: 1.0.3
|
||||||
|
prettier-plugin-sh:
|
||||||
|
specifier: 0.16.0
|
||||||
|
version: 0.16.0(prettier@3.5.3)
|
||||||
|
prettier-plugin-toml:
|
||||||
|
specifier: 2.0.3
|
||||||
|
version: 2.0.3(prettier@3.5.3)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
"@aminda/global-prettier-config@2025.1.0":
|
"@aminda/global-prettier-config@2025.13.1":
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-8xSL+2rG5Qc4nDTz1SLwQMKC+j2ET7y7Ez+j3ZaKz4EKC9IjG4LgRGq3cHp5fWwTPnuH33zGWkUbvS+Qu+QnJA==,
|
integrity: sha512-RzcqMdagTmRL05P1H44yQoY3M06CEiVy1pYxtnDJJpLULPz57v0Oci3+iTugrNr7nZCfRocYvVM981zVqSMuOg==,
|
||||||
}
|
}
|
||||||
|
|
||||||
"@prettier/plugin-ruby@4.0.4":
|
"@prettier/plugin-ruby@4.0.4":
|
||||||
@ -58,6 +79,14 @@ packages:
|
|||||||
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
corepack@0.32.0:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-KhahVUFy7xL8OTty/ToY646hXMQhih8rnvUkA9/qnk/u4QUF2+SbQneX/zZnDxG1NiABFm5ojZCWnIv93oyhhQ==,
|
||||||
|
}
|
||||||
|
engines: { node: ^18.17.1 || ^20.10.0 || >=22.11.0 }
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
mvdan-sh@0.10.1:
|
mvdan-sh@0.10.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -70,28 +99,28 @@ packages:
|
|||||||
integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==,
|
integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==,
|
||||||
}
|
}
|
||||||
|
|
||||||
prettier-plugin-sh@0.14.0:
|
prettier-plugin-sh@0.16.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==,
|
integrity: sha512-QaVH0X56IUy9niNczUQ0TxqVezcGzACz9XObbyxyAZ6NU/VCKnR9RUAcETyzCiPgcHKq/tjerCsqxn5nL3yo/w==,
|
||||||
}
|
}
|
||||||
engines: { node: ">=16.0.0" }
|
engines: { node: ">=16.0.0" }
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prettier: ^3.0.3
|
prettier: ^3.0.3
|
||||||
|
|
||||||
prettier-plugin-toml@2.0.1:
|
prettier-plugin-toml@2.0.3:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-99z1YOkViECHtXQjGIigd3talI/ybUI1zB3yniAwUrlWBXupNXThB1hM6bwSMUEj2/+tomTlMtT98F5t4s8IWA==,
|
integrity: sha512-2KSzvgWiyF+uaGvX6wK+UENNjhvuSh+HlJym9tY+OyIk3L+yjlDUd0wHP1ZHNC+u8su4UZj2QVjJhq5sZ16zrQ==,
|
||||||
}
|
}
|
||||||
engines: { node: ">=16.0.0" }
|
engines: { node: ">=16.0.0" }
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prettier: ^3.0.3
|
prettier: ^3.0.3
|
||||||
|
|
||||||
prettier@3.4.2:
|
prettier@3.5.3:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==,
|
integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==,
|
||||||
}
|
}
|
||||||
engines: { node: ">=14" }
|
engines: { node: ">=14" }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -116,23 +145,24 @@ packages:
|
|||||||
}
|
}
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
"@aminda/global-prettier-config@2025.1.0":
|
"@aminda/global-prettier-config@2025.13.1":
|
||||||
dependencies:
|
dependencies:
|
||||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.4.2)
|
"@prettier/plugin-ruby": 4.0.4(prettier@3.5.3)
|
||||||
"@prettier/plugin-xml": 3.4.1(prettier@3.4.2)
|
"@prettier/plugin-xml": 3.4.1(prettier@3.5.3)
|
||||||
prettier: 3.4.2
|
corepack: 0.32.0
|
||||||
|
prettier: 3.5.3
|
||||||
prettier-plugin-nginx: 1.0.3
|
prettier-plugin-nginx: 1.0.3
|
||||||
prettier-plugin-sh: 0.14.0(prettier@3.4.2)
|
prettier-plugin-sh: 0.16.0(prettier@3.5.3)
|
||||||
prettier-plugin-toml: 2.0.1(prettier@3.4.2)
|
prettier-plugin-toml: 2.0.3(prettier@3.5.3)
|
||||||
|
|
||||||
"@prettier/plugin-ruby@4.0.4(prettier@3.4.2)":
|
"@prettier/plugin-ruby@4.0.4(prettier@3.5.3)":
|
||||||
dependencies:
|
dependencies:
|
||||||
prettier: 3.4.2
|
prettier: 3.5.3
|
||||||
|
|
||||||
"@prettier/plugin-xml@3.4.1(prettier@3.4.2)":
|
"@prettier/plugin-xml@3.4.1(prettier@3.5.3)":
|
||||||
dependencies:
|
dependencies:
|
||||||
"@xml-tools/parser": 1.0.11
|
"@xml-tools/parser": 1.0.11
|
||||||
prettier: 3.4.2
|
prettier: 3.5.3
|
||||||
|
|
||||||
"@taplo/core@0.1.1": {}
|
"@taplo/core@0.1.1": {}
|
||||||
|
|
||||||
@ -148,22 +178,24 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
regexp-to-ast: 0.5.0
|
regexp-to-ast: 0.5.0
|
||||||
|
|
||||||
|
corepack@0.32.0: {}
|
||||||
|
|
||||||
mvdan-sh@0.10.1: {}
|
mvdan-sh@0.10.1: {}
|
||||||
|
|
||||||
prettier-plugin-nginx@1.0.3: {}
|
prettier-plugin-nginx@1.0.3: {}
|
||||||
|
|
||||||
prettier-plugin-sh@0.14.0(prettier@3.4.2):
|
prettier-plugin-sh@0.16.0(prettier@3.5.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
mvdan-sh: 0.10.1
|
mvdan-sh: 0.10.1
|
||||||
prettier: 3.4.2
|
prettier: 3.5.3
|
||||||
sh-syntax: 0.4.2
|
sh-syntax: 0.4.2
|
||||||
|
|
||||||
prettier-plugin-toml@2.0.1(prettier@3.4.2):
|
prettier-plugin-toml@2.0.3(prettier@3.5.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
"@taplo/lib": 0.4.0-alpha.2
|
"@taplo/lib": 0.4.0-alpha.2
|
||||||
prettier: 3.4.2
|
prettier: 3.5.3
|
||||||
|
|
||||||
prettier@3.4.2: {}
|
prettier@3.5.3: {}
|
||||||
|
|
||||||
regexp-to-ast@0.5.0: {}
|
regexp-to-ast@0.5.0: {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user