Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/add-public-decorator.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/beige-impalas-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/conditional-imports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-boats-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/improve-cli-help-text.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-icons-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-badgers-prove.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/multiple-lockfiles-detection.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/env-spec-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @env-spec/parser

## 0.1.0

### Minor Changes

- [#278](https://github.com/dmno-dev/varlock/pull/278) [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d) Thanks [@theoephraim](https://github.com/theoephraim)! - allow multi-line fn calls, both in decorator and item values

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env-spec-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@env-spec/parser",
"version": "0.0.8",
"version": "0.1.0",
"description": "Parser for @env-spec enabled dotenv files",
"repository": {
"type": "git",
Expand Down
9 changes: 8 additions & 1 deletion packages/integrations/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @varlock/astro-integration

## 1.0.0
## 0.2.0

### Patch Changes

- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]:
- varlock@0.2.0

## 0.1.0

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/astro-integration",
"description": "Astro integration to use varlock for .env file loading - adds validation, type-safety, and extra security features",
"version": "0.1.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/integrations/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @varlock/nextjs-integration

## 0.2.0

### Patch Changes

- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]:
- varlock@0.2.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/nextjs-integration",
"description": "drop-in replacement for @next/env that uses varlock to load .env files with validation and extra security features",
"version": "0.1.2",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/integrations/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @varlock/vite-integration

## 0.2.0

### Patch Changes

- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]:
- varlock@0.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/vite-integration",
"description": "Vite plugin to use varlock for .env file loading - adds validation, type-safety, and extra security features",
"version": "0.1.1",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
11 changes: 7 additions & 4 deletions packages/plugins/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# @varlock/1password-plugin

## 0.2.0

### Patch Changes

- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]:
- varlock@0.2.0

## 0.1.0

### Minor Changes

- [#188](https://github.com/dmno-dev/varlock/pull/188) [`dcbf55d`](https://github.com/dmno-dev/varlock/commit/dcbf55d099c593fa066b4469dc012a7809a89f35) Thanks [@theoephraim](https://github.com/theoephraim)! - re-release 1pass plugin w/ minor version

## 1.0.0

### Patch Changes

- [#168](https://github.com/dmno-dev/varlock/pull/168) [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8) Thanks [@theoephraim](https://github.com/theoephraim)! - unify resolvers with decorators, new plugin system, 1pass plugin

- Updated dependencies [[`8bae875`](https://github.com/dmno-dev/varlock/commit/8bae875503c5f9a9d84bc772ad41be1fb3e4febd), [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8)]:
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/1password/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/1password-plugin",
"description": "Varlock plugin to pull data from 1password",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/google-secret-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @varlock/google-secret-manager-plugin

## 0.1.0

### Patch Changes

- Updated dependencies [[`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650), [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d), [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad), [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301), [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2), [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936), [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c), [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454)]:
- varlock@0.2.0

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/google-secret-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/google-secret-manager-plugin",
"description": "Varlock plugin to pull data from Google Cloud Secret Manager",
"version": "0.0.2",
"version": "0.1.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
29 changes: 29 additions & 0 deletions packages/varlock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# varlock

## 0.2.0

### Minor Changes

- [#278](https://github.com/dmno-dev/varlock/pull/278) [`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d) Thanks [@theoephraim](https://github.com/theoephraim)! - allow multi-line fn calls, both in decorator and item values

- [#273](https://github.com/dmno-dev/varlock/pull/273) [`15b9c81`](https://github.com/dmno-dev/varlock/commit/15b9c81ac4941c4dbefb38812d0701274f4b4dad) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add conditional `@import` with named `enabled` parameter

### Patch Changes

- [#274](https://github.com/dmno-dev/varlock/pull/274) [`c872e71`](https://github.com/dmno-dev/varlock/commit/c872e7169b71d73043104ca9e345a03accc24650) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add `@public` item decorator as the counterpart to `@sensitive`, matching the pattern of `@required`/`@optional` decorator pairs

- [#262](https://github.com/dmno-dev/varlock/pull/262) [`e5c7d24`](https://github.com/dmno-dev/varlock/commit/e5c7d24b59c6dd01780bf655cb0edb616d38c301) Thanks [@ya7010](https://github.com/ya7010)! - feat: add `--compact` flag `varlock load`.

- [#271](https://github.com/dmno-dev/varlock/pull/271) [`bcba478`](https://github.com/dmno-dev/varlock/commit/bcba4788ca35f58c4c54266aba728c0d603617d2) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Improve CLI help text for all commands by adding detailed examples and usage guidance. Each command now includes comprehensive help information with usage examples, tips, and links to documentation.

- [#270](https://github.com/dmno-dev/varlock/pull/270) [`558360a`](https://github.com/dmno-dev/varlock/commit/558360a99b72fd5a5a875e71cc6772ec13ffd936) Thanks [@theoephraim](https://github.com/theoephraim)! - - allow importing from ~

- remove git ignore checks as part of core loading logic, we can re-add in specific commands where necessary

- [#281](https://github.com/dmno-dev/varlock/pull/281) [`50c4ad4`](https://github.com/dmno-dev/varlock/commit/50c4ad426d4e5fc90f9bee02c6b4c683433a733c) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add allowMissing flag to @import decorator

- [#275](https://github.com/dmno-dev/varlock/pull/275) [`c0d9942`](https://github.com/dmno-dev/varlock/commit/c0d994297289206c6f9516151a313b0a429dc454) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix package manager detection to handle multiple lockfiles gracefully. When multiple lockfiles are found (e.g., both package-lock.json and bun.lockb), the detection now:
1. First tries env var based detection (npm_config_user_agent) to respect the currently active package manager
2. If that fails, returns the first detected package manager as a fallback
3. No longer throws an error, preventing CLI crashes in monorepos or when switching package managers
- Updated dependencies [[`fe893e2`](https://github.com/dmno-dev/varlock/commit/fe893e2e0635eb42c46ee395b0054356767db10d)]:
- @env-spec/parser@0.1.0

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/varlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varlock",
"version": "0.1.6",
"version": "0.2.0",
"description": "",
"main": "index.js",
"type": "module",
Expand Down