mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-08 17:31:52 +01:00
* move from yarn to pnpm for package management * remove lodash.template patch override * remove .yarn folder * update GHA to use pnpm * add @babel/plugin-proposal-decorators * remove .yarnrc.yml * add lock file to copywrite ignore * add @codemirror/view as a dep for its types * use more strict setting about peerDeps * address some peerDep issues with ember-power-select and ember-basic-dropdown * enable TS compilation for the kubernetes engine * enable TS compilation in kv engine * ignore workspace file * use new headless mode in CI * update enos CI scenarios * add qs and express resolutions * run 'pnpm up glob' and 'pnpm up js-yaml' to upgrade those packages * run 'pnpm up preact' because posthog-js had a vulnerable install. see https://github.com/advisories/GHSA-36hm-qxxp-pg3 * add work around for browser timeout errors in test * update other references of yarn to pnpm Co-authored-by: Matthew Irish <39469+meirish@users.noreply.github.com>
23 lines
616 B
HCL
23 lines
616 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2025
|
|
copyright_holder = "IBM Corp."
|
|
|
|
# (OPTIONAL) A list of globs that should not have copyright/license headers.
|
|
# Supports doublestar glob patterns for more flexibility in defining which
|
|
# files or folders should be ignored
|
|
header_ignore = [
|
|
"helper/pkcs7/**",
|
|
"ui/node_modules/**",
|
|
"ui/pnpm-lock.yaml",
|
|
"ui/pnpm-workspace.yaml",
|
|
"enos/modules/k8s_deploy_vault/raft-config.hcl",
|
|
"plugins/database/postgresql/scram/**",
|
|
"enos/.enos/**",
|
|
"enos/k8s/.enos/**",
|
|
"enos/.terraform/**",
|
|
]
|
|
}
|