Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Jul 31, 2024
1 parent c807324 commit 34e1718
Show file tree
Hide file tree
Showing 8 changed files with 1,549 additions and 1,367 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 9.0.4
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/production-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 9.0.4
run_install: false

- name: Get pnpm store directory
Expand Down
90 changes: 0 additions & 90 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,9 @@
{
"cSpell.words": [
"alices",
"AnnotatedEventf",
"apierrors",
"apiextensions",
"appsv1",
"asciinema",
"batchv1",
"cainjection_in_models",
"certmanager",
"clientcmd",
"clientgoscheme",
"clusterrole",
"clusterrolebinding",
"containedctx",
"corev1",
"crdkustomizecainjectionpatch",
"crdkustomizeresource",
"crdkustomizewebhookpatch",
"deepcopy",
"dupl",
"durationcheck",
"envtest",
"errcheck",
"errname",
"Eventf",
"exportloopref",
"finalizers",
"forcetypeassert",
"genericclioptions",
"genericiooptions",
"goarch",
"goconst",
"gocyclo",
"gofmt",
"goheader",
"goimports",
"gomega",
"goprintffuncname",
"gosec",
"gosimple",
"govet",
"healthz",
"ineffassign",
"intstr",
"kollama",
"krew",
"krew.googlecontainertools.github.com",
"kubebuilder",
"kubebuilder:subresource",
"kubectlollama",
"kustomization",
"kustomize",
"kustomizeconfig",
"manifestskustomizesamples",
"metav1",
"metricsserver",
"musttag",
"nakedret",
"nestif",
"nodeport",
"nolint",
"nolintlint",
"nosprintfhostport",
"OIDC",
"ollama",
"ollamav1",
"onsi",
"persistentvolumeclaims",
"persistentvolumes",
"pflag",
"prealloc",
"predeclared",
"printcolumn",
"readyz",
"rolebinding",
"servicemonitor",
"staticcheck",
"storageclasses",
"subresource",
"tenv",
"testableexamples",
"unconvert",
"undeployed",
"unparam",
"utilruntime",
"webhookcainjection_patch"
],
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,
// The following is optional.
// It's better to put under project setting `.vscode/settings.json`
// to avoid conflicts with working with different eslint configs
Expand Down
102 changes: 102 additions & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
version: "0.2"
ignorePaths: []
dictionaryDefinitions: []
dictionaries: []
words:
- alices
- AnnotatedEventf
- antfu
- apierrors
- apiextensions
- appsv1
- asciinema
- ayaka
- batchv1
- cainjection_in_models
- certmanager
- clientcmd
- clientgoscheme
- clusterrole
- clusterrolebinding
- containedctx
- corev1
- crdkustomizecainjectionpatch
- crdkustomizeresource
- crdkustomizewebhookpatch
- deepcopy
- dupl
- durationcheck
- envtest
- errcheck
- errname
- Eventf
- exportloopref
- finalizers
- forcetypeassert
- genericclioptions
- genericiooptions
- goarch
- goconst
- gocyclo
- gofmt
- goheader
- goimports
- gomega
- goprintffuncname
- gosec
- gosimple
- govet
- healthz
- iconify
- ineffassign
- intstr
- kollama
- krew
- krew.googlecontainertools.github.com
- kubebuilder
- kubebuilder:subresource
- kubectlollama
- kustomization
- kustomize
- kustomizeconfig
- manifestskustomizesamples
- metav1
- metricsserver
- musttag
- nakedret
- nekomeowww
- nestif
- nodeport
- nolebase
- nolint
- nolintlint
- nosprintfhostport
- octicon
- OIDC
- ollama
- ollamav1
- onsi
- persistentvolumeclaims
- persistentvolumes
- pflag
- prealloc
- predeclared
- printcolumn
- readyz
- rolebinding
- servicemonitor
- staticcheck
- storageclasses
- subresource
- tenv
- testableexamples
- unconvert
- undeployed
- unocss
- unparam
- utilruntime
- vitepress
- vueuse
- webhookcainjection_patc
ignoreWords: []
import: []
Loading

0 comments on commit 34e1718

Please sign in to comment.