golem-js
golem-js copied to clipboard
build(deps-dev): bump the dev-deps-breaking group across 1 directory with 3 updates
Bumps the dev-deps-breaking group with 3 updates in the / directory: eslint, supertest and typedoc-plugin-markdown.
Updates eslint
from 8.57.0 to 9.3.0
Release notes
Sourced from eslint's releases.
v9.3.0
Features
b32153c
feat: addoverrides.namedExports
tofunc-style
rule (#18444) (Percy Ma)b67eba4
feat: addrestrictedNamedExportsPattern
tono-restricted-exports
(#18431) (Akul Srivastava)069aa68
feat: add optionallowEscape
tono-misleading-character-class
rule (#18208) (Francesco Trotta)05ef92d
feat: deprecatemultiline-comment-style
&line-comment-position
(#18435) (唯然)db0b174
feat: addenforceForInnerExpressions
option tono-extra-boolean-cast
(#18222) (Kirk Waiblinger)Bug Fixes
8db0eff
fix: Improve config error messages (#18457) (Nicholas C. Zakas)5c28d9a
fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)39fb0ee
fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)37eba48
fix: don't crash whenfs.readFile
returns promise from another realm (#18416) (Milos Djermanovic)Documentation
ceada8c
docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)62e686c
docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)e17e1c0
docs: Update README (GitHub Actions Bot)2465a1e
docs: Update README (GitHub Actions Bot)d23574c
docs: Clarify usage ofno-unreachable
with TypeScript (#18445) (benj-dobs)1db9bae
docs: Fix typos (#18443) (Frieder Bluemle)7065196
docs: Update README (GitHub Actions Bot)04e7c6e
docs: update deprecation notice ofno-return-await
(#18433) (Tanuj Kanti)e763512
docs: Link global ignores section in config object property list (#18430) (MaoShizhong)ac7f718
docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)0de0909
docs: fix grammar in configuration file resolution (#18419) (Mike McCready)Chores
58e2719
chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)b681ecb
chore: package.json update for@eslint/js
release (Jenkins)06f1d1c
chore: update dependency@humanwhocodes/retry
to ^0.3.0 (#18463) (renovate[bot])a63ed72
refactor: Usenode:
protocol for built-in Node.js modules (#18434) (Milos Djermanovic)040700a
chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])f47847c
chore: update actions/stale action to v9 (#18426) (renovate[bot])c18ad25
chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])27e3060
chore: Disable documentation label (#18423) (Nicholas C. Zakas)v9.2.0
Features
8485d76
feat:no-case-declarations
add suggestions (#18388) (Josh Goldberg ✨)a498f35
feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.3.0 - May 17, 2024
58e2719
chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)b681ecb
chore: package.json update for@eslint/js
release (Jenkins)8db0eff
fix: Improve config error messages (#18457) (Nicholas C. Zakas)ceada8c
docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)b32153c
feat: addoverrides.namedExports
tofunc-style
rule (#18444) (Percy Ma)06f1d1c
chore: update dependency@humanwhocodes/retry
to ^0.3.0 (#18463) (renovate[bot])5c28d9a
fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)62e686c
docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)e17e1c0
docs: Update README (GitHub Actions Bot)39fb0ee
fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)b67eba4
feat: addrestrictedNamedExportsPattern
tono-restricted-exports
(#18431) (Akul Srivastava)2465a1e
docs: Update README (GitHub Actions Bot)d23574c
docs: Clarify usage ofno-unreachable
with TypeScript (#18445) (benj-dobs)1db9bae
docs: Fix typos (#18443) (Frieder Bluemle)069aa68
feat: add optionallowEscape
tono-misleading-character-class
rule (#18208) (Francesco Trotta)7065196
docs: Update README (GitHub Actions Bot)05ef92d
feat: deprecatemultiline-comment-style
&line-comment-position
(#18435) (唯然)a63ed72
refactor: Usenode:
protocol for built-in Node.js modules (#18434) (Milos Djermanovic)04e7c6e
docs: update deprecation notice ofno-return-await
(#18433) (Tanuj Kanti)e763512
docs: Link global ignores section in config object property list (#18430) (MaoShizhong)37eba48
fix: don't crash whenfs.readFile
returns promise from another realm (#18416) (Milos Djermanovic)040700a
chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])f47847c
chore: update actions/stale action to v9 (#18426) (renovate[bot])c18ad25
chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])27e3060
chore: Disable documentation label (#18423) (Nicholas C. Zakas)ac7f718
docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)db0b174
feat: addenforceForInnerExpressions
option tono-extra-boolean-cast
(#18222) (Kirk Waiblinger)0de0909
docs: fix grammar in configuration file resolution (#18419) (Mike McCready)v9.2.0 - May 3, 2024
b346605
chore: upgrade@eslint/js
@9
.2.0 (#18413) (Milos Djermanovic)c4c18e0
chore: package.json update for@eslint/js
release (Jenkins)284722c
chore: package.json update for eslint-config-eslint release (Jenkins)0f5df50
docs: Update README (GitHub Actions Bot)347d44f
chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)8485d76
feat:no-case-declarations
add suggestions (#18388) (Josh Goldberg ✨)a498f35
feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)1579ce0
docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)f316e20
ci: run tests in Node.js 22 (#18393) (Francesco Trotta)eeec413
fix: do not throw when defining a global named defineSetter (#18364) (唯然)f12a02c
docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)v9.1.1 - April 22, 2024
v9.1.0 - April 19, 2024
... (truncated)
Commits
41a871c
9.3.0463a2e3
Build: changelog update for 9.3.058e2719
chore: update dependencies for v9.3.0 release (#18469)b681ecb
chore: package.json update for@eslint/js
release8db0eff
fix: Improve config error messages (#18457)ceada8c
docs: explain how to use "tsc waiting" label (#18466)b32153c
feat: addoverrides.namedExports
tofunc-style
rule (#18444)06f1d1c
chore: update dependency@humanwhocodes/retry
to ^0.3.0 (#18463)5c28d9a
fix: don't remove comments between key and value in object-shorthand (#18442)62e686c
docs: Add troubleshooting info for plugin compatibility (#18451)- 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.0.2
Release notes
Sourced from typedoc-plugin-markdown's releases.
[email protected]
Patch Changes
- Fix symbol url anchors when "flattenOutputFiles" is "true" (#616)
- Normalize line breaks and tags within table columns (#615)
- Remove superfluous spaces and symbol on external links (#614)
- Escape all angle brackets with "santizeComments" (#612)
- Correctly handle quoted symbol names (#611)
- Correctly handle excludeScopesInPaths in windows (#610)
[email protected]
Patch Changes
- Remove superfluous newlines from table column descriptions (#591).
- Handle multiple
@example
tags on same reflection.- Fix missing extended by definitions.
- Escape Symbols with signatures correctly.
[email protected]
Changelog
4.0.0 (2024-05-03)
v4 is a major release that includes a number of bug fixes, new features and UI improvements.
Architectural Changes
- Handlebars as a dependency has been removed.
- Updated customization model with the ability to set hooks, events and custom theming.
- Exposed navigation structure.
Features
- Updated output file structure.
- Improved and cleaner UI.
- A set of updated and additional new options with comprehensive documentation.
- Exported option types and JSON schema.
Structural Changes
- Each module member is now output to its own file by default. See option
--outputFileStrategy
. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the optionmembersWithOwnFile
option.- Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option
--parametersFormat=table
.Breaking Changes
- Because the file structure has changed you may need to update any cross references to files in your documentation.
- Setting
theme
to"markdown"
is no longer required and should be removed.- The option
indexTitle
has been removed. Please use the"title.indexPage"
key with option--textContentMappings
.- The option
allReflectionsHaveOwnDocument
has been removed (this behaviour is now the default). Please see optionoutputFileStrategy
.- The option
entryDocument
has been renamed toentryFileName
to better reflect its purpose.
... (truncated)
Changelog
Sourced from typedoc-plugin-markdown's changelog.
4.0.2 (2024-05-15)
Patch Changes
- Fix symbol url anchors when "flattenOutputFiles" is "true" (#616)
- Normalize line breaks and tags within table columns (#615)
- Remove superfluous spaces and symbol on external links (#614)
- Escape all angle brackets with "santizeComments" (#612)
- Correctly handle quoted symbol names (#611)
- Correctly handle excludeScopesInPaths in windows (#610)
4.0.1 (2024-05-07)
Patch Changes
- Remove superfluous newlines from table column descriptions (#591).
- Handle multiple
@example
tags on same reflection.- Fix missing extended by definitions.
- Escape Symbols with signatures correctly.
4.0.0 (2024-05-03)
v4 is a major release that includes a number of bug fixes, new features and UI improvements.
Architectural Changes
- Handlebars as a dependency has been removed.
- Updated customization model with the ability to set hooks, events and custom theming.
- Exposed navigation structure.
Features
- Updated output file structure.
- Improved and cleaner UI.
- A set of updated and additional new options with comprehensive documentation.
- Exported option types and JSON schema.
Structural Changes
- Each module member is now output to its own file by default. See option
--outputFileStrategy
. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the optionmembersWithOwnFile
option.- Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option
--parametersFormat=table
.Breaking Changes
- Because the file structure has changed you may need to update any cross references to files in your documentation.
- Setting
theme
to"markdown"
is no longer required and should be removed.- The option
indexTitle
has been removed. Please use the"title.indexPage"
key with option--textContentMappings
.- The option
allReflectionsHaveOwnDocument
has been removed (this behaviour is now the default). Please see optionoutputFileStrategy
](/docs/options#outputfilestrategy).- The option
entryDocument
has been renamed toentryFileName
to better reflect its purpose.- The option
namedAnchors
has been renamed touseHTMLAnchors
to better reflect its purpose.
... (truncated)
Commits
35799bf
Version Packagescc967ca
fix(core): fix symbol url anchors when "flattenOutputFiles" is "true" (#616)62062af
fix(core): normalize line breaks and tags within table columns (#615)8962a9f
fix(core): remove superfluous spaces and symbol on external links (#614)f4f068b
chore(core): test template literal string default valuesa9f83e4
chore(core): added utils specs91978aa
fix(core): escape all angle brackets with "santizeComments" (#612)5b412fb
fix(core): handle quoted symbol names (#611)7d8a703
fix(core): correctly handle excludeScopesInPaths in windows (#610)8758ef7
chore(all): updated docs- Additional commits viewable in compare view
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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will 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 version
will 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