Bump the dependencies group across 1 directory with 19 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 3
(7 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the dependencies group with 19 updates in the / directory:
| Package | From | To |
|---|---|---|
| dotenv | 16.4.5 |
16.4.7 |
| fast-csv | 5.0.1 |
5.0.2 |
| mock-fs | 5.2.0 |
5.5.0 |
| npm | 10.5.0 |
11.2.0 |
| papaparse | 5.4.1 |
5.5.2 |
| @types/papaparse | 5.3.14 |
5.3.15 |
| tslib | 2.6.2 |
2.8.1 |
| @tsconfig/node20 | 20.1.4 |
20.1.5 |
| @types/jest | 29.5.12 |
29.5.14 |
| @types/node | 20.12.2 |
22.13.14 |
| @typescript-eslint/eslint-plugin | 7.4.0 |
8.29.0 |
| @typescript-eslint/parser | 7.4.0 |
8.29.0 |
| eslint | 8.57.0 |
9.23.0 |
| eslint-config-prettier | 9.1.0 |
10.1.1 |
| eslint-plugin-jest | 27.9.0 |
28.11.0 |
| prettier | 3.2.5 |
3.5.3 |
| rimraf | 5.0.5 |
6.0.1 |
| ts-jest | 29.1.2 |
29.3.1 |
| typescript | 5.4.3 |
5.8.2 |
Updates dotenv from 16.4.5 to 16.4.7
Changelog
Sourced from dotenv's changelog.
16.4.7 (2024-12-03)
Changed
- Ignore
.tapfolder when publishing. (oops, sorry about that everyone. -@​motdotla) #84816.4.6 (2024-12-02)
Changed
Commits
a338d6816.4.7daf3e3dchangelog 🪵fb74f68Merge pull request #848 from Spice-King/patch-1fe87ba2Add .tap to .npmignore0c9f76416.4.6fd5f26bchangelog 🪵bb19b6bMerge pull request #847 from motdotla/deps-updates2f4e36bfurther dev dependency cleanupc2fdd01send to codecov6707487add test coverage- Additional commits viewable in compare view
Updates fast-csv from 5.0.1 to 5.0.2
Changelog
Sourced from fast-csv's changelog.
5.0.2 (2024-10-22)
Note: Version bump only for package fast-csv
Commits
9a59d86chore(release): publish v5.0.29067797Update links in README.md for packages- See full diff in compare view
Updates mock-fs from 5.2.0 to 5.5.0
Release notes
Sourced from mock-fs's releases.
v5.5.0
What's Changed
- Fix encoding utf8 strings in node 20 by
@​everett1992in tschaub/mock-fs#409- Add test showing
fs.createWriteStream()with append by@​tschaubin tschaub/mock-fs#412- Add test and fix exists behaviour for relative symlinks by
@​timvahlbrockin tschaub/mock-fs#415
- chore(deps-dev): bump mocha from 10.7.3 to 10.8.2 by
@​dependabotin tschaub/mock-fs#402- chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 by
@​dependabotin tschaub/mock-fs#407- chore(deps-dev): bump mocha from 11.0.1 to 11.1.0 by
@​dependabotin tschaub/mock-fs#410- chore(deps-dev): bump eslint-config-tschaub from 14.1.2 to 15.2.0 by
@​dependabotin tschaub/mock-fs#408- chore(deps-dev): bump semver from 7.6.3 to 7.7.0 by
@​dependabotin tschaub/mock-fs#413New Contributors
@​timvahlbrockmade their first contribution in tschaub/mock-fs#415Full Changelog: https://github.com/tschaub/mock-fs/compare/v5.4.1...v5.5.0
v5.4.1
What's Changed
- Ignore errors in fs.exists by
@​tschaubin tschaub/mock-fs#401v5.4.0
What's Changed
- chore(deps-dev): bump eslint from 8.21.0 to 8.57.1 by
@​dependabotin tschaub/mock-fs#399- chore(deps-dev): bump chai from 4.3.4 to 4.5.0 by
@​dependabotin tschaub/mock-fs#398- fix: Replace nextTick by setImmediate. by
@​regsebin tschaub/mock-fs#360New Contributors
@​regsebmade their first contribution in tschaub/mock-fs#360Full Changelog: https://github.com/tschaub/mock-fs/compare/v5.3.0...v5.4.0
v5.3.0
What's Changed
- Remove conditions for untested versions
- Remove disabled tests for mock.fs (thanks
@​everett1992, see #391)- Fix tests on node 20 (thanks
@​everett1992, see #387)- Fix timeout in failing test (thanks
@​everett1992, see #390)- Stop testing on Node 12 and 14
- chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
... (truncated)
Changelog
Sourced from mock-fs's changelog.
5.5.0
- Add test and fix exists behaviour for relative symlinks (thanks
@​timvahlbrock, see #415#415)- Add test showing
fs.createWriteStream()with append (see #412#412)- encoding utf8 strings in node 20 (thanks
@​everett1992, see #409#409)
- bump semver from 7.6.3 to 7.7.0 (see #413#413)
- bump eslint-config-tschaub from 14.1.2 to 15.2.0 (see #408#408)
- bump mocha from 11.0.1 to 11.1.0 (see #410#410)
- bump mocha from 10.8.2 to 11.0.1 (see #407#407)
- bump mocha from 10.7.3 to 10.8.2 (see #402#402)
5.4.1
5.4.0
- Use setImmediate instead of process.nextTick (thanks
@​regseb, see #360#360)
- bump chai from 4.3.4 to 4.5.0
- bump eslint from 8.21.0 to 8.57.1
5.3.0
- Remove conditions for untested versions
- Remove disabled tests for mock.fs (thanks
@​everett1992, see #391#391)- Fix tests on node 20 (thanks
@​everett1992, see #387#387)- Fix timeout in failing test (thanks
@​everett1992, see #390#390)- Stop testing on Node 12 and 14
- chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
- chore(deps): bump actions/checkout from 2 to 4
- chore(deps-dev): bump mocha from 9.2.2 to 10.7.3
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
- chore(deps): bump json5 from 1.0.1 to 1.0.2
... (truncated)
Commits
288e9435.5.07c36dfaLog changes28ffcb0Merge pull request #413 from tschaub/dependabot/npm_and_yarn/semver-7.7.088e9f00Merge pull request #415 from timvahlbrock/fix/exists-symlink9afed42Add test and fix exists behaviour for relative symlinks6ce049dchore(deps-dev): bump semver from 7.6.3 to 7.7.0d3c8959Merge pull request #412 from tschaub/test-append38c2790Add test showing fs.createWriteStream() with append95f39ddMerge pull request #408 from tschaub/dependabot/npm_and_yarn/eslint-config-ts...b8dbda4Updates to work with ESLint 9- Additional commits viewable in compare view
Updates npm from 10.5.0 to 11.2.0
Release notes
Sourced from npm's releases.
v11.2.0
11.2.0 (2025-03-05)
Features
247ee1d#8100 cache: add npx commands (@​wraithgar)3a80a7b#8081 add --init-type flag (#8081) (@​reggi)2a1e11f#8071 move nerfDart list into@​npmcli/config(@​wraithgar)Bug Fixes
8461186#8100 update npx cache if possible when spec is a range (@​wraithgar)e345cc5#8050 don't suggest npm update outside of valid engine range (#8050) (@​milaninfy)811ca29#8115 stop working around bug fixed innpm-package-arg@12.0.2(@​TrevorBurnham)879303c#8078 warn on invalid publishConfig (#8078) (@​wraithgar)41417de#8080 warn when TUF fetching of keys fails (#8080) (@​wraithgar)593c849#8076 warn on invalid single-hyphen cli flags (#8076) (@​wraithgar)Dependencies
3d8b257#8100@npmcli/package-json@6.1.1ab17523#8134supports-color@10.0.03cbe21a#8134foreground-child@3.3.1ee5e1aa#8118@npmcli/redact@3.1.15df69b4#8118exponential-backoff@3.1.280c3273#8118read@4.1.07fd70fa#8118node-gyp@11.1.07aeffff#8118cidr-regex@4.1.3b0c0490#8118is-cidr@5.1.1ef49d6b#8118sigstore@3.1.01399bfb#8118socks@2.8.46b72107#8118semver@7.7.1c9ad0c4#8118@npmcli/git@6.0.3b153927#8115npm-package-arg@12.0.2f0f6265#8071nopt@8.1.0Chores
cc72b89#8143 fix smoke tests to account for new release versions within a workspace (#8143) (@​reggi)c3810bc#8134 dev dependency updates (@​wraithgar)9dc40e6#8118 dev dependency updates (@​wraithgar)7ec0831#8118 update jsonpath-plus (@​wraithgar)ed85b01#8071 tests for config warnings/changes (@​wraithgar)- workspace:
@npmcli/arborist@9.0.1- workspace:
@npmcli/config@10.1.0- workspace:
libnpmdiff@8.0.1- workspace:
libnpmexec@10.1.0- workspace:
libnpmfund@7.0.1- workspace:
libnpmpack@9.0.1v11.1.0
11.1.0 (2025-01-29)
Features
7f6c997#8009 add dry-run to deprecate/undeprecate commands (@​wraithgar)1764a37#8009 add npm undeprecate command (@​wraithgar)Bug Fixes
... (truncated)
Changelog
Sourced from npm's changelog.
11.2.0 (2025-03-05)
Features
247ee1d#8100 cache: add npx commands (@​wraithgar)3a80a7b#8081 add --init-type flag (#8081) (@​reggi)2a1e11f#8071 move nerfDart list into@​npmcli/config(@​wraithgar)Bug Fixes
8461186#8100 update npx cache if possible when spec is a range (@​wraithgar)e345cc5#8050 don't suggest npm update outside of valid engine range (#8050) (@​milaninfy)811ca29#8115 stop working around bug fixed innpm-package-arg@12.0.2(@​TrevorBurnham)879303c#8078 warn on invalid publishConfig (#8078) (@​wraithgar)41417de#8080 warn when TUF fetching of keys fails (#8080) (@​wraithgar)593c849#8076 warn on invalid single-hyphen cli flags (#8076) (@​wraithgar)Dependencies
3d8b257#8100@npmcli/package-json@6.1.1ab17523#8134supports-color@10.0.03cbe21a#8134foreground-child@3.3.1ee5e1aa#8118@npmcli/redact@3.1.15df69b4#8118exponential-backoff@3.1.280c3273#8118read@4.1.07fd70fa#8118node-gyp@11.1.07aeffff#8118cidr-regex@4.1.3b0c0490#8118is-cidr@5.1.1ef49d6b#8118sigstore@3.1.01399bfb#8118socks@2.8.46b72107#8118semver@7.7.1c9ad0c4#8118@npmcli/git@6.0.3b153927#8115npm-package-arg@12.0.2f0f6265#8071nopt@8.1.0Chores
cc72b89#8143 fix smoke tests to account for new release versions within a workspace (#8143) (@​reggi)c3810bc#8134 dev dependency updates (@​wraithgar)9dc40e6#8118 dev dependency updates (@​wraithgar)7ec0831#8118 update jsonpath-plus (@​wraithgar)ed85b01#8071 tests for config warnings/changes (@​wraithgar)- workspace:
@npmcli/arborist@9.0.1- workspace:
@npmcli/config@10.1.0- workspace:
libnpmdiff@8.0.1- workspace:
libnpmexec@10.1.0- workspace:
libnpmfund@7.0.1- workspace:
libnpmpack@9.0.111.1.0 (2025-01-29)
Features
7f6c997#8009 add dry-run to deprecate/undeprecate commands (@​wraithgar)1764a37#8009 add npm undeprecate command (@​wraithgar)Bug Fixes
31455b2#8054 publish: honor force for no dist tag and registry version check (#8054) (@​reggi)dc31c1b#8038 remove max-len linting bypasses (@​wraithgar)8a911ff#8038 publish: disregard deprecated versions when calculating highest version (@​wraithgar)7f72944#8038 publish: accept publishConfig.tag to override highes semver check (@​wraithgar)
... (truncated)
Commits
91e0f01chore: release 11.2.0cc72b89chore: fix smoke tests to account for new release versions within a workspace...8461186fix: update npx cache if possible when spec is a range247ee1dfeat(cache): add npx commandsd18d422feat: add context to npx cache package.json3d8b257deps:@​npmcli/package-json@​6.1.1ab17523deps: supports-color@10.0.0c3810bcchore: dev dependency updates3cbe21adeps: foreground-child@3.3.1b9225e5fix: resolve override conflicts and apply correct versions (#8089)- Additional commits viewable in compare view
Updates papaparse from 5.4.1 to 5.5.2
Commits
- See full diff in compare view
Updates @types/papaparse from 5.3.14 to 5.3.15
Commits
- See full diff in compare view
Updates tslib from 2.6.2 to 2.8.1
Release notes
Sourced from tslib's releases.
v2.8.1
What's Changed
- Fix publish workflow by
@​andrewbranchin microsoft/tslib#271- Include non-enumerable keys in __importStar helper by
@​rbucktonin microsoft/tslib#272- Remove use of ES2015 syntax by
@​andrewbranchin microsoft/tslib#275Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- Validate export structure of every entrypoint by
@​andrewbranchin microsoft/tslib#269- Add rewriteRelativeImportExtension helper by
@​andrewbranchin microsoft/tslib#270Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
v2.7.0
What's Changed
- Implement deterministic collapse of
awaitinawait usingby@​rbucktonin microsoft/tslib#262- Use global 'Iterator.prototype' for downlevel generators by
@​rbucktonin microsoft/tslib#267Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0
v2.6.3
What's Changed
- 'await using' normative changes by
@​rbucktonin microsoft/tslib#258Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3
Commits
d72d6f72.8.111fa982Merge pull request #275 from microsoft/bug/es5-compat3c532ebRemove use of ES2015 syntaxb0076c4Include non-enumerable keys in __importStar helper (#272)7c11588Add missing registry-url parameter1fec667Merge pull request #271 from microsoft/fix-publish097e99eFix publish workflowca5f7fb2.8.02334267Merge pull request #270 from microsoft/rewriteRelativeImportExtensionc4cde74Missed update- Additional commits viewable in compare view
Updates @tsconfig/node20 from 20.1.4 to 20.1.5
Commits
- See full diff in compare view
Updates @types/jest from 29.5.12 to 29.5.14
Commits
- See full diff in compare view
Updates @types/node from 20.12.2 to 22.13.14
Commits
- See full diff in compare view
Updates @types/papaparse from 5.3.14 to 5.3.15
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.29.0
Release notes
Sourced from @​typescript-eslint/eslint-plugin's releases.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
- Dima Barabash
@​dbarabashh- Kim Sang Du
@​developer-bandi- Olivier Zalmanski
@​OlivierZal- Ronen Amiel
- Yannick Decat
@​mho22- zyoshoka
@​zyoshokaYou can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
ifstatement assignment (??=) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@​OlivierZal- Yannick Decat
@​mho22You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfoforrule.meta.deprecated(#10932)
... (truncated)
Changelog
Sourced from @​typescript-eslint/eslint-plugin's changelog.
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)❤️ Thank You
- Dima Barabash
@​dbarabashh- Kim Sang Du
@​developer-bandi- Olivier Zalmanski
@​OlivierZal- Ronen Amiel
- Yannick Decat
@​mho22- zyoshoka
@​zyoshokaYou can read about our versioning strategy and releases on our website.
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
ifstatement assignment (??=) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@​OlivierZal- Yannick Decat
@​mho22You can read about our versioning strategy and releases on our website.
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfoforrule.meta.deprecated(#10932)❤️ Thank You
... (truncated)
Commits
3dd1835chore(release): publish 8.29.0270277cfeat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)c548aa7fix(eslint-plugin): [no-array-constructor] remove optional chaining exemption...9a9670dfix(eslint-plugin): support arbitrary extensions in definition files (#10957)c7c9b1adocs: fix typos in no-unsafe-argument examples (#11007)ada32d1feat(eslint-plugin): [prefer-nullish-coalescing] createignoreIfStatements...5b187f4fix(eslint-plugin): [prefer-for-of] fix false positive when using erasable ty...58d7f40fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable p...3241e46fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary op...807f5cachore(release): publish 8.28.0- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.4.0 to 8.29.0
Release notes
Sourced from @​typescript-eslint/parser's releases.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
- Dima Barabash
@​dbarabashh- Kim Sang Du
@​developer-bandi- Olivier Zalmanski
@​OlivierZal- Ronen Amiel
- Yannick Decat
@​mho22- zyoshoka
@​zyoshokaYou can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
ifstatement assignment (??=) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@​OlivierZal- Yannick Decat
@​mho22You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfoforrule.meta.deprecated(#10932)
... (truncated)
Changelog
Sourced from @​typescript-eslint/parser's changelog.
8.29.0 (2025-03-31)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.28.0 (2025-03-24)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.27.0 (2025-03-17)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.26.1 (2025-03-10)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@​dirkluijkYou can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.24.1 (2025-02-17)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.24.0 (2025-02-10)
... (truncated)
Commits
3dd1835chore(release): publish 8.29.0807f5cachore(release): publish 8.28.03efd99echore(release): publish 8.27.09aa0b6bchore(release): publish 8.26.1bc6d19fchore(release): publish 8.26.017e7012chore(deps): update dependency knip to v5.44.1 (Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@typescript-eslint/parser
npm
7.4.0 → 8.29.0
Major
@typescript-eslint/eslint-plugin
npm
7.4.0 → 8.29.0
Major
Technical Details
| ID: | 2596898 |
| UUID: | 2962081005 |
| Node ID: | PR_kwDOI2c56M6Q3GZG |
| Host: | GitHub |
| Repository: | advanced-security/ghe-cross-instance-committers |