pg-error-enum
pg-error-enum copied to clipboard
chore: bump the all group with 9 updates
Bumps the all group with 9 updates:
| Package | From | To |
|---|---|---|
| @nihalgonsalves/esconfig | 0.9.5 |
0.9.9 |
| @types/node | 18.19.28 |
18.19.31 |
| @typescript-eslint/eslint-plugin | 7.4.0 |
7.8.0 |
| @typescript-eslint/parser | 7.4.0 |
7.8.0 |
| eslint | 8.57.0 |
9.1.1 |
| lefthook | 1.6.7 |
1.6.10 |
| tsx | 4.7.1 |
4.8.2 |
| typescript | 5.4.3 |
5.4.5 |
| zod | 3.22.4 |
3.23.5 |
Updates @nihalgonsalves/esconfig from 0.9.5 to 0.9.9
Release notes
Sourced from @nihalgonsalves/esconfig's releases.
esconfig: v0.9.9
0.9.9 (2024-04-29)
Features
esconfig: v0.9.8
0.9.8 (2024-04-24)
Features
esconfig: v0.9.7
0.9.7 (2024-04-16)
Features
- deps: update all (f463294)
esconfig: v0.9.6
0.9.6 (2024-04-02)
Features
Changelog
Sourced from @nihalgonsalves/esconfig's changelog.
0.9.9 (2024-04-29)
Features
0.9.8 (2024-04-24)
Features
0.9.7 (2024-04-16)
Features
- deps: update all (f463294)
0.9.6 (2024-04-02)
Features
Commits
962c962chore(main): release esconfig 0.9.9 (#100)6d2df82feat(deps): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 (#99)a0c1984chore(main): release esconfig 0.9.8 (#98)dd1ea5dfeat(deps): bump the all group with 3 updates (#97)be80e8achore: dependabot ignore eslintfa27cc2chore(main): release esconfig 0.9.7 (#95)f463294feat(deps): update all1d10d26chore(main): release esconfig 0.9.6 (#93)d406292feat(deps): bump the all group with 2 updates (#92)- See full diff in compare view
Updates @types/node from 18.19.28 to 18.19.31
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- jsfm01
@jsfm01- Kim Sang Du
@developer-bandi- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.8.0 (2024-04-29)
🩹 Fixes
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
eslint-plugin: [no-unused-vars] clear error report range
❤️ Thank You
- auvred
- Josh Goldberg ✨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.7.1 (2024-04-22)
🩹 Fixes
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullisheslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
ee677f6chore(release): publish 7.8.08127873fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)216d1b0fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)51d2193fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)4bed24dfix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...b0f7aa4fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)219b841chore: resolve lint issues on main branch (#8966)3e19436chore(release): publish 7.7.1b2552cafix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...fdeba42fix(eslint-plugin): [no-for-in-array] refine report location (#8874)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.4.0 to 7.8.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- jsfm01
@jsfm01- Kim Sang Du
@developer-bandi- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.8.0 (2024-04-29)
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.
7.7.1 (2024-04-22)
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.
7.7.0 (2024-04-15)
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.
7.6.0 (2024-04-08)
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
7.5.0 (2024-04-01)
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
... (truncated)
Commits
ee677f6chore(release): publish 7.8.03e19436chore(release): publish 7.7.1e44a1a2chore(release): publish 7.7.0e1db872chore(release): publish 7.6.0a6ab2cbfeat: bump npm dependency ranges (#8860)a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)d5615d7fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues(#8784)- See full diff in compare view
Updates eslint from 8.57.0 to 9.1.1
Release notes
Sourced from eslint's releases.
v9.1.1
Bug Fixes
v9.1.0
Features
03068f1feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)751b518feat: replace dependency graphemer withIntl.Segmenter(#18110) (Francesco Trotta)4d11e56feat: addnameto eslint configs (#18289) (唯然)1cbe1f6feat: allowwhile(true)inno-constant-condition(#18286) (Tanuj Kanti)0db676ffeat: addIntlin es6 globals (#18318) (唯然)Bug Fixes
8d18958fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)594eb0efix: do not crash on error infs.walkfilter (#18295) (Francesco Trotta)0d8cf63fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1fix:--no-ignoreshould not apply to non-global ignores (#18334) (Milos Djermanovic)Documentation
fb50077docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)71c771fdocs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)200fd4edocs: indicate eslintrc mode for.eslintignore(#18285) (Francesco Trotta)16b6a8bdocs: Update README (GitHub Actions Bot)df5f8a9docs:pathsandpatternsdifference inno-restricted-imports(#18273) (Tanuj Kanti)c537d76docs: updatenpm init @eslint/configgenerated file names (#18298) (唯然)e1e305ddocs: fixlinebreak-styleexamples (#18262) (Francesco Trotta)113f51edocs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)5c35321docs: add eslintrc-only note to--rulesdir(#18281) (Adam Lui 刘展鹏)Build Related
Chores
d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367) (Francesco Trotta)50d406dchore: package.json update for@eslint/jsrelease (Jenkins)155c71cchore: package.json update for@eslint/jsrelease (Jenkins)0588fc5refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)9048e21chore: lintdocs/src/_datajs files (#18335) (Milos Djermanovic)4820790chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ffchore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)32c08cfchore: drop Node < 18 and use@eslint/jsv9 in eslint-config-eslint (#18323) (Milos Djermanovic)a76fb55chore:@eslint-community/eslint-plugin-eslint-commentsv4.3.0 (#18319) (Milos Djermanovic)78e45b1chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5chore: eslint-plugin-n v17.0.0 (#18315) (唯然)v9.0.0
Breaking Changes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.1.1 - April 22, 2024
v9.1.0 - April 19, 2024
d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367) (Francesco Trotta)03068f1feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)50d406dchore: package.json update for@eslint/jsrelease (Jenkins)8d18958fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)155c71cchore: package.json update for@eslint/jsrelease (Jenkins)594eb0efix: do not crash on error infs.walkfilter (#18295) (Francesco Trotta)751b518feat: replace dependency graphemer withIntl.Segmenter(#18110) (Francesco Trotta)fb50077docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)4d11e56feat: addnameto eslint configs (#18289) (唯然)1cbe1f6feat: allowwhile(true)inno-constant-condition(#18286) (Tanuj Kanti)0588fc5refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)0d8cf63fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1fix:--no-ignoreshould not apply to non-global ignores (#18334) (Milos Djermanovic)9048e21chore: lintdocs/src/_datajs files (#18335) (Milos Djermanovic)4820790chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ffchore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)71c771fdocs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)0db676ffeat: addIntlin es6 globals (#18318) (唯然)200fd4edocs: indicate eslintrc mode for.eslintignore(#18285) (Francesco Trotta)32c08cfchore: drop Node < 18 and use@eslint/jsv9 in eslint-config-eslint (#18323) (Milos Djermanovic)16b6a8bdocs: Update README (GitHub Actions Bot)a76fb55chore:@eslint-community/eslint-plugin-eslint-commentsv4.3.0 (#18319) (Milos Djermanovic)df5f8a9docs:pathsandpatternsdifference inno-restricted-imports(#18273) (Tanuj Kanti)c537d76docs: updatenpm init @eslint/configgenerated file names (#18298) (唯然)78e45b1chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5chore: eslint-plugin-n v17.0.0 (#18315) (唯然)e1e305ddocs: fixlinebreak-styleexamples (#18262) (Francesco Trotta)113f51edocs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)1fa6622build: do not use--forceflag to install dependencies (#18284) (Francesco Trotta)5c35321docs: add eslintrc-only note to--rulesdir(#18281) (Adam Lui 刘展鹏)v9.0.0 - April 5, 2024
19f9a89chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas)7c957f2chore: package.json update for@eslint/jsrelease (Jenkins)d73a33cchore: ignore/docs/v8.xin link checker (#18274) (Milos Djermanovic)d54a412feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)e151050docs: update get-started to the new@eslint/create-config(#18217) (唯然)610c148fix: Supportusingdeclarations in no-lone-blocks (#18269) (Kirk Waiblinger)44a81c6chore: upgrade knip (#18272) (Lars Kappert)94178addocs: mention aboutnamefield in flat config (#18252) (Anthony Fu)1765c24docs: add Troubleshooting page (#18181) (Josh Goldberg ✨)e80b60cchore: remove code for testing version selectors (#18266) (Milos Djermanovic)
... (truncated)
Commits
b4d25129.1.1ef36aa4Build: changelog update for 9.1.1a26b402fix: use@eslint/create-configlatest (#18373)b78d8319.1.0e4d9c92Build: changelog update for 9.1.0d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367)03068f1feat: Provide helpful error message for nullish configs (#18357)50d406dchore: package.json update for@eslint/jsrelease8d18958fix: Remove name from eslint/js packages (#18368)155c71cchore: package.json update for@eslint/jsrelease- Additional commits viewable in compare view
Updates lefthook from 1.6.7 to 1.6.10
Release notes
Sourced from lefthook's releases.
v1.6.10
Changelog
- df82fd9 1.6.10: add file_types option filter to commands
v1.6.9
Changelog
- 08d69af chore: refactor Result handling (#689)
- 9814621 chore: remove redundant parallelisation (#690)
- 0ea9433 fix: add batching to implicit commands (#695)
- 3c17146 fix: command argument count validations (#694)
- 81a8375 fix: re-download remotes when called install with -f (#692)
v1.6.8
Changelog
Changelog
Sourced from lefthook's changelog.
1.6.10 (2024-04-10)
- feat: add file type filters (#698) by
@mrexox- ci: update github actions versions (#699) by
@mrexox1.6.9 (2024-04-09)
- fix: enable interactive inputs for windows (#696) by
@mrexox- fix: add batching to implicit commands (#695) by
@mrexox- fix: command argument count validations (#694) by
@scop- fix: re-download remotes when called install with -f (#692) by
@mrexox- chore: remove redundant parallelisation (#690) by
@mrexox- chore: refactor Result handling (#689) by
@mrexox1.6.8 (2024-04-02)
Commits
df82fd91.6.10: add file_types option filter to commands9f40122feat: add file type filters (#698)36f1a09ci: update github actions versions (#699)d5199b31.6.9: fix interactive mode for windows and implicit git commands length4021fb7fix: enable interactive inputs for windows (#696)0ea9433fix: add batching to implicit commands (#695)3c17146fix: command argument count validations (#694)81a8375fix: re-download remotes when called install with -f (#692)9814621chore: remove redundant parallelisation (#690)08d69afchore: refactor Result handling (#689)- Additional commits viewable in compare view
Updates tsx from 4.7.1 to 4.8.2
Release notes
Sourced from tsx's releases.
v4.8.2
4.8.2 (2024-05-01)
Bug Fixes
- types: cjs/api to use .d.cts (4b1f03c)
This release is also available on:
v4.8.1
4.8.1 (2024-05-01)
Bug Fixes
This release is also available on:
v4.8.0
4.8.0 (2024-05-01)
Features
This release is also available on:
v4.7.3
4.7.3 (2024-04-25)
... (truncated)
Commits
4b1f03cfix(types): cjs/api to use .d.cts084dec0pvtnbr/tsx#799ba136test: api (#6)16e87a5docs(node): module.register42b7edefeat: expose CommonJS API viatsx/cjs/api(#3)b63019crefactor: cjs loader (#2)f38db84feat: upgrade dependencies (#4)a547eb1chore: upgrade dev depsa9f89aachore: fix pnpm workspace75d320edocs: fix pkgroll logo- Additional commits viewable in compare view
Updates typescript from 5.4.3 to 5.4.5
Release notes
Sourced from typescript's releases.
TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
Commits
27bcd4cUpdate LKG9f33bf1🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84Bump version to 5.4.5 and LKG892936f🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05release-5.4: Always set node-version for setup-node (#58117)b754fc3🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...8eb3367Bump version to 5.4.4 and LKGde9096b🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...- Additional commits viewable in compare view
Updates zod from 3.22.4 to 3.23.5
Release notes
Sourced from zod's releases.
v3.23.5
Commits:
- 110b8211f991b3e060ab2da4fec7b63d600439ad Update README_ZH.md (#3433)
- c1910bdfc98709b8f14231e2cefc5a3be401e3ee Made ZodEnum take readonly string array (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >