-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the dependencies group across 2 directories with 33 updates #1533
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `1.12.0` | `1.16.2` | | [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.7` | | [ini](https://github.com/npm/ini) | `4.1.3` | `5.0.0` | | [marked](https://github.com/markedjs/marked) | `13.0.3` | `14.1.1` | | [minimatch](https://github.com/isaacs/minimatch) | `9.0.5` | `10.0.1` | | [yaml](https://github.com/eemeli/yaml) | `2.5.0` | `2.5.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.10.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.13` | `22.5.4` | | [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.32` | `17.0.33` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.4.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.4.0` | | [@vscode/test-electron](https://github.com/Microsoft/vscode-test) | `2.4.0` | `2.4.1` | | [@vscode/vsce](https://github.com/Microsoft/vsce) | `2.31.1` | `3.1.0` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.10.0` | | [eslint-formatter-gha](https://github.com/sjinks/eslint-gha-formatter) | `1.5.0` | `1.5.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.5` | `11.0.0` | | [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` | | [jsdom](https://github.com/jsdom/jsdom) | `24.1.1` | `25.0.0` | | [mocha](https://github.com/mochajs/mocha) | `10.7.0` | `10.7.3` | | [rimraf](https://github.com/isaacs/rimraf) | `5.0.9` | `6.0.1` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.23.0` | `4.24.0` | | [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) | `4.1.24` | `4.1.26` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.12.0` | `1.16.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.18.0` | `8.4.0` | | [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.94.0` | | [winston](https://github.com/winstonjs/winston) | `3.13.1` | `3.14.2` | | [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix) | `10.0.7` | `10.0.9` | | [antsibull-docs](https://github.com/ansible-community/antsibull-docs-ts) | `1.0.2` | `1.1.0` | | [vscode-languageserver-textdocument](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/textDocument) | `1.0.11` | `1.0.12` | | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `16.14.20` | `17.1.1` | Bumps the dependencies group with 3 updates in the /packages/ansible-language-server directory: [ini](https://github.com/npm/ini), [vscode-languageserver-textdocument](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/textDocument) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates). Updates `@shikijs/core` from 1.12.0 to 1.16.2 - [Release notes](https://github.com/shikijs/shiki/releases) - [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md) - [Commits](https://github.com/shikijs/shiki/commits/v1.16.2/packages/core) Updates `axios` from 1.7.4 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.4...v1.7.7) Updates `ini` from 4.1.3 to 5.0.0 - [Release notes](https://github.com/npm/ini/releases) - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md) - [Commits](npm/ini@v4.1.3...v5.0.0) Updates `marked` from 13.0.3 to 14.1.1 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v13.0.3...v14.1.1) Updates `minimatch` from 9.0.5 to 10.0.1 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.5...v10.0.1) Updates `yaml` from 2.5.0 to 2.5.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.5.0...v2.5.1) Updates `@eslint/js` from 9.8.0 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.10.0/packages/js) Updates `@types/node` from 20.14.13 to 22.5.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/yargs` from 17.0.32 to 17.0.33 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.4.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.18.0 to 8.4.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/parser) Updates `@vscode/test-electron` from 2.4.0 to 2.4.1 - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](microsoft/vscode-test@v2.4.0...v2.4.1) Updates `@vscode/vsce` from 2.31.1 to 3.1.0 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v2.31.1...v3.1.0) Updates `eslint` from 9.8.0 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.8.0...v9.10.0) Updates `eslint-formatter-gha` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/sjinks/eslint-gha-formatter/releases) - [Commits](sjinks/eslint-gha-formatter@v1.5.0...v1.5.1) Updates `glob` from 10.4.5 to 11.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.0.0) Updates `globals` from 15.8.0 to 15.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.8.0...v15.9.0) Updates `jsdom` from 24.1.1 to 25.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@24.1.1...25.0.0) Updates `mocha` from 10.7.0 to 10.7.3 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.7.0...v10.7.3) Updates `rimraf` from 5.0.9 to 6.0.1 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.9...v6.0.1) Updates `selenium-webdriver` from 4.23.0 to 4.24.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.23.0...selenium-4.24.0) Updates `@types/selenium-webdriver` from 4.1.24 to 4.1.26 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver) Updates `shiki` from 1.12.0 to 1.16.2 - [Release notes](https://github.com/shikijs/shiki/releases) - [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md) - [Commits](https://github.com/shikijs/shiki/commits/v1.16.2/packages/shiki) Updates `typescript-eslint` from 7.18.0 to 8.4.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/typescript-eslint) Updates `webpack` from 5.93.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.93.0...v5.94.0) Updates `winston` from 3.13.1 to 3.14.2 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.13.1...v3.14.2) Updates `yarn-audit-fix` from 10.0.7 to 10.0.9 - [Release notes](https://github.com/antongolub/yarn-audit-fix/releases) - [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md) - [Commits](antongolub/yarn-audit-fix@v10.0.7...v10.0.9) Updates `antsibull-docs` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/ansible-community/antsibull-docs-ts/releases) - [Changelog](https://github.com/ansible-community/antsibull-docs-ts/blob/main/CHANGELOG.rst) - [Commits](ansible-community/antsibull-docs-ts@1.0.2...1.1.0) Updates `vscode-languageserver-textdocument` from 1.0.11 to 1.0.12 - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases) - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/textDocument/1.0.12/textDocument) Updates `npm-check-updates` from 16.14.20 to 17.1.1 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v16.14.20...v17.1.1) Updates `ini` from 4.1.3 to 5.0.0 - [Release notes](https://github.com/npm/ini/releases) - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md) - [Commits](npm/ini@v4.1.3...v5.0.0) Updates `yaml` from 2.4.5 to 2.5.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.5.0...v2.5.1) Updates `@types/lodash` from 4.17.5 to 4.17.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 20.14.8 to 20.16.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `chai` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) Updates `glob` from 10.4.2 to 10.4.5 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.0.0) Updates `mocha` from 10.4.0 to 10.7.3 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.7.0...v10.7.3) Updates `rimraf` from 5.0.7 to 6.0.1 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.9...v6.0.1) Updates `typescript` from 5.5.2 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.2...v5.5.4) Updates `antsibull-docs` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/ansible-community/antsibull-docs-ts/releases) - [Changelog](https://github.com/ansible-community/antsibull-docs-ts/blob/main/CHANGELOG.rst) - [Commits](ansible-community/antsibull-docs-ts@1.0.2...1.1.0) Updates `vscode-languageserver-textdocument` from 1.0.11 to 1.0.12 - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases) - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/textDocument/1.0.12/textDocument) Updates `npm-check-updates` from 16.14.20 to 17.1.1 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v16.14.20...v17.1.1) --- updated-dependencies: - dependency-name: "@shikijs/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ini dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@types/yargs" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-formatter-gha dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/selenium-webdriver" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: shiki dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: winston dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: yarn-audit-fix dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: antsibull-docs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: vscode-languageserver-textdocument dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ini dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: antsibull-docs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: vscode-languageserver-textdocument dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
ansibuddy
approved these changes
Sep 7, 2024
ansibuddy
approved these changes
Sep 7, 2024
ansibuddy
approved these changes
Sep 7, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
September 9, 2024 14:32
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 30 updates in the / directory:
1.12.0
1.16.2
1.7.4
1.7.7
4.1.3
5.0.0
13.0.3
14.1.1
9.0.5
10.0.1
2.5.0
2.5.1
9.8.0
9.10.0
20.14.13
22.5.4
17.0.32
17.0.33
7.18.0
8.4.0
7.18.0
8.4.0
2.4.0
2.4.1
2.31.1
3.1.0
9.8.0
9.10.0
1.5.0
1.5.1
10.4.5
11.0.0
15.8.0
15.9.0
24.1.1
25.0.0
10.7.0
10.7.3
5.0.9
6.0.1
4.23.0
4.24.0
4.1.24
4.1.26
1.12.0
1.16.2
7.18.0
8.4.0
5.93.0
5.94.0
3.13.1
3.14.2
10.0.7
10.0.9
1.0.2
1.1.0
1.0.11
1.0.12
16.14.20
17.1.1
Bumps the dependencies group with 3 updates in the /packages/ansible-language-server directory: ini, vscode-languageserver-textdocument and npm-check-updates.
Updates
@shikijs/core
from 1.12.0 to 1.16.2Release notes
Sourced from
@shikijs/core
's releases.... (truncated)
Commits
eae7391
chore: release v1.16.24ddfdb1
feat: upgradeoniguruma-to-js
, support more languages930dddc
feat: allow to swap regex constructor for JavaScript enginea71d08c
chore: release v1.16.1a1e154d
perf: externalize@shikijs/vscode-textmate
b0f3bb7
pref: reuseEncodedTokenMetadata
from@shikijs/vscode-textmate
ab6e602
chore: release v1.16.0e3bee32
docs: docs for js engine and sync usageb59e487
fix(core):createdBundledHighlighter
allow user to override engine513224f
feat(core): new options object signature forcreatedBundledHighlighter
for ...Updates
axios
from 1.7.4 to 1.7.7Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
ini
from 4.1.3 to 5.0.0Release notes
Sourced from ini's releases.
Changelog
Sourced from ini's changelog.
Commits
63c421e
chore: release 5.0.0 (#280)c89e209
chore: run template-oss-apply3eca645
fix!: align to npm 10 node engine rangefc44750
chore: bump@npmcli/eslint-config
from 4.0.5 to 5.0.021c20bb
chore: postinstall for dependabot template-oss PR44b3b50
chore: bump@npmcli/template-oss
from 4.23.1 to 4.23.3a76528f
chore: postinstall for dependabot template-oss PRade03b8
chore: bump@npmcli/template-oss
from 4.22.0 to 4.23.1Updates
marked
from 13.0.3 to 14.1.1Release notes
Sourced from marked's releases.
Commits
f3c387f
chore(release): 14.1.1 [skip ci]9ed6456
fix: Don't replace tabs with spaces (#3438)2ff0547
chore(deps-dev): Bump@markedjs/eslint-config
from 1.0.1 to 1.0.2 (#3442)e6167a9
chore(deps-dev): Bump rollup from 4.21.0 to 4.21.2 (#3441)2124b5d
chore: update@marked/testutils
(#3431)e6f0ca5
chore(deps-dev): Bump eslint from 9.9.0 to 9.9.1 (#3430)73d21f4
chore(deps-dev): Bump tslib from 2.6.3 to 2.7.0 (#3429)6e6832f
chore(deps-dev): Bump@semantic-release/github
from 10.1.6 to 10.1.7 (#3428)14dcd33
chore(release): 14.1.0 [skip ci]3f0430a
fix: don't export block or inline (#3427)Updates
minimatch
from 9.0.5 to 10.0.1Changelog
Sourced from minimatch's changelog.
... (truncated)
Commits
0569cd3
10.0.117d31c7
rollback to brace-expansion 2, for cjs support346685c
10.0.0632e0da
modernize, drop old node versionsUpdates
yaml
from 2.5.0 to 2.5.1Release notes
Sourced from yaml's releases.
Commits
5adbb60
2.5.129293c4
chore: Simplify Babel config, inlining it Jest config4c30eb6
chore: Re-enable linting with type informationadef9c5
chore: Update to eslint 9, fix found issuese883065
chore: Refresh lockfile (keeping rollup at 4.19.0 due to rollup/rollup#5633)5b5e290
fix: Include range in flow sequence pair maps (fixes #573)Updates
@eslint/js
from 9.8.0 to 9.10.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
1ebdde1
chore: package.json update for@eslint/js
releasecd5a0da
chore: package.json update for@eslint/js
release59dba1b
chore: package.json update for@eslint/js
releaseUpdates
@types/node
from 20.14.13 to 22.5.4Commits
Updates
@types/yargs
from 17.0.32 to 17.0.33Commits
Updates
@typescript-eslint/eslint-plugin
from 7.18.0 to 8.4.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits