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(deps): update dependency dotenv to v16.4.7 #2594

Merged
merged 1 commit into from
Jan 6, 2025
Merged
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
chore(deps): update dependency dotenv to v16.4.7
renovate[bot] authored Jan 6, 2025

Verified

This commit was signed with the committer’s verified signature.
jasonehines Jason Hines
commit 1e04d77b4472f078b74e351384ddde91b64263ae
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
"chromatic": "11.20.2",
"concurrently": "9.1.0",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
18 changes: 6 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

})
export function cacheCurrentUser(
cache: ApolloCache<any>,

Check warning on line 20 in apollo/cache.ts

GitHub Actions / Lint

Unexpected any. Specify a different type
user: MeQuery['me'] | null,
): void {
cache.writeQuery({
} from './validation.internal'
type Properties<T> = Required<{
[K in keyof T]: z.ZodType<T[K], any, T[K]>

Check warning on line 9 in apollo/validation.ts

GitHub Actions / Lint

Unexpected any. Specify a different type
}>
const passwordSchema = z
},
methods: {
update(newValue: string) {
this.$emit('input', newValue)

Check warning on line 28 in components/DocumentEditorInput.vue

GitHub Actions / Lint

The "input" event has been triggered but not declared on `emits` option
},
},
})
result,
null,
(data) => data.me.groups,
) as unknown as any[]

Check warning on line 122 in components/SideBar.vue

GitHub Actions / Lint

Unexpected any. Specify a different type
const uiStore = useUiStore()
function onGroupClicked(group: { id: string }) {
<script lang="ts" setup>
interface Props {
headers?: string[]
data?: any[]

Check warning on line 34 in components/TTable.vue

GitHub Actions / Lint

Unexpected any. Specify a different type
variant?: string
}
<script setup lang="ts">
// Workaround for https://github.com/vuejs/language-tools/issues/5082
defineSlots<{
default: any

Check warning on line 12 in components/content/SimpleDiv.vue

GitHub Actions / Lint

Unexpected any. Specify a different type
}>()
</script>
import { TAlert } from '@variantjs/vue'
export default {
component: TAlert,

Check warning on line 5 in components/t-alert.stories.ts

GitHub Actions / Lint

Unsafe assignment of an error typed value
title: 't-alert',
args: {
show: true,
import { TCheckbox } from '@variantjs/vue'
export default {
component: TCheckbox,

Check warning on line 5 in components/t-checkbox.stories.ts

GitHub Actions / Lint

Unsafe assignment of an error typed value
title: 't-checkbox',
args: {
checked: true,
import { TDropdown } from '@variantjs/vue'
export default {
component: TDropdown,

Check warning on line 5 in components/t-dropdown.stories.ts

GitHub Actions / Lint

Unsafe assignment of an error typed value
title: 't-dropdown',
args: {
text: 'Dropdown',
import { TInputGroup } from '@variantjs/vue'
export default {
component: TInputGroup,

Check warning on line 5 in components/t-input-group.stories.ts

GitHub Actions / Lint

Unsafe assignment of an error typed value
title: 't-input-group',
args: {
label: 'Label',