golem-js
golem-js copied to clipboard
build(deps-dev): bump the dev-deps-breaking group across 1 directory with 10 updates
Bumps the dev-deps-breaking group with 10 updates in the / directory:
Package | From | To |
---|---|---|
@rollup/plugin-commonjs | 25.0.7 |
26.0.1 |
@types/node | 20.12.2 |
22.2.0 |
@typescript-eslint/eslint-plugin | 7.4.0 |
8.0.1 |
@typescript-eslint/parser | 7.4.0 |
8.0.1 |
eslint | 8.57.0 |
9.9.0 |
semantic-release | 23.0.6 |
24.0.0 |
supertest | 6.3.4 |
7.0.0 |
typedoc-plugin-markdown | 3.17.1 |
4.2.3 |
typedoc-plugin-merge-modules | 5.1.0 |
6.0.0 |
typedoc-theme-hierarchy | 4.1.2 |
5.0.3 |
Updates @rollup/plugin-commonjs
from 25.0.7 to 26.0.1
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v26.0.1
2024-06-05
Bugfixes
- fix: correct import of glob (04a15b5)
v26.0.0
2024-06-05
Breaking Changes
- chore!: bump glob's version (#1695)
v25.0.8
2024-05-22
Bugfixes
- fix: preserve the class body property keys even if they are special keywords (#1688)
Commits
8550c4b
chore(release): commonjs v26.0.104a15b5
fix(commonjs): correct import of globb3149b0
chore(release): commonjs v26.0.02447548
chore(commonjs)!: bump glob's version (#1695)8949965
chore(release): commonjs v25.0.80bb872b
fix(commonjs): preserve the class body property keys even if they are special...dcd8da5
chore(repo): use@dot/versioner
for releases (#1612)- See full diff in compare view
Updates @types/node
from 20.12.2 to 22.2.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 7.4.0 to 8.0.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.0.1
8.0.1 (2024-08-05)
🩹 Fixes
- eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)
❤️ Thank You
- Jake Bailey
@jakebailey
You can read about our versioning strategy and releases on our website.
v8.0.0
8.0.0 (2024-07-31)
🚀 Features
- stricter parent types for the AST (#9560)
- speed up non-type-aware linting with project service (#8322)
- v8 integration branch (#9165)
- ast-spec: remove deprecated type params (#8933)
- eslint-plugin: remove formatting/layout rules (#8833)
- eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true (#8872)
- eslint-plugin: deprecate no-loss-of-precision extension rule (#8832)
- eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 (#8971)
- eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces (#8977)
- eslint-plugin: remove deprecated no-throw-literal rule (#9092)
- eslint-plugin: apply initial config changes for v8 (#9079)
- eslint-plugin: remove no-useless-template-literals (#9207)
- eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option (#9234)
- eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (#9102)
- eslint-plugin: [no-unused-vars] add
reportUnusedIgnorePattern
option (#9324)- eslint-plugin: [no-unused-vars] support
ignoreClassWithStaticInitBlock
(#9325)- eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (#9326)
- eslint-plugin: [no-unused-vars] report if var used only in typeof (#9330)
- eslint-plugin: [no-floating-promises] disable checkThenables by default for v8 (#9559)
- eslint-plugin: [return-await] add return-await to strict-type-checked preset (#9604)
- eslint-plugin: [no-unnecessary-type-parameters] promote to strict (#9662)
- parser: always enable comment, loc, range, tokens (#8617)
- rule-tester: support multipass fixes (#8883)
- rule-tester: switched to flat config (#9603)
- type-utils: remove getTokenAtPosition (#9444)
- type-utils: support intersection types in TypeOrValueSpecifier (#9633)
- typescript-estree: remove slow deprecated and isolated programs (#8834)
- typescript-estree: split TSMappedType typeParameter into constraint and key (#7065)
- typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference (#8922)
- typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService (#9084)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.0.1 (2024-08-05)
🩹 Fixes
- eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
- Jake Bailey
You can read about our versioning strategy and releases on our website.
8.0.0 (2024-07-31)
🚀 Features
stricter parent types for the AST
typescript-estree: split TSMappedType typeParameter into constraint and key
eslint-plugin: remove formatting/layout rules
eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true
eslint-plugin: deprecate no-loss-of-precision extension rule
eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9
typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference
utils: allow specifying additional rule meta.docs in RuleCreator
eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces
rule-tester: support multipass fixes
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
eslint-plugin: remove deprecated no-throw-literal rule
eslint-plugin: apply initial config changes for v8
eslint-plugin: remove no-useless-template-literals
eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option
eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.1fbcfaba
chore: enable unicorn/no-useless-spread (#9687)6a9674d
fix(eslint-plugin): [no-unused-vars] ignore imports used only as types (#9694)1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 7.4.0 to 8.0.1
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.0.1
8.0.1 (2024-08-05)
🩹 Fixes
- eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)
❤️ Thank You
- Jake Bailey
@jakebailey
You can read about our versioning strategy and releases on our website.
v8.0.0
8.0.0 (2024-07-31)
🚀 Features
- stricter parent types for the AST (#9560)
- speed up non-type-aware linting with project service (#8322)
- v8 integration branch (#9165)
- ast-spec: remove deprecated type params (#8933)
- eslint-plugin: remove formatting/layout rules (#8833)
- eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true (#8872)
- eslint-plugin: deprecate no-loss-of-precision extension rule (#8832)
- eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 (#8971)
- eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces (#8977)
- eslint-plugin: remove deprecated no-throw-literal rule (#9092)
- eslint-plugin: apply initial config changes for v8 (#9079)
- eslint-plugin: remove no-useless-template-literals (#9207)
- eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option (#9234)
- eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (#9102)
- eslint-plugin: [no-unused-vars] add
reportUnusedIgnorePattern
option (#9324)- eslint-plugin: [no-unused-vars] support
ignoreClassWithStaticInitBlock
(#9325)- eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (#9326)
- eslint-plugin: [no-unused-vars] report if var used only in typeof (#9330)
- eslint-plugin: [no-floating-promises] disable checkThenables by default for v8 (#9559)
- eslint-plugin: [return-await] add return-await to strict-type-checked preset (#9604)
- eslint-plugin: [no-unnecessary-type-parameters] promote to strict (#9662)
- parser: always enable comment, loc, range, tokens (#8617)
- rule-tester: support multipass fixes (#8883)
- rule-tester: switched to flat config (#9603)
- type-utils: remove getTokenAtPosition (#9444)
- type-utils: support intersection types in TypeOrValueSpecifier (#9633)
- typescript-estree: remove slow deprecated and isolated programs (#8834)
- typescript-estree: split TSMappedType typeParameter into constraint and key (#7065)
- typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference (#8922)
- typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService (#9084)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.0.1 (2024-08-05)
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.0.0 (2024-07-31)
🚀 Features
parser: always enable comment, loc, range, tokens
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
❤️ Thank You
- Abraham Guo
- Alfred Ringstad
- auvred
- Brad Zacher
- Christopher Aubut
- Collin Bachman
- James Henry
- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- StyleShit
- Victor Lin
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
7.18.0 (2024-07-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.17.0 (2024-07-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.16.1 (2024-07-15)
This was a version bump only for parser to align it with other projects, there were no code changes.
... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.0f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.0ae980e3
Merge branch 'main'58be99f
chore: enable prefer-object-spread (#9541)c365664
Merge branch 'main'd1d0ba5
chore(release): publish 7.16.1- Additional commits viewable in compare view
Updates eslint
from 8.57.0 to 9.9.0
Release notes
Sourced from eslint's releases.
v9.9.0
Features
41d0206
feat: Add support for TS config files (#18134) (Arya Emami)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716) (Dave)Documentation
9fe068c
docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)48117b2
docs: add version support page in the side navbar (#18738) (Amaresh S M)fec2951
docs: add version support page to the dropdown (#18730) (Amaresh S M)38a0661
docs: Fix typo (#18735) (Zaina Al Habash)3c32a9e
docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)f9ac978
docs: Update README (GitHub Actions Bot)Chores
461b2c3
chore: upgrade to@eslint/[email protected]
(#18765) (Francesco Trotta)59dba1b
chore: package.json update for@eslint/js
release (Jenkins)fea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724) (renovate[bot])aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760) (renovate[bot])b97fa05
chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)v9.8.0
Features
Bug Fixes
ab0ff27
fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)70dc803
fix:basePath
directory can never be ignored (#18711) (Milos Djermanovic)Documentation
282df1a
docs: Add system theme option (#18617) (Amaresh S M)53b1ff0
docs: Debug config docs (#18698) (Nicholas C. Zakas)a7016a5
docs: fix search input stylings (#18682) (Amaresh S M)Build Related
Chores
deee448
chore: upgrade to@eslint/[email protected]
(#18720) (Francesco Trotta)4aaf2b3
chore: package.json update for@eslint/js
release (Jenkins)8e1a627
chore: update dependency@eslint/core
to ^0.2.0 (#18700) (renovate[bot])v9.7.0
Features
7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.9.0 - August 9, 2024
461b2c3
chore: upgrade to@eslint/[email protected]
(#18765) (Francesco Trotta)59dba1b
chore: package.json update for@eslint/js
release (Jenkins)fea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724) (renovate[bot])41d0206
feat: Add support for TS config files (#18134) (Arya Emami)aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760) (renovate[bot])9fe068c
docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)b97fa05
chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716) (Dave)48117b2
docs: add version support page in the side navbar (#18738) (Amaresh S M)fec2951
docs: add version support page to the dropdown (#18730) (Amaresh S M)38a0661
docs: Fix typo (#18735) (Zaina Al Habash)3c32a9e
docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)f9ac978
docs: Update README (GitHub Actions Bot)v9.8.0 - July 26, 2024
deee448
chore: upgrade to@eslint/[email protected]
(#18720) (Francesco Trotta)4aaf2b3
chore: package.json update for@eslint/js
release (Jenkins)8e1a627
chore: update dependency@eslint/core
to ^0.2.0 (#18700) (renovate[bot])13d0bd3
feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)282df1a
docs: Add system theme option (#18617) (Amaresh S M)ab0ff27
fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)70dc803
fix:basePath
directory can never be ignored (#18711) (Milos Djermanovic)53b1ff0
docs: Debug config docs (#18698) (Nicholas C. Zakas)4514424
build: Enable JSON linting (#18681) (Nicholas C. Zakas)a7016a5
docs: fix search input stylings (#18682) (Amaresh S M)v9.7.0 - July 12, 2024
793b718
chore: upgrade@eslint/js
@9
.7.0 (#18680) (Francesco Trotta)7ed6f9a
chore: package.json update for@eslint/js
release (Jenkins)14e9f81
fix: destructuring in catch clause inno-unused-vars
(#18636) (Francesco Trotta)7bcda76
refactor: Add type references (#18652) (Nicholas C. Zakas)51bf57c
chore: add tech sponsors through actions (#18624) (Strek)9f416db
docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653) (Milos Djermanovic)7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)9e6d640
refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)c8d26cb
docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)6e79ac7
docs:loadESLint
does not support optioncwd
(#18641) (Francesco Trotta)v9.6.0 - June 28, 2024
b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632) (Milos Djermanovic)d655503
chore: package.json update for@eslint/js
release (Jenkins)1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)13dbecd
docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
... (truncated)
Commits
0dd3863
9.9.02e5ba77
Build: changelog update for 9.9.0461b2c3
chore: upgrade to@eslint/[email protected]
(#18765)59dba1b
chore: package.json update for@eslint/js
releasefea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724)41d0206
feat: Add support for TS config files (#18134)aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760)9fe068c
docs: how to author plugins with configs that extend other configs (#18753)b97fa05
chore: update wdio dependencies for more stable tests (#18759)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716)- Additional commits viewable in compare view
Updates semantic-release
from 23.0.6 to 24.0.0
Release notes
Sourced from semantic-release's releases.
v24.0.0
24.0.0 (2024-05-31)
Bug Fixes
- deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
- deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
- deps: the commit-analyzer plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
- deps: the release-notes-generator plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
v24.0.0-beta.2
24.0.0-beta.2 (2024-05-25)
Bug Fixes
- deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
BREAKING CHANGES
- deps: the commit-analyzer plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
v24.0.0-beta.1
24.0.0-beta.1 (2024-05-17)
Bug Fixes
- deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
- deps: the release-notes-generator plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
v23.1.1
... (truncated)
Commits
2b3e5f7
Merge pull request #3327 from semantic-release/betac0e433d
ci(action): update github/codeql-action action to v3.25.7 (#3326)2b77095
Merge branch 'master' of github.com:semantic-release/semantic-release into beta5f05152
chore(deps): update npm to v10.8.1 (#3325)6d7dc85
chore(deps): update dependency got to v14.3.0 (#3311)20b2672
ci(action): update github/codeql-action action to v3.25.6 (#3316)2620c10
docs: update file extensions to include .mjs on configuration docs page (#3322)dfc3d91
fix(deps): upgraded to the beta of the commit-analyzer plugine424297
chore(deps): lock file maintenance (#3312)3680974
chore(deps): update dependency publint to v0.2.8 (#3310)- Additional commits viewable in compare view
Updates supertest
from 6.3.4 to 7.0.0
Release notes
Sourced from supertest's releases.
v7.0.0
- Merge pull request #834 from Bruception/master 225118c
- Fix TestAgent not inheriting Agent properties f290431
- fix: bump deps, drop Node.js v<14.16.0 1e18c20
Commits
Updates typedoc-plugin-markdown
from 3.17.1 to 4.2.3
Release notes
Sourced from typedoc-plugin-markdown's releases.
[email protected]
Patch Changes
- Fix missing return comments for const functions (#656)
[email protected]
Patch Changes
- Correctly resolve comment summary for const functions (#656)
- Fix anchor links containing generics (#655)
[email protected]
Patch Changes
- Fix missing index descriptions for signatures (#618)
[email protected]
Minor Changes
- Exposed "modulesFileName" option (#647)
- Write
.nojekyll
file if TypeDocs "githubPages" option is true (#650)- Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (#627).
- Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(#564).
[email protected]
Patch Changes
- Support TypeDoc 0.26 relative links implementation (#645).
[email protected]
Patch Changes
- normalize window paths when "publicPath" is set (#639)
[email protected]
Minor Changes
- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#618).
- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with the --tableColumnSettings option.
Patch Changes
... (truncated)
Changelog
Sourced from typedoc-plugin-markdown's changelog.
4.2.3 (2024-07-24)
Patch Changes
- Fix missing return comments for const functions (#656)
4.2.2 (2024-07-22)
Patch Changes
- Correctly resolve comment summary for const functions (#656)
- Fix anchor links containing generics (#655)
4.2.1 (2024-07-11)
Patch Changes
- Fix missing index descriptions for signatures (#618)
4.2.0 (2024-07-10)
Minor Changes
- Exposed "modulesFileName" option (#647)
- Write
.nojekyll
file if TypeDocs "githubPages" option is true (#650)- Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (#627).
- Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(#564).
4.1.2 (2024-07-05)
Patch Changes
- Support TypeDoc 0.26 relative links implementation (#645).
4.1.1 (2024-06-30)
Patch Changes
- Normalize window paths when "publicPath" is set (#639)
4.1.0 (2024-06-22)
New Features
- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#618).
- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with the --tableColumnSettings option.
... (truncated)
Commits
c0539fe
Version Packagesb95b7f4
fix(core): fix missing return comments for const functions967c584
chore(docs): updated changelog date78c7172
Version Packages58d2d3c
fix(core): correctly resolve comment summary for const functionsf461ada
fix(core): fix anchor links containing generics (#655)25769b9
chore(docs): updated docs44419c6
chore(docs): updated docsc3ce48b
chore(docs): updated changelog dateac40179
Version Packages- Additional commits viewable in compare view
Updates typedoc-plugin-merge-modules
from 5.1.0 to 6.0.0
Release notes
Sourced from typedoc-plugin-merge-modules's releases.
6.0.0
BREAKING CHANGES
- Support changed to TypeDoc version 0.26.x due to a breaking change in TypeDoc's API.
Changelog
Sourced from typedoc-plugin-merge-modules's changelog.
[6.0.0] - 2024-06-30
BREAKING CHANGES
- Support changed to TypeDoc version 0.26.x due to a breaking change in TypeDoc's API.
Commits
76384ce
Merge branch 'typedoc-0.26-update'1a875ce
Update docs93b2fdd
Update dependenciesd4f1180
Fix bug caused by modifying the reflection collection while iterating over itca2fc4d
Fix module merging for version 0.26 and make code cleaner6b29efc
Synchronous FS ...Description has been truncated