Todd Bluhm
18eada77f6
Merge pull request #418 from toddbluhm/fix-changelog
2025-08-26 19:36:48 -08:00
Todd Bluhm
84fd489a74
chore(changelog): update changelog to include -- breaking change
2025-08-25 04:11:46 -08:00
Todd Bluhm
6f2481f5ec
Merge pull request #414 from toddbluhm/dependabot/npm_and_yarn/commander-14.0.0
...
chore(deps): bump commander from 13.1.0 to 14.0.0
2025-08-25 04:05:01 -08:00
Todd Bluhm
12604be658
chore(commanderjs/typings): update package version
2025-08-25 04:01:17 -08:00
dependabot[bot]
a0cc5bea45
chore(deps): bump commander from 13.1.0 to 14.0.0
...
Bumps [commander](https://github.com/tj/commander.js ) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v13.1.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: commander
dependency-version: 14.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-25 03:58:24 -08:00
Todd Bluhm
88abf2a7b5
Merge pull request #415 from toddbluhm/dependabot/npm_and_yarn/chai-6.0.0
...
chore(deps-dev): bump chai from 5.3.2 to 6.0.0
2025-08-25 03:41:58 -08:00
dependabot[bot]
8522dd75a8
chore(deps-dev): bump chai from 5.3.2 to 6.0.0
...
Bumps [chai](https://github.com/chaijs/chai ) from 5.3.2 to 6.0.0.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v5.3.2...v6.0.0 )
---
updated-dependencies:
- dependency-name: chai
dependency-version: 6.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-23 03:37:19 +00:00
Todd Bluhm
7242cb0e7f
Merge pull request #416 from toddbluhm/fix-failing-tests
...
Fix failing test case
11.0.0
2025-08-22 19:30:49 -08:00
Todd Bluhm
feb6c6fff9
fix(parse-env-file.spec): fix the failing test cases due to node version changes
2025-08-22 19:27:02 -08:00
Todd Bluhm
6ced969122
Merge pull request #411 from toddbluhm/release-11.0.0
...
feat: version 11.0.0 release
2025-08-22 19:02:50 -08:00
Todd Bluhm
164e5975bc
chore(changelog): updated changelog
2025-08-06 17:35:26 -08:00
Kyle Hensel
22ca1517fb
docs: create a draft changelog for v11
...
needs some copyediting and updating one the ongoing PRs are merged
2025-08-06 17:32:18 -08:00
Todd Bluhm
b5f3ef44a9
feat: version 11.0.0 release
2025-08-06 17:32:17 -08:00
Todd Bluhm
3db3c8f005
Merge pull request #410 from toddbluhm/feat-recursive-var-expansion
...
feat: Add --recursive flag to enable env-var nesting
2025-08-06 17:29:23 -08:00
Todd Bluhm
0846e5d6a5
fix(expand-envs): test more edge cases
2025-08-06 00:26:33 -08:00
Todd Bluhm
18e8a28148
fix(recursive): cleaned up after rebase
2025-08-06 00:09:16 -08:00
Nicholas Krul
f47b9f3c63
chore: update readme for new option
2025-08-06 00:07:11 -08:00
Nicholas Krul
53f4549001
feat: recursive embedding of env vars in env vars
2025-08-06 00:05:00 -08:00
Nicholas Krul
e5d3a27a54
feat: allow bracers when processing vars
2025-08-06 00:02:11 -08:00
Todd Bluhm
6eacc1afcf
Merge pull request #412 from toddbluhm/kh/failing-ci
...
chore: fix CI failing on the master branch
2025-08-05 23:58:07 -08:00
Kyle Hensel
adf1934f01
chore: fix CI failing on the master branch
2025-08-05 20:00:00 +12:00
Kyℓe Hensel
35bee4087a
Merge pull request #399 from toddbluhm/kh/ts
...
feat: support loading TypeScript files
2025-08-05 19:46:27 +12:00
Todd Bluhm
2fee9f04e8
Merge pull request #406 from toddbluhm/feat-github-release-action
...
Create Github NPM Publish Action
2025-07-17 03:08:29 -08:00
Todd Bluhm
b75be00e9f
feat(github action): added npm release github action
...
release-npm
fix(release): use new npm publish github action
Only publish to npm if the semver version is different from npm
fix(workflow): update release workflow to improve clarity
2025-07-17 03:04:43 -08:00
Todd Bluhm
660f3e0a06
Merge pull request #409 from toddbluhm/feat-combine-f-r-flags
...
Remove `-r` flag and use only `-f` flag
2025-07-17 02:56:51 -08:00
Kyle Hensel
b314da93c5
feat: support loading TypeScript files
2025-07-13 15:53:57 +10:00
Kyle Hensel
642c451d08
docs: add myself to the readme
2025-07-13 15:47:31 +10:00
Todd Bluhm
abf4cca56d
chore(README): update for -r and -f flag changes
2025-07-12 01:23:30 -08:00
Todd Bluhm
e2db12b878
fix(parse-args): add helpful -r flag deprecation error message
2025-07-12 01:23:30 -08:00
Todd Bluhm
592ad064fb
feat(flags)!: remove -r flag and use only -f flag
2025-07-12 01:22:06 -08:00
Todd Bluhm
2a76925bc6
Merge pull request #405 from toddbluhm/feat-update-node-versions
...
Remove Nodejs 18 & <20.10 support, add Nodejs 24.x support.
2025-07-12 01:21:05 -08:00
Todd Bluhm
67f29fccad
fix(runners): add in lowest supported node version to test runners
2025-07-12 00:47:19 -08:00
Todd Bluhm
33d0ac3461
feat(nodejs)!: remove v18 & < 20.10 support
...
added support for node 24
2025-07-12 00:34:59 -08:00
Todd Bluhm
a08ac87f41
Merge pull request #407 from toddbluhm/dependabot/npm_and_yarn/types/node-24.0.10
...
chore(deps-dev): bump @types/node from 22.16.0 to 24.0.10
2025-07-02 22:06:41 -08:00
Todd Bluhm
060596ae0f
Merge branch 'master' into dependabot/npm_and_yarn/types/node-24.0.10
2025-07-02 22:04:47 -08:00
Todd Bluhm
1c7628e7cc
Merge pull request #408 from toddbluhm/dependabot/npm_and_yarn/sinon-21.0.0
...
chore(deps-dev): bump sinon from 20.0.0 to 21.0.0
2025-07-02 22:04:35 -08:00
dependabot[bot]
0c95b270f6
chore(deps-dev): bump sinon from 20.0.0 to 21.0.0
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 20.0.0 to 21.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/commits )
---
updated-dependencies:
- dependency-name: sinon
dependency-version: 21.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-02 11:59:01 +00:00
dependabot[bot]
e5d93263a3
chore(deps-dev): bump @types/node from 22.16.0 to 24.0.10
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.16.0 to 24.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.0.10
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-02 11:58:31 +00:00
Todd Bluhm
b50ce9f200
Merge pull request #400 from toddbluhm/dependabot/npm_and_yarn/commander-13.1.0
...
chore(deps): bump commander from 12.1.0 to 13.1.0
2025-07-02 00:08:32 -08:00
Todd Bluhm
1e7102607e
fix(dep): update for commander breaking changes
2025-07-01 23:52:55 -08:00
Todd Bluhm
d09e904ca2
Merge branch 'master' into dependabot/npm_and_yarn/commander-13.1.0
2025-07-01 23:42:39 -08:00
Todd Bluhm
97ecb90dc1
Merge pull request #403 from toddbluhm/dependabot/npm_and_yarn/sinon-20.0.0
...
chore(deps-dev): bump sinon from 19.0.5 to 20.0.0
2025-07-01 23:40:53 -08:00
Todd Bluhm
0e00c7237a
Merge branch 'master' into dependabot/npm_and_yarn/sinon-20.0.0
2025-07-01 23:38:31 -08:00
Todd Bluhm
aac4e60a9c
Merge pull request #402 from toddbluhm/dependabot/npm_and_yarn/globals-16.0.0
...
chore(deps-dev): bump globals from 15.15.0 to 16.0.0
2025-07-01 23:38:15 -08:00
Todd Bluhm
7e16924dd1
Merge branch 'master' into dependabot/npm_and_yarn/globals-16.0.0
2025-07-01 23:35:10 -08:00
Todd Bluhm
dd98d8f3ab
Merge pull request #398 from toddbluhm/kh/stringify
...
chore: don't convert strings to numbers/booleans in the API
2025-07-01 23:34:44 -08:00
dependabot[bot]
e1aed5c44d
chore(deps-dev): bump sinon from 19.0.5 to 20.0.0
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 19.0.5 to 20.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v19.0.5...v20.0.0 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 11:59:29 +00:00
dependabot[bot]
16b854dae6
chore(deps-dev): bump globals from 15.15.0 to 16.0.0
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 12:08:51 +00:00
dependabot[bot]
ccfac1b2da
chore(deps): bump commander from 12.1.0 to 13.1.0
...
Bumps [commander](https://github.com/tj/commander.js ) from 12.1.0 to 13.1.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v12.1.0...v13.1.0 )
---
updated-dependencies:
- dependency-name: commander
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 12:06:23 +00:00
Kyle Hensel
99774970f4
chore: don't convert strings to numbers/booleans in the API
...
also added test cases for invalid files
2025-01-10 22:15:55 +11:00