Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated deps #14

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 9.0.4
run_install: false
version: 9

- name: Get pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 9.0.4
run_install: false
version: 9

- name: Get pnpm store directory
shell: bash
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
Loading