- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 156
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
chore(deps): update npm to v9.5.0 #1084
Merged
Merged
+1
−1
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
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. |
Merged
creature-water-valley
referenced
this pull request
in ws-4020/mobile-app-crib-notes
Feb 27, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | [`^14.0.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/stylelint/14.16.1/15.2.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [stylelint-config-standard](https://togithub.com/stylelint/stylelint-config-standard) | [`^29.0.0` -> `^30.0.0`](https://renovatebot.com/diffs/npm/stylelint-config-standard/29.0.0/30.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [textlint](https://togithub.com/textlint/textlint) | [`^12.0.0` -> `^13.0.0`](https://renovatebot.com/diffs/npm/textlint/12.6.1/13.3.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>stylelint/stylelint</summary> ### [`v15.2.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1520) [Compare Source](https://togithub.com/stylelint/stylelint/compare/15.1.0...15.2.0) - Added: `messageArgs` to 76 rules ([#​6589](https://togithub.com/stylelint/stylelint/pull/6589)) ([@​kizu](https://togithub.com/kizu)). - Fixed: TypeScript error to export `Plugin` and `RuleContext` ([#​6664](https://togithub.com/stylelint/stylelint/pull/6664)) ([@​henryruhs](https://togithub.com/henryruhs)). - Fixed: `overrides.extends` order when including same rules ([#​6660](https://togithub.com/stylelint/stylelint/pull/6660)) ([@​kuoruan](https://togithub.com/kuoruan)). - Fixed: `annotation-no-unknown` false positives for CSS-in-JS template literals ([#​6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@​hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `declaration-property-value-no-unknown` false positives for at-rule descriptors ([#​6669](https://togithub.com/stylelint/stylelint/pull/6669)) ([@​FloEdelmann](https://togithub.com/FloEdelmann)). - Fixed: `declaration-property-value-no-unknown` parse error for `alpha(opacity=n)` to report as violation ([#​6650](https://togithub.com/stylelint/stylelint/pull/6650)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `function-name-case` false positives for CSS-in-JS template literals ([#​6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@​hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `function-no-unknown` false positives for CSS-in-JS template literals ([#​6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@​hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `unit-no-unknown` false positives for CSS-in-JS template literals ([#​6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@​hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `value-keyword-case` false positives for CSS-in-JS template literals ([#​6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@​hudochenkov](https://togithub.com/hudochenkov)). ### [`v15.1.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1510) [Compare Source](https://togithub.com/stylelint/stylelint/compare/15.0.0...15.1.0) - Added: `declaration-block-no-redundant-longhand-properties` autofix ([#​6580](https://togithub.com/stylelint/stylelint/pull/6580)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `declaration-property-value-no-unknown` false positives for `env()` ([#​6646](https://togithub.com/stylelint/stylelint/pull/6646)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `function-calc-no-unspaced-operator` TypeError on empty `calc()` ([#​6634](https://togithub.com/stylelint/stylelint/pull/6634)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: inaccurate `customSyntax` inference ([#​6645](https://togithub.com/stylelint/stylelint/pull/6645)) ([@​ybiquitous](https://togithub.com/ybiquitous)). ### [`v15.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1500) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.16.1...15.0.0) [Migrating to `15.0.0` guide](docs/migration-guide/to-15.md). - Removed: Node.js 12 support ([#​6477](https://togithub.com/stylelint/stylelint/pull/6477)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Removed: support for processors ([#​6479](https://togithub.com/stylelint/stylelint/pull/6479)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Removed: `syntax` option ([#​6420](https://togithub.com/stylelint/stylelint/pull/6420)) ([@​fpetrakov](https://togithub.com/fpetrakov)). (BREAKING) - Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#​6380](https://togithub.com/stylelint/stylelint/pull/6380)) ([@​jasikpark](https://togithub.com/jasikpark)). (BREAKING) - Changed: type definitions to reorganize ([#​6510](https://togithub.com/stylelint/stylelint/pull/6510)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Changed: type names to be more consistent ([#​6503](https://togithub.com/stylelint/stylelint/pull/6503)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Deprecated: stylistic rules handled by Prettier ([#​6504](https://togithub.com/stylelint/stylelint/pull/6504)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: `declaration-property-value-no-unknown` rule ([#​6511](https://togithub.com/stylelint/stylelint/pull/6511)) ([@​jeddy3](https://togithub.com/jeddy3)). - Added: `media-feature-name-unit-allowed-list` rule ([#​6550](https://togithub.com/stylelint/stylelint/pull/6550)) ([@​mattxwang](https://togithub.com/mattxwang)). - Added: `function-url-quotes` autofix ([#​6558](https://togithub.com/stylelint/stylelint/pull/6558)) ([@​mattxwang](https://togithub.com/mattxwang)). - Added: `ignore: ["custom-elements"]` to `selector-max-type` ([#​6588](https://togithub.com/stylelint/stylelint/pull/6588)) ([@​muddv](https://togithub.com/muddv)). - Added: `ignoreFunctions: []` to `unit-disallowed-list` ([#​6592](https://togithub.com/stylelint/stylelint/pull/6592)) ([@​mattxwang](https://togithub.com/mattxwang)). - Added: deprecated rule warnings ([#​6561](https://togithub.com/stylelint/stylelint/pull/6561)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: message arguments to `declaration-property-unit-allowed-list` ([#​6570](https://togithub.com/stylelint/stylelint/pull/6570)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `overrides.files` in config to allow basename glob patterns ([#​6547](https://togithub.com/stylelint/stylelint/pull/6547)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `at-rule-no-unknown` false positives for `@scroll-timeline` ([#​6554](https://togithub.com/stylelint/stylelint/pull/6554)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `function-no-unknown` false positives for interpolation and backticks in CSS-in-JS ([#​6565](https://togithub.com/stylelint/stylelint/pull/6565)) ([@​hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `keyframe-selector-notation` false positives for named timeline ranges ([#​6605](https://togithub.com/stylelint/stylelint/pull/6605)) ([@​kimulaco](https://togithub.com/kimulaco)). - Fixed: `property-no-unknown` false negatives for newer custom syntaxes ([#​6553](https://togithub.com/stylelint/stylelint/pull/6553)) ([@​43081j](https://togithub.com/43081j)). - Fixed: `selector-attribute-quotes` false positives for "never" ([#​6571](https://togithub.com/stylelint/stylelint/pull/6571)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `selector-not-notation` autofix for "simple" option ([#​6608](https://togithub.com/stylelint/stylelint/pull/6608)) ([@​Mouvedia](https://togithub.com/Mouvedia)). </details> <details> <summary>stylelint/stylelint-config-standard</summary> ### [`v30.0.1`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#​3001) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/30.0.0...30.0.1) - Fixed: updated to [`stylelint-config-recommended@10.0.1`](https://togithub.com/stylelint/stylelint-config-recommended/releases/tag/10.0.1) ### [`v30.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#​3000) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/29.0.0...30.0.0) - Removed: `stylelint` less than `15.0.0` from peer dependencies. - Removed: 64 rules deprecated in [`stylelint@15.0.0`](https://togithub.com/stylelint/stylelint/releases/tag/15.0.0). For details, see the [migration guide](https://togithub.com/stylelint/stylelint/blob/15.0.0/docs/migration-guide/to-15.md). - Fixed: `length-zero-no-unit` to ignore custom properties. - Fixed: `value-no-vendor-prefix` to ignore `-webkit-inline-box`. </details> <details> <summary>textlint/textlint</summary> ### [`v13.3.1`](https://togithub.com/textlint/textlint/releases/tag/v13.3.1) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.3.0...v13.3.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix: allow missing parameters for loadTextlintrc by [@​massongit](https://togithub.com/massongit) in [https://github.com/textlint/textlint/pull/1089](https://togithub.com/textlint/textlint/pull/1089) - fix(textlint): fix to print results when the `--dry-run` option is specified. by [@​Sean0628](https://togithub.com/Sean0628) in [https://github.com/textlint/textlint/pull/1092](https://togithub.com/textlint/textlint/pull/1092) ##### Documentation - docs: improve failed-to-load-textlints-module.md by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1086](https://togithub.com/textlint/textlint/pull/1086) ##### Dependency Updates - chore(deps): update eslint to ^5.51.0 (minor) by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1076](https://togithub.com/textlint/textlint/pull/1076) - chore(deps): update dependency lint-staged to ^13.1.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1077](https://togithub.com/textlint/textlint/pull/1077) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to ^18.13.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1078](https://togithub.com/textlint/textlint/pull/1078) - chore(deps): update npm to v9.4.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1079](https://togithub.com/textlint/textlint/pull/1079) - chore(deps): update dependency lint-staged to ^13.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1080](https://togithub.com/textlint/textlint/pull/1080) - chore(deps): update dependency lerna to ^6.5.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1081](https://togithub.com/textlint/textlint/pull/1081) - chore(deps): update eslint to ^5.52.0 (minor) by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1082](https://togithub.com/textlint/textlint/pull/1082) - chore(deps): update dependency lerna to ^6.5.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1083](https://togithub.com/textlint/textlint/pull/1083) - chore(deps): update npm to v9.5.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1084](https://togithub.com/textlint/textlint/pull/1084) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to ^18.14.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1085](https://togithub.com/textlint/textlint/pull/1085) - fix(deps): update patch updates (patch) by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1087](https://togithub.com/textlint/textlint/pull/1087) **Full Changelog**: textlint/textlint@v13.3.0...13.3.1 ### [`v13.3.0`](https://togithub.com/textlint/textlint/releases/tag/v13.3.0) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.2.0...v13.3.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Features - feat(config-loader): add `type` and `ruleKey` to config descriptor by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1074](https://togithub.com/textlint/textlint/pull/1074) ##### Dependency Updates - chore(deps): update eslint to ^5.50.0 (minor) by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1069](https://togithub.com/textlint/textlint/pull/1069) - chore(deps): update npm to v9.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1071](https://togithub.com/textlint/textlint/pull/1071) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to ^18.11.19 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1072](https://togithub.com/textlint/textlint/pull/1072) ##### Other Changes - CI: add benchmark script by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1065](https://togithub.com/textlint/textlint/pull/1065) **Full Changelog**: textlint/textlint@v13.2.0...13.3.0 ### [`v13.2.0`](https://togithub.com/textlint/textlint/releases/tag/v13.2.0) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.1.4...v13.2.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Features - feat(textlint-tester): add description field by [@​Sean0628](https://togithub.com/Sean0628) in [https://github.com/textlint/textlint/pull/1067](https://togithub.com/textlint/textlint/pull/1067) ```js import TextLintTester from "textlint-tester"; import rule from "textlint-rule-no-todo"; const tester = new TextLintTester(); tester.run("rule name", rule, { valid: [ { text: "This is ok", description: "It is normal text" } ], invalid: [ { text: "- [ ] string", description: "It todo test", errors: [ { message: "Found TODO: '- [ ] string'", range: [2, 6] } ] } ] }); ``` ##### Dependency Updates - chore(deps): update dependency textlint-rule-eslint to ^4.0.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1066](https://togithub.com/textlint/textlint/pull/1066) **Full Changelog**: textlint/textlint@v13.1.4...13.2.0 ### [`v13.1.4`](https://togithub.com/textlint/textlint/releases/tag/v13.1.4) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.1.3...v13.1.4) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix(kernel): Descriptor#toJSON should return normalized option by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1062](https://togithub.com/textlint/textlint/pull/1062) ##### Dependency Updates - chore(deps): update dependency textlint-rule-helper to ^2.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1060](https://togithub.com/textlint/textlint/pull/1060) **Full Changelog**: textlint/textlint@v13.1.3...13.1.4 ### [`v13.1.3`](https://togithub.com/textlint/textlint/releases/tag/v13.1.3) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.1.2...v13.1.3) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix(textlint): Add `engines` to require Node.js 16+ by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1054](https://togithub.com/textlint/textlint/pull/1054) **Full Changelog**: textlint/textlint@v13.1.2...13.1.3 ### [`v13.1.2`](https://togithub.com/textlint/textlint/releases/tag/v13.1.2) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.1.1...v13.1.2) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Refactoring - textlint: improve debug log by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1052](https://togithub.com/textlint/textlint/pull/1052) ##### Testing - test(textlint): add test for CLI by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1050](https://togithub.com/textlint/textlint/pull/1050) ##### Dependency Updates - chore(deps): update npm to v9.4.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1051](https://togithub.com/textlint/textlint/pull/1051) **Full Changelog**: textlint/textlint@v13.1.1...13.1.2 ### [`v13.1.1`](https://togithub.com/textlint/textlint/releases/tag/v13.1.1) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.1.0...v13.1.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix(textlint): fix regression of .textlintginore by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1048](https://togithub.com/textlint/textlint/pull/1048) ##### Refactoring - refactor: cleanup tests by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1046](https://togithub.com/textlint/textlint/pull/1046) **Full Changelog**: textlint/textlint@v13.1.0...13.1.1 ### [`v13.1.0`](https://togithub.com/textlint/textlint/releases/tag/v13.1.0) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.5...v13.1.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Features - feat(textlint): support `plugins` for `--init` option by [@​chick-p](https://togithub.com/chick-p) in [https://github.com/textlint/textlint/pull/1039](https://togithub.com/textlint/textlint/pull/1039) <!----> $ npm install textlint textlint-plugin-html textlint-rule-preset-ja-technical-writing $ npx textlint --init will generate `.textlintrc.json` ```json { "plugins": { "html": true }, "filters": {}, "rules": { "preset-ja-technical-writing": true } } ``` ##### Testing - test(textlint): remove it.only and use ts-node/esm by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1043](https://togithub.com/textlint/textlint/pull/1043) ##### Dependency Updates - chore(deps): update dependency textlint-rule-preset-ja-spacing to ^2.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1038](https://togithub.com/textlint/textlint/pull/1038) - chore(deps): update eslint to ^5.49.0 (minor) by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1040](https://togithub.com/textlint/textlint/pull/1040) **Full Changelog**: textlint/textlint@v13.0.5...13.1.0 ### [`v13.0.5`](https://togithub.com/textlint/textlint/releases/tag/v13.0.5) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.4...v13.0.5) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix(ast-node-types): remove markdown extension and fix TxtNodeType by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1033](https://togithub.com/textlint/textlint/pull/1033) - fix(ast-node-type): fix Node → TxtNode by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1035](https://togithub.com/textlint/textlint/pull/1035) This release correct `ast-node-type` types. **Full Changelog**: textlint/textlint@v13.0.4...13.0.5 ### [`v13.0.4`](https://togithub.com/textlint/textlint/releases/tag/v13.0.4) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.3...v13.0.4) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Dependency Updates - chore(deps): update to rc-config-loader@4 by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1031](https://togithub.com/textlint/textlint/pull/1031) It will reduce `textlint` package size.  > https://bundlephobia.com/package/textlint@13.0.3\ > https://bundlephobia.com/package/textlint@13.0.4 172.8kb ⬇️ **Full Changelog**: textlint/textlint@v13.0.3...13.0.4 ### [`v13.0.3`](https://togithub.com/textlint/textlint/releases/tag/v13.0.3) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.2...v13.0.3) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Refactoring - refactor(kernel): use fast-equals instead of deep-equal by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1027](https://togithub.com/textlint/textlint/pull/1027) It will reduce `@textlint/kernel` package size. - https://bundlephobia.com/package/[@​textlint/kernel](https://togithub.com/textlint/kernel)[@​13](https://togithub.com/13).0.2 - https://bundlephobia.com/package/[@​textlint/kernel](https://togithub.com/textlint/kernel)[@​13](https://togithub.com/13).0.3 15.1kb ⬇️ ##### Dependency Updates - chore(deps): update dependency [@​types/glob](https://togithub.com/types/glob) to ^8.0.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1018](https://togithub.com/textlint/textlint/pull/1018) - chore(deps): update npm to v9.3.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/1026](https://togithub.com/textlint/textlint/pull/1026) **Full Changelog**: textlint/textlint@v13.0.2...13.0.3 ### [`v13.0.2`](https://togithub.com/textlint/textlint/releases/tag/v13.0.2) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.1...v13.0.2) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix(ast-node-types): export { TxtNodeType } by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1024](https://togithub.com/textlint/textlint/pull/1024) **Full Changelog**: textlint/textlint@v13.0.1...13.0.2 ### [`v13.0.1`](https://togithub.com/textlint/textlint/releases/tag/v13.0.1) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.0...v13.0.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - fix(ast-node-types): export { TxtNodeRange, TxtNodeLocation, TxtNodePosition } by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1022](https://togithub.com/textlint/textlint/pull/1022) If you have used `TextNodeRange`, `TxtNodeLineLocation`, `TxtNodePosition`, please change following: ```diff - import type { TextNodeRange, TxtNodeLineLocation, TxtNodePosition } from "@​textlint/ast-node-types"; + import type { TxtNodeRange, TxtNodeLocation, TxtNodePosition } from "@​textlint/ast-node-types"; ``` ##### Refactoring - refactor: add textlint-script/example\* to workspaces by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1019](https://togithub.com/textlint/textlint/pull/1019) - refactor: use npm 9+ instead of yarn v1 by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1020](https://togithub.com/textlint/textlint/pull/1020) **Full Changelog**: textlint/textlint@v13.0.0...13.0.1 ### [`v13.0.0`](https://togithub.com/textlint/textlint/releases/tag/v13.0.0) [Compare Source](https://togithub.com/textlint/textlint/compare/v12.6.1...v13.0.0) textlint v13 support ESM rules/plugins 🎉 We have rewritten CLI and `textlint` package. However, it is not a breaking change for most `textlint` CLI users. Almost CLI behaviors are the same as textlint v12. - Blog: <https://textlint.github.io/blog/2023/01/27/textlint-13.html> Please share your feedback to us! #### 🔥 Breaking Changes - Require Node.js 16+ - `textlint --init` output `.textlintrc.json` - Previously, `textlint --init` output `.textlintrc` - Improve `@textlint/ast-node-types` types - Now, All node types are defined! - It changes the existing node type and it is a breaking change - If you want to know TxtAST, please read [TxtAST Interface](https://textlint.github.io/docs/txtnode.html) - See also [Release v13.0.1 · textlint/textlint](https://togithub.com/textlint/textlint/releases/tag/v13.0.1) - ```diff - import type { TextNodeRange, TxtNodeLineLocation, TxtNodePosition } from "@​textlint/ast-node-types"; + import type { TxtNodeRange, TxtNodeLocation, TxtNodePosition } from "@​textlint/ast-node-types"; ``` - Use New-CLI instead of Old-CLI - textlint has introduced New-CLI and New-APIs in [v12.3.0](https://togithub.com/textlint/textlint/releases/tag/v12.3.0) - New-CLI uses new APIs: `createLinter`/`loadTextlintrc`/`loadLinterFormatter`/`loadFixerFormatter`( If you want to know new APIs, please read [Use as Node Modules](https://textlint.github.io/docs/use-as-modules.html)) - It means that textlint support rules/plugins that are written by ESM 🎉 - Remove Old-CLI ##### Difference between Old-CLI and New-CLI - New CLI support ESM rules/plugins - New CLI must require `--stdin-filename` with `--stdin` - `--stdin-filename` may be optional in Old-CLI - Correct exit status ##### Exit Status on new CLI `0`: No Error - Not found lint error - \--fix: found errors but fix all errors, so exit with 0 - \--output-file: Found lint error but --output-file is specified - \--dryRun: Found lint error but --dryRun is specified `1`: Lint Error - found lint error - \--fix: found errors and could not fix all errors, so exit with 1 `2`: Fatal Error - Crash textlint process - Fail to load config/rule/plugin etc... ##### Remove undocumented way to override preset rule option textlint v12 supported next textlintrc, but it is undocumented way. ```json5 { "rules": { "preset-ja-technical-writing": true, "ja-technical-writing/sentence-length": { "max": 100 // It override preset-ja-technical-writing's option } } } ``` textlint v13 will remove this undocumented way. You need to use next textlintrc. ```json5 { "rules": { "preset-ja-technical-writing": { "sentence-length": { "max": 100 // It override preset-ja-technical-writing's option } } } } ``` For more details, see [Configuring textlint · textlint](https://textlint.github.io/docs/configuring.html#rule-preset) #### 🆕 Features ##### Add individual Node type and Add Table/TableRow/TableCell node [#​1008](https://togithub.com/textlint/textlint/issues/1008) - Define all node types in `@textlint/ast-node-types` - Add Table/TableRow/TableCell node to `@textlint/ast-node-types` These types are defined in [`@textlint/ast-node-types`](https://togithub.com/textlint/textlint/tree/master/packages/%40textlint/ast-node-types). | Type name | Node type | Description | |---------------------------------|----------------------------------|--------------------------------------| | ASTNodeTypes.Document | TxtDocumentNode(TxtParentNode) | Root Node | | ASTNodeTypes.DocumentExit | TxtDocumentNode(TxtParentNode) | | | ASTNodeTypes.Paragraph | TxtParagraphNode(TxtParentNode) | Paragraph Node | | ASTNodeTypes.ParagraphExit | TxtParagraphNode(TxtParentNode) | | | ASTNodeTypes.BlockQuote | TxtBlockQuoteNode(TxtParentNode) | > Block Quote Node | | ASTNodeTypes.BlockQuoteExit | TxtBlockQuoteNode(TxtParentNode) | | | ASTNodeTypes.List | TxtListNode(TxtParentNode) | List Node | | ASTNodeTypes.ListExit | TxtListNode(TxtParentNode) | | | ASTNodeTypes.ListItem | TxtListItemNode(TxtParentNode) | List (each) item Node | | ASTNodeTypes.ListItemExit | TxtListItemNode(TxtParentNode) | | | ASTNodeTypes.Header | TxtHeaderNode(TxtParentNode) | # Header Node | | ASTNodeTypes.HeaderExit | TxtHeaderNode(TxtParentNode) | | | ASTNodeTypes.CodeBlock | TxtCodeBlockNode(TxtParentNode) | Code Block Node | | ASTNodeTypes.CodeBlockExit | TxtCodeBlockNode(TxtParentNode) | | | ASTNodeTypes.HtmlBlock | TxtHtmlBlockNode(TxtParentNode) | HTML Block Node | | ASTNodeTypes.HtmlBlockExit | TxtHtmlBlockNode(TxtParentNode) | | | ASTNodeTypes.Link | TxtLinkNode(TxtParentNode) | Link Node | | ASTNodeTypes.LinkExit | TxtLinkNode(TxtParentNode) | | | ASTNodeTypes.Delete | TxtDeleteNode(TxtParentNode) | Delete Node(`~Str~`) | | ASTNodeTypes.DeleteExit | TxtDeleteNode(TxtParentNode) | | | ASTNodeTypes.Emphasis | TxtEmphasisNode(TxtParentNode) | Emphasis(`*Str*`) | | ASTNodeTypes.EmphasisExit | TxtEmphasisNode(TxtParentNode) | | | ASTNodeTypes.Strong | TxtStrongNode(TxtParentNode) | Strong Node(`**Str**`) | | ASTNodeTypes.StrongExit | TxtStrongNode(TxtParentNode) | | | ASTNodeTypes.Break | TxtBreakNode | Hard Break Node(`Str<space><space>`) | | ASTNodeTypes.BreakExit | TxtBreakNode | | | ASTNodeTypes.Image | TxtImageNode | Image Node | | ASTNodeTypes.ImageExit | TxtImageNode | | | ASTNodeTypes.HorizontalRule | TxtHorizontalRuleNode | Horizontal Node(`---`) | | ASTNodeTypes.HorizontalRuleExit | TxtHorizontalRuleNode | | | ASTNodeTypes.Comment | TxtCommentNode | Comment Node | | ASTNodeTypes.CommentExit | TxtCommentNode | | | ASTNodeTypes.Str | TxtStrNode | Str Node | | ASTNodeTypes.StrExit | TxtStrNode | | | ASTNodeTypes.Code | TxtCodeNode | Inline Code Node | | ASTNodeTypes.CodeExit | TxtCodeNode | | | ASTNodeTypes.Html | TxtHtmlNode | Inline HTML Node | | ASTNodeTypes.HtmlExit | TxtHtmlNode | | | ASTNodeTypes.Table | TxtTableNode | Table node. textlint 13+ | | ASTNodeTypes.TableExit | TxtTableNode | | | ASTNodeTypes.TableRow | TxtTableRowNode | Table row node. textlint 13+ | | ASTNodeTypes.TableRowExit | TxtTableRowNode | | | ASTNodeTypes.TableCell | TxtTableCellNode | Table cell node. textlint 13+ | | ASTNodeTypes.TableCellExit | TxtTableCellNode | | Some nodes have additional properties. For example, `TxtHeaderNode` has `level` property. ```ts export interface TxtHeaderNode extends TxtParentNode { type: "Header"; depth: 1 | 2 | 3 | 4 | 5 | 6; children: PhrasingContent[]; } ``` For more details, see [`@textlint/ast-node-types`](https://togithub.com/textlint/textlint/tree/master/packages/%40textlint/ast-node-types). - [`@textlint/ast-node-types/src/NodeType.ts`](https://togithub.com/textlint/textlint/tree/master/packages/%40textlint/ast-node-types/src/NodeType.ts). #### CHANGELOGS ##### Breaking Changes - feat(ast-node-types): Add individual Node type and Add Table/TableRow/TableCell node by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1008](https://togithub.com/textlint/textlint/pull/1008) - refactor(textlint): use New CLI by default by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1011](https://togithub.com/textlint/textlint/pull/1011) - fix(textlint): textlint --init create .textlintrc.json by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1013](https://togithub.com/textlint/textlint/pull/1013) - chore: Change "target" to "ES2018" by [@​azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1014](https://togithub.com/textlint/textlint/pull/1014) ##### Other Changes - chore(deps): update node.js to v18 by [@​renovate](https://togithub.com/renovate) in [https://github.com/textlint/textlint/pull/917](https://togithub.com/textlint/textlint/pull/917) **Full Changelog**: textlint/textlint@v12.6.1...13.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ws-4020/mobile-app-crib-notes). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
9.4.2
->9.5.0
Release Notes
npm/cli
v9.5.0
Compare Source
Features
79bfd03
#6153 audit signatures verifies attestations (@feelepxyz)5fc6473
add provenance attestation (@bdehamer)Bug Fixes
53f75a4
#6158 gracefully fallback from auth-type=web (#6158) (@MylesBorins)ed59aae
#6162 refactor error reporting in audit command (@bdehamer)Dependencies
fad0473
minipass@4.0.3
678c6bf
minimatch@6.2.0
9b4b366
ci-info@3.8.0
d20ee2a
pacote@15.1.0
libnpmpublish@7.1.0
libnpmteam@5.0.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.