pg-error-enum
pg-error-enum copied to clipboard
chore: bump the all group with 6 updates
Bumps the all group with 6 updates:
| Package | From | To |
|---|---|---|
| @types/node | 18.19.87 |
18.19.110 |
| eslint | 9.25.1 |
9.28.0 |
| knip | 5.52.0 |
5.59.1 |
| lefthook | 1.11.12 |
1.11.13 |
| typescript-eslint | 8.31.1 |
8.33.0 |
| zod | 3.24.3 |
3.25.46 |
Updates @types/node from 18.19.87 to 18.19.110
Commits
- See full diff in compare view
Updates eslint from 9.25.1 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/[email protected](#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/[email protected](#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
f341f219.28.0779dda9Build: changelog update for 9.28.0175b7b8chore: upgrade to@eslint/[email protected](#19802)844f5a6chore: package.json update for@eslint/jsreleaseb0674befeat: Customization of serialization for languageOptions (#19760)3ec2082docs: Nested arrays in files config entry (#19799)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773)- Additional commits viewable in compare view
Updates knip from 5.52.0 to 5.59.1
Release notes
Sourced from knip's releases.
Release 5.59.1
- Edit some docs re. handling binaries (closes #1107) (6ce390855a383e6548c30b20c156dceb5294d81d)
- Add "contributing" page (cd4f29379f2940b459adec676fd770c63fcb456c)
- Link to e18e.dev (384367838bd6329cec0642c7156d426f730b39b0)
- Ignore scripts with name not starting with word character (a240f0dbc5c3e8a955a97791734765ea0b51291d)
- Add
cargoto global list of ignored binaries (0fcbe114c3a1ed141311927986358fa92f8ab2cd)- Minor refactors (3b447b83dd17d6482821a7fc671fb6854b54c792)
Release 5.59.0
- feat(astro-mdx): add compiler for
@astrojs/mdxto treat layout value from mdx frontmatter as import (#1102) (4a8dd49716cdee13d325b68aafd00549387ba730) - thanks@cylewaitforit!- Add
oxnodeto binaries with first positional arg entry (a6f243444b09bbae78779754c772245ad173fe06)- Fix up stylelint plugin (0c3d054a3ea8c782b4158bab7ee3921eef971e0f)
- feat:
tsdownplugin (#1109) (20dc8f14ee1f7644752c2a9f6b30e3a9309e6535) - thanks@TheAlexLichter!Release 5.58.1
- Mark sentry config files as production entrypoints (#1104) (7138e8f330875b2911a3cca9d437d25dfb2739f2) - thanks
@camjackson!- Standardize on fixture directory and package names (a9cbf1913a6c217dc1e3b4a1665d17602849873f)
- Fix dimmed
countin reporter (ba392b0eeb6a1ad8508a5ae014c929a1fdc40491)- Improve negated workspace pattern method (b63f83bb97b37e234ece6126d6d2b3c6ba24d461)
- Move
isDisableConfigHintsto clean up (aafda400003557c35d59321594f347e54dd64e6f)Release 5.58.0
- Add setup/teardown to plugins (to prepare env) (375bd427db7557ad74b3bd9b549ee5fea9d75902)
- Move nuxt init to setup function (closes #1097) (951240e1f48a13a7008c99c2456535b23cdb7fc3)
- feat(webpack): process resolveLoader.alias (#1100) (70ffa83bc59c4598b6d8bcaccd53bb8d47135352) - thanks
@TkDodo!- Add vite plugin to resolve file from
resolve.extension(#1080) (a88d655c273441f28c7c0b62c118c8cea943d307) - thanks@clickCA!Release 5.57.2
- Remove
baseUrlproperty from tsconfig (#1092) (b77c52475e2a73ebdeb4250cf79f09f54a6b43e4) - thanks@ItsNickBarry!- Fix/add mocks as entries conditionally (jest + vitest) (7726d41a3795c89a0a7b291309e2b15ba3933aa7)
- Add custom MDX compiler example (#1098) (d746092154a2bea0efbf64dd522d8340e316514d)
Release 5.57.1
- Add example known issue when loading config files (cc36b08c542c3f3e5b0c3d384ba84a027e1ab29c)
- Remove empty import (689993bb8862143a1d2cc446f7c484c9eb7c042f)
- Add
xto --trace legend (dd91f3a954dc5afd789a87cdf6aa4d5f495b0a54)- Improve sponsors script and add venz url (ecefd9efc8234e2125d3669253ec8e7153dacd20)
- resolve issue with plugin overlap on config files (#1096) (c54603e08b723ee57f58de2261dd2d558bd53532) - thanks
@apeloquin-agilysys!- Add fixture to cover prevention of circular dependencies in config files (0b63a01c88dea503b82b70d3d7fbbe0bf9375fe5)
- Update docs dependencies (54f96af1dd8958fee6baf20a892f1ba8f1f96af4)
- A bit of tests/fixtures housekeeping (866793cfc041289b214baa8b9fd6467f5d5172b4)
Release 5.57.0
- Don't show mem usage twice with
--memory-realtime(b91f5ca740ce0b784da3a8bb1387ed7c9d569d12)- Update docs (d26acbb93a57ff6896af88122a939b32ec5980eb)
- Add license section and attribute more explicitly (3b3c972a96868ac60f895b94168eef9611a0f7de)
- Update license files (88aa6edd92a98d4244c51ba73c39fac550340b4a)
- Revisit/remove ts-ignore tags (86de614ced61e0ca6f5491575e55818f36059855)
- Remove
toSorted(introduced in Node.js v20) (df56a82e0bb8915a60cb5315652e1d325ff854cc)- docs: remove rehype-autolink-headings and use Starlight heading anchor links. (#1076) (541c999e18d122231f840b2b57f3a81df6ed95d0) - thanks
@cylewaitforit!
... (truncated)
Commits
e6a43d9Release 5.59.13b447b8Minor refactors0fcbe11Addcargoto global list of ignored binariesa240f0dIgnore scripts with name not starting with word character8aa2f13Release 5.59.020dc8f1feat:tsdownplugin (#1109)0c3d054Fix up stylelint plugina6f2434Addoxnodeto binaries with first positional arg entry4a8dd49feat(astro-mdx): add compiler for@astrojs/mdxto treat layout value from mdx...46f494eRelease 5.58.1- Additional commits viewable in compare view
Updates lefthook from 1.11.12 to 1.11.13
Release notes
Sourced from lefthook's releases.
v1.11.13
Changelog
- 5876b5f704c7951cf22b2e71248a6d4ebfc983b4 chore: change "existed" to "exisiting" (#1022)
- 4c95a2adeca3c351a233629087fdbbe1912133e8 chore: help text for install command
- 4ef67a93a07c3df36e616c04fc7ef2ce03169715 deps: May 2025 (#1024)
- 406e3a3561f674f9ca14062e12a92bd67d9b226d fix: load scripts from .config too (#1018)
Commits
4bf51fb1.11.13: chore and deps update4ef67a9deps: May 2025 (#1024)406e3a3fix: load scripts from .config too (#1018)4c95a2achore: help text for install command5876b5fchore: change "existed" to "exisiting" (#1022)2276608docs: fix grammatical error inLocal configsection (#1019)- See full diff in compare view
Updates typescript-eslint from 8.31.1 to 8.33.0
Release notes
Sourced from typescript-eslint's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.33.0 (2025-05-26)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.1 (2025-05-12)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
dca57b3chore(release): publish 8.33.0f9e0eb9chore: clean up nx and other config (#11226)1c0e1aechore: update some package scripts and dependency config (#10765)8f79ad0chore(typescript-eslint): finish migrating tovitest(#11137)af077a0chore(release): publish 8.32.1b2be3dcchore: simplifytsconfigsetup usingconfigDir(#11136)aeb7402chore(ast-spec): finish migrating tovitest(#11126)e57126achore(typescript-eslint): correct naming of import of typescript-eslint in te...819a03fchore(release): publish 8.32.0172ab8achore(eslint-plugin): resolve remaining issues fromvitestmigration (#11100)- Additional commits viewable in compare view
Updates zod from 3.24.3 to 3.25.46
Release notes
Sourced from zod's releases.
v3.25.46
Commits:
- 52808166ec4ee89ed04d0da6b86c42134f6b07e4 Improve disc union error messaging
- 4a3baf76f30048a89719018f4c5134f252debf94 Fix lint
- aff9561126e591cd9e05beda2d1c69d302bce79e Fix branded types in record
- 50e9afb5606018ecacd6c64aee90f4f8006d851b 3.25.46
v3.25.45
Commits:
- dc2c0b0fccd893a08306ccadc8baa821b1b06a5b minor grammar typo fix (#4584)
- 6fd3b39ab65970ec7f708e0aa4d0c9e20d9d2050 fix(JSONSchema): add type for enum (#4577)
- 6be478b98c6a36895e28ab0d8b214880dc645d88 Fix ZodType assignability issues
- 69ccb67f6d9d264dd26b6ba0bcc6f2ddc90a8fbc 3.25.45
v3.25.44
Commits:
- 91267823162009488fff03f2a7240b89767e4d7d Update input to prevent excessively deep in more cases
- e2d72afba3378ab81c691bc81c7e96d6f4845e06 Loosen and expand metadata typing (#4586)
- fc69453e625a1b1c1a4523def3e4e60e5f2af8ca 3.25.44
v3.25.43
Commits:
- 508e3065ca2debf43a2a8c27845ab7c7d4fe3bb0 Fix type inference in ZodMiniType check method (#4568)
- f8fef45cfa813412beecadfbbe9d6df09ac33a86 Ecosystem: Add Express Zod API (#4579)
- 289cba3b95e522b9c66611b94c218bcdfe8566b2 Fix type inference in ZodMiniType check method (#4568)
- 011623a7daaa4e5215178073e3a0aeb2e760b2a9 Fix dts files
v3.25.42
Commits:
- 670a6d2f6f4b5ed902fbac7e627e71eb529d834c Improve Next.js tree shaking (#4569)
- 548e7ef10912c84aa67a98da52b17dd0bffe1d9c 3.25.42
v3.25.41
Commits:
- b898f99b070b6e03ed14c4e1f82985a36315cbc5 Update nullability section
- df1e60e381dfd8aa23fddb4a047a899ae79ca76c Fix portability issue
- 22ab436bc214d86d740e78f33ae6834d28ddc152 3.25.41
v3.25.40
Commits:
- f97733fff4d627b7b9c85d4a4a2f758727de00cf Flatten simple intersections
- ad2fc5ee221bc5fbfad1b7695c71a8a2c9c57314 Implement OpenAPI-friendly JSON Schema for File schemas (#4567)
- d9add61a91d8035c3bf3335f2aaadb723f3a5336 Improve z.file JSON Schema, update docs with additional properties
... (truncated)
Commits
50e9afb3.25.46aff9561Fix branded types in record4a3baf7Fix lint5280816Improve disc union error messaging69ccb673.25.456be478bFix ZodType assignability issues6fd3b39fix(JSONSchema): add type for enum (#4577)dc2c0b0minor grammar typo fix (#4584)fc694533.25.44e2d72afLoosen and expand metadata typing (#4586)- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @types/node | [>= 17.a, < 18] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions