vue-i18n
vue-i18n copied to clipboard
chore(deps): update dependency textlint to v14
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| textlint | ^12.6.1 -> ^14.0.0 |
Release Notes
textlint/textlint (textlint)
v14.2.1
What's Changed
Documentation
- docs(textlint): improve docs for linter.lintText by @davmillar in https://github.com/textlint/textlint/pull/1424
- docs(image): make the border of get-started-steps images transparent by @lumirlumir in https://github.com/textlint/textlint/pull/1425
Refactoring
- refactor(formatter): import formatter as static by @azu in https://github.com/textlint/textlint/pull/1426
Dependency Updates
- fix(deps): update dependency @babel/preset-env to ^7.25.4 by @renovate in https://github.com/textlint/textlint/pull/1419
- fix(deps): update dependency @babel/cli to ^7.25.6 by @renovate in https://github.com/textlint/textlint/pull/1421
Other Changes
- chore(deps): update peter-evans/create-pull-request action to v7 by @renovate in https://github.com/textlint/textlint/pull/1420
New Contributors
- @davmillar made their first contribution in https://github.com/textlint/textlint/pull/1424
- @lumirlumir made their first contribution in https://github.com/textlint/textlint/pull/1425
Full Changelog: https://github.com/textlint/textlint/compare/v14.2.0...v14.2.1
v14.2.0
What's Changed
Features
- feat(textlint-scripts): update to pkg-to-readme@3 and
textlint-scripts init --yesby @azu in https://github.com/textlint/textlint/pull/1417
This release will reduce audit warning.
Full Changelog: https://github.com/textlint/textlint/compare/v14.1.0...v14.2.0
v14.1.0
What's Changed
Features
- feat(textlint): Add
linter.scanFilePathAPI by @azu in https://github.com/textlint/textlint/pull/1414
Change Details
- Update to glob@v10
- Rewrite
find-util- it is used inscanFilePath- Preserve old behavior by using
old-find-util - We change this in next major updates
- Ref https://github.com/textlint/textlint/issues/1412
- Preserve old behavior by using
- Add
linter.scanFilePath(filePath)API - Add tests
linter.scanFilePath API Usage
If you want to know the file path is lintable or not, please use scanFilePath API.
import { createLinter, loadTextlintrc } from "textlint";
const textlintrcDescriptor = await loadTextlintrc();
const linter = createLinter({
descriptor: textlintrcDescriptor
});
const result = await linter.scanFilePath("README.md");
// result.status is "ok" or "ignored" or "error"
if (result.status === "ok") {
const lintResult = await linter.lintText("README content", "README.md");
console.log(lintResult);
}
linter.scanFilePath is for combinating with lintText API because lintText API does not ignore any file.
- Original Issue: https://github.com/textlint/textlint/issues/1408
Dependency Updates
- fix(deps): update dependency @babel/preset-env to ^7.25.3 by @renovate in https://github.com/textlint/textlint/pull/1404
- chore(deps): update dependency eol-converter-cli to ^1.1.0 by @renovate in https://github.com/textlint/textlint/pull/1405
Other Changes
- fix(docs): remove Lato from the documentation website by @joaopalmeiro in https://github.com/textlint/textlint/pull/1407
New Contributors
- @joaopalmeiro made their first contribution in https://github.com/textlint/textlint/pull/1407
Full Changelog: https://github.com/textlint/textlint/compare/v14.0.5...v14.1.0
v14.0.5
What's Changed
Documentation
- docs: fix typo in README by @Okabe-Junya in https://github.com/textlint/textlint/pull/1382
- docs: deprecated
--paralleland--max-concurrencyin CLI by @chick-p in https://github.com/textlint/textlint/pull/1383
Refactoring
- refactor(markdown-to-ast): migrate to
neotraverseby @Jayllyz in https://github.com/textlint/textlint/pull/1401
Dependency Updates
- chore(deps): update dependency @types/lodash to ^4.17.0 by @renovate in https://github.com/textlint/textlint/pull/1371
- fix(deps): update babel monorepo to ^7.24.1 (patch) by @renovate in https://github.com/textlint/textlint/pull/1373
- fix(deps): update babel monorepo to ^7.24.1 (minor) by @renovate in https://github.com/textlint/textlint/pull/1374
- fix(deps): update babel monorepo to ^7.24.3 (patch) by @renovate in https://github.com/textlint/textlint/pull/1375
- chore(deps): update dependency mocha to ^10.4.0 by @renovate in https://github.com/textlint/textlint/pull/1376
- fix(deps): update babel monorepo to ^7.24.4 (patch) by @renovate in https://github.com/textlint/textlint/pull/1380
- chore(deps): update dependency textlint-rule-preset-ja-spacing to ^2.4.1 by @renovate in https://github.com/textlint/textlint/pull/1381
- fix(deps): update babel monorepo to ^7.24.5 (patch) by @renovate in https://github.com/textlint/textlint/pull/1385
- fix(deps): update babel monorepo to ^7.24.6 (patch) by @renovate in https://github.com/textlint/textlint/pull/1386
- fix(deps): update dependency @babel/register to ^7.24.6 by @renovate in https://github.com/textlint/textlint/pull/1387
- fix(deps): update babel monorepo to ^7.24.7 (patch) by @renovate in https://github.com/textlint/textlint/pull/1390
- chore(deps): update dependency mocha to ^10.5.0 by @renovate in https://github.com/textlint/textlint/pull/1391
- chore(deps): update dependency mocha to ^10.6.0 by @renovate in https://github.com/textlint/textlint/pull/1392
- fix(deps): update babel monorepo to ^7.24.8 (patch) by @renovate in https://github.com/textlint/textlint/pull/1393
- fix(deps): update dependency @babel/core to ^7.24.9 by @renovate in https://github.com/textlint/textlint/pull/1394
- chore(deps): update dependency mocha to ^10.7.0 by @renovate in https://github.com/textlint/textlint/pull/1395
- chore(deps): update dependency chai to ^4.5.0 by @renovate in https://github.com/textlint/textlint/pull/1396
- fix(deps): update dependency @babel/preset-env to ^7.25.0 by @renovate in https://github.com/textlint/textlint/pull/1397
- fix(deps): update dependency @babel/preset-env to ^7.25.2 by @renovate in https://github.com/textlint/textlint/pull/1398
- fix(deps): update dependency @babel/core to ^7.25.2 by @renovate in https://github.com/textlint/textlint/pull/1399
Other Changes
- chore(deps): update dependency node to v18.20.0 by @renovate in https://github.com/textlint/textlint/pull/1359
- chore(deps): update dependency node to v18.20.1 by @renovate in https://github.com/textlint/textlint/pull/1377
- chore(deps): update peaceiris/actions-gh-pages action to v4 by @renovate in https://github.com/textlint/textlint/pull/1378
New Contributors
- @Okabe-Junya made their first contribution in https://github.com/textlint/textlint/pull/1382
- @Jayllyz made their first contribution in https://github.com/textlint/textlint/pull/1401
Full Changelog: https://github.com/textlint/textlint/compare/v14.0.4...v14.0.5
v14.0.4
What's Changed
Bug Fixes
- fix(textlint): fix severity type by @paihu in https://github.com/textlint/textlint/pull/1369
Dependency Updates
- fix(deps): update dependency diff to ^5.2.0 by @renovate in https://github.com/textlint/textlint/pull/1364
- fix(deps): update babel monorepo to ^7.24.0 (minor) by @renovate in https://github.com/textlint/textlint/pull/1365
New Contributors
- @paihu made their first contribution in https://github.com/textlint/textlint/pull/1369
Full Changelog: https://github.com/textlint/textlint/compare/v14.0.3...v14.0.4
v14.0.3
What's Changed
Bug Fixes
- fix(formatter): fix missing
is-filedependencies by @azu in https://github.com/textlint/textlint/pull/1362
Dependency Updates
- chore(deps): update dependency mocha to ^10.3.0 by @renovate in https://github.com/textlint/textlint/pull/1360
Full Changelog: https://github.com/textlint/textlint/compare/v14.0.2...v14.0.3
v14.0.2
What's Changed
Bug Fixes
- add TxtCommentNode to StaticPhrasingContent by @pddg in https://github.com/textlint/textlint/pull/1357
New Contributors
- @pddg made their first contribution in https://github.com/textlint/textlint/pull/1357
Full Changelog: https://github.com/textlint/textlint/compare/v14.0.1...v14.0.2
v14.0.1
What's Changed
Bug Fixes
- fix(legacy-textlint-core): add
resetRules()by @azu in https://github.com/textlint/textlint/pull/1353
Full Changelog: https://github.com/textlint/textlint/compare/v14.0.0...v14.0.1
v14.0.0
What's Changed
We published a blog as a release note. For more information, please read the following article.
- 📝 Release Blog: textlint v14.0.0 · textlint
Breaking Changes
- chore!: move gulp-textlint to out of monorepo by @azu in https://github.com/textlint/textlint/pull/1319
- fix(config-loader): enhance config-loader results by @azu in https://github.com/textlint/textlint/pull/1322
- CI: drop Node.js 16 by @azu in https://github.com/textlint/textlint/pull/1337
- Removes CLI from @textlint/linter-formatter by @kapooraryan in https://github.com/textlint/textlint/pull/1272
- fix(textlint): remove
--paralleland--maxConcurrencyflag by @azu in https://github.com/textlint/textlint/pull/1338 - BREAKING CHANGE: textlint require Node.js v18.14.0>= by @azu in https://github.com/textlint/textlint/pull/1343
- BREAKING CHANGE: Change textlint-scirpts output target by @azu in https://github.com/textlint/textlint/pull/1345
Features
- feat(textlint): add deprecation warning to old APIs by @azu in https://github.com/textlint/textlint/pull/1312
Refactoring
- fix(kernel): remove unused TextlintConfigObject by @azu in https://github.com/textlint/textlint/pull/1308
CI
- CI: add canary-release workflow by @azu in https://github.com/textlint/textlint/pull/1350
Dependency Updates
- chore(deps): update dependency @types/node to ^18.18.10 by @renovate in https://github.com/textlint/textlint/pull/1297
- fix(deps): update dependency @babel/cli to ^7.23.4 by @renovate in https://github.com/textlint/textlint/pull/1298
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1299
- chore(deps): update dependency @types/node to ^18.18.12 by @renovate in https://github.com/textlint/textlint/pull/1300
- chore(deps): update dependency @types/node to ^18.18.13 by @renovate in https://github.com/textlint/textlint/pull/1302
- chore(deps): update dependency textlint-rule-helper to ^2.3.1 by @renovate in https://github.com/textlint/textlint/pull/1303
- fix(deps): update babel monorepo to ^7.23.5 (patch) by @renovate in https://github.com/textlint/textlint/pull/1304
- chore(deps): update dependency ts-node to ^10.9.2 by @renovate in https://github.com/textlint/textlint/pull/1311
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1313
- chore(deps): update dependency @types/node to ^18.19.4 by @renovate in https://github.com/textlint/textlint/pull/1314
- fix(deps): update babel monorepo to ^7.23.7 (patch) by @renovate in https://github.com/textlint/textlint/pull/1315
- fix(deps): update dependency @babel/register to ^7.23.7 by @renovate in https://github.com/textlint/textlint/pull/1316
- chore(deps): update dependency @types/node to ^18.18.14 by @renovate in https://github.com/textlint/textlint/pull/1318
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1321
- chore(deps): update dependency chai to ^4.4.0 by @renovate in https://github.com/textlint/textlint/pull/1323
- chore(deps): update dependency @types/node to ^18.19.5 by @renovate in https://github.com/textlint/textlint/pull/1324
- fix(deps): update dependency @babel/preset-env to ^7.23.8 by @renovate in https://github.com/textlint/textlint/pull/1325
- chore(deps): update dependency @types/node to ^18.19.6 by @renovate in https://github.com/textlint/textlint/pull/1326
- chore(deps): update dependency chai to ^4.4.1 by @renovate in https://github.com/textlint/textlint/pull/1329
- chore(deps): update dependency @types/node to ^18.19.7 by @renovate in https://github.com/textlint/textlint/pull/1330
- chore(deps): update dependency @types/node to ^18.19.8 by @renovate in https://github.com/textlint/textlint/pull/1332
- chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 by @renovate in https://github.com/textlint/textlint/pull/1333
- chore(deps): update dependency npm-run-all2 to ^5.0.2 by @renovate in https://github.com/textlint/textlint/pull/1335
- chore(deps): update dependency @types/node to ^18.19.9 by @renovate in https://github.com/textlint/textlint/pull/1340
- fix(deps): update babel monorepo to ^7.23.9 (patch) by @renovate in https://github.com/textlint/textlint/pull/1346
- chore: update lock by @azu in https://github.com/textlint/textlint/pull/1347
- fix(deps): update dependency diff to ^5.1.0 by @renovate in https://github.com/textlint/textlint/pull/1348
Other Changes
- Fix Full Changelog URL for release information by @hotoolong in https://github.com/textlint/textlint/pull/1306
- chore(deps): update dependency node to v18.19.0 by @renovate in https://github.com/textlint/textlint/pull/1301
- chore(deps): update actions/github-script action to v7 by @renovate in https://github.com/textlint/textlint/pull/1287
- chore(deps): update peter-evans/create-pull-request action to v5 by @renovate in https://github.com/textlint/textlint/pull/1136
- chore(deps): update peter-evans/create-pull-request action to v6 by @renovate in https://github.com/textlint/textlint/pull/1341
- chore(deps): update pkgdeps/git-tag-action action to v3 by @renovate in https://github.com/textlint/textlint/pull/1331
- chore(deps): update actions/setup-node action to v4 by @renovate in https://github.com/textlint/textlint/pull/1351
New Contributors
- @hotoolong made their first contribution in https://github.com/textlint/textlint/pull/1306
- @kapooraryan made their first contribution in https://github.com/textlint/textlint/pull/1272
Full Changelog: https://github.com/textlint/textlint/compare/v13.4.1...v14.0.0
v13.4.1
What's Changed
Bug Fixes
- fix(ast-node-types): remove
[index:string]: any;fromTxtNodeby @azu in https://github.com/textlint/textlint/pull/1295
This PR fixed types of textlint. It does not change the behavior of textlint.
- Remove
[index:string]: any;fromTxtNode - Plugin's
preProcessshould returnTxtDocumentNode- Previously, it allow return
TxtNode.
- Previously, it allow return
For plugin developer:
You may be necessary to change the type that returns preProcess as follows
- preProcess(_text: string, _filePath: string): TxtNode {
+ preProcess(_text: string, _filePath: string): TxtDocumentNode {
Dependency Updates
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1288
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1289
- chore(deps): update dependency @types/debug to ^4.1.12 by @renovate in https://github.com/textlint/textlint/pull/1290
- fix(deps): update babel monorepo to ^7.23.3 (patch) by @renovate in https://github.com/textlint/textlint/pull/1291
- chore(deps): update dependency @monorepo-utils/workspaces-to-typescript-project-references to ^2.10.4 by @renovate in https://github.com/textlint/textlint/pull/1292
- chore(deps): update npm to v9.9.2 by @renovate in https://github.com/textlint/textlint/pull/1293
Full Changelog: https://github.com/textlint/textlint/compare/v13.4.0...13.4.1
v13.4.0
SUMMARY
textlint-scripts allow a rule to use native import().
It will help the rule to import ESM modules from CJS.
For example, alex is pure ESM package.
CJS package can not load via require("alex"), but it can load await import("alex")
What's Changed
Features
- feat(textlint-script): support
import()by @azu in https://github.com/textlint/textlint/pull/1284
Documentation
- loadFixerFormatter is not use in example. by @k35o in https://github.com/textlint/textlint/pull/1195
- Update rule.md: add community notes by @azu in https://github.com/textlint/textlint/pull/1213
Refactoring
- refactor(textlint): move deprecated code to DEPRECATED/ dir by @azu in https://github.com/textlint/textlint/pull/1201
Testing
- test: move kernel's test to kernel by @azu in https://github.com/textlint/textlint/pull/1203
Maintenance
- Update renovate.json by @azu in https://github.com/textlint/textlint/pull/1267
Dependency Updates
- chore(deps): update eslint to ^5.60.1 (patch) by @renovate in https://github.com/textlint/textlint/pull/1197
- chore: remove packages from lerna.json by @azu in https://github.com/textlint/textlint/pull/1198
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1199
- chore(deps): update dependency @types/node to ^18.16.19 by @renovate in https://github.com/textlint/textlint/pull/1202
- chore(deps): update eslint to ^5.61.0 (minor) by @renovate in https://github.com/textlint/textlint/pull/1204
- fix(deps): update babel monorepo to ^7.22.6 (patch) by @renovate in https://github.com/textlint/textlint/pull/1205
- chore(deps): update npm to v9.8.0 by @renovate in https://github.com/textlint/textlint/pull/1206
- fix(deps): update babel monorepo (patch) by @renovate in https://github.com/textlint/textlint/pull/1207
- chore(deps): update eslint to ^5.62.0 (patch) by @renovate in https://github.com/textlint/textlint/pull/1209
- chore(deps): update dependency lerna to ^7.1.3 by @renovate in https://github.com/textlint/textlint/pull/1211
- fix(deps): update babel monorepo to ^7.22.9 (patch) by @renovate in https://github.com/textlint/textlint/pull/1212
- chore(deps): update dependency lerna to ^7.1.4 by @renovate in https://github.com/textlint/textlint/pull/1214
- chore(deps): update npm to v9.8.1 by @renovate in https://github.com/textlint/textlint/pull/1215
- chore(deps): update dependency @types/node to ^18.17.1 by @renovate in https://github.com/textlint/textlint/pull/1216
- chore(deps): update dependency eslint-config-prettier to ^8.9.0 by @renovate in https://github.com/textlint/textlint/pull/1217
- chore(deps): update dependency eslint-config-prettier to ^8.10.0 by @renovate in https://github.com/textlint/textlint/pull/1218
- chore(deps): update dependency @types/node to ^18.17.2 by @renovate in https://github.com/textlint/textlint/pull/1219
- chore(deps): update dependency @types/node to ^18.17.3 by @renovate in https://github.com/textlint/textlint/pull/1220
- chore(deps): update dependency @types/js-yaml to ^3.12.7 by @renovate in https://github.com/textlint/textlint/pull/1223
- fix(deps): update babel monorepo to ^7.22.10 (patch) by @renovate in https://github.com/textlint/textlint/pull/1224
- chore(deps): update dependency @types/node to ^18.17.4 by @renovate in https://github.com/textlint/textlint/pull/1225
- chore(deps): update dependency lerna to ^7.1.5 by @renovate in https://github.com/textlint/textlint/pull/1226
- chore(deps): update dependency @types/node to ^18.17.5 by @renovate in https://github.com/textlint/textlint/pull/1227
- chore(deps): update dependency lint-staged to ^13.3.0 by @renovate in https://github.com/textlint/textlint/pull/1228
- chore(deps): update dependency @types/node to ^18.17.6 by @renovate in https://github.com/textlint/textlint/pull/1229
- chore(deps): update dependency @types/node to ^18.17.7 by @renovate in https://github.com/textlint/textlint/pull/1230
- chore(deps): update dependency @types/node to ^18.17.8 by @renovate in https://github.com/textlint/textlint/pull/1231
- chore(deps): update dependency @types/node to ^18.17.9 by @renovate in https://github.com/textlint/textlint/pull/1232
- chore(deps): update dependency chai to ^4.3.8 by @renovate in https://github.com/textlint/textlint/pull/1233
- fix(deps): update babel monorepo to ^7.22.11 (patch) by @renovate in https://github.com/textlint/textlint/pull/1234
- chore(deps): update dependency @types/node to ^18.17.11 by @renovate in https://github.com/textlint/textlint/pull/1235
- chore(deps): update dependency @types/node to ^18.17.12 by @renovate in https://github.com/textlint/textlint/pull/1236
- chore(deps): update dependency lerna to ^7.2.0 by @renovate in https://github.com/textlint/textlint/pull/1238
- fix(deps): update dependency @babel/preset-env to ^7.22.14 by @renovate in https://github.com/textlint/textlint/pull/1239
- chore(deps): update dependency @types/node to ^18.17.13 by @renovate in https://github.com/textlint/textlint/pull/1240
- chore(deps): update dependency @types/node to ^18.17.14 by @renovate in https://github.com/textlint/textlint/pull/1241
- fix(deps): update babel monorepo to ^7.22.15 (patch) by @renovate in https://github.com/textlint/textlint/pull/1242
- chore(deps): update dependency @types/clone to ^2.1.2 by @renovate in https://github.com/textlint/textlint/pull/1243
- chore(deps): update dependency @types/lodash to ^4.14.198 by @renovate in https://github.com/textlint/textlint/pull/1244
- fix(deps): update dependency @babel/core to ^7.22.17 by @renovate in https://github.com/textlint/textlint/pull/1245
- chore(deps): update dependency @types/node to ^18.17.15 by @renovate in https://github.com/textlint/textlint/pull/1246
- chore(deps): update dependency @types/traverse to ^0.6.33 by @renovate in https://github.com/textlint/textlint/pull/1248
- chore(deps): update dependency lerna to ^7.3.0 by @renovate in https://github.com/textlint/textlint/pull/1249
- fix(deps): update dependency @babel/core to ^7.22.19 by @renovate in https://github.com/textlint/textlint/pull/1250
- chore(deps): update dependency @types/node to ^18.17.16 by @renovate in https://github.com/textlint/textlint/pull/1251
- chore(deps): update dependency @types/js-yaml to ^3.12.8 by @renovate in https://github.com/textlint/textlint/pull/1252
- chore(deps): update dependency @types/node to ^18.17.17 by @renovate in https://github.com/textlint/textlint/pull/1253
- fix(deps): update babel monorepo to ^7.22.20 (patch) by @renovate in https://github.com/textlint/textlint/pull/1254
- chore(deps): update dependency @types/node to ^18.17.18 by @renovate in https://github.com/textlint/textlint/pull/1255
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1256
- chore(deps): update dependency @types/node to ^18.17.19 by @renovate in https://github.com/textlint/textlint/pull/1257
- fix(deps): update babel monorepo to ^7.23.0 (minor) by @renovate in https://github.com/textlint/textlint/pull/1258
- chore(deps): update dependency @types/shelljs to ^0.8.13 by @renovate in https://github.com/textlint/textlint/pull/1259
- chore(deps): update dependency @types/node to ^18.18.0 by @renovate in https://github.com/textlint/textlint/pull/1260
- chore(deps): update dependency chai to ^4.3.9 by @renovate in https://github.com/textlint/textlint/pull/1261
- chore(deps): update dependency chai to ^4.3.10 by @renovate in https://github.com/textlint/textlint/pull/1262
- chore(deps): update dependency @types/node to ^18.18.1 by @renovate in https://github.com/textlint/textlint/pull/1263
- chore(deps): update dependency @types/node to ^18.18.3 by @renovate in https://github.com/textlint/textlint/pull/1264
- chore(deps): update npm to v9.9.0 by @renovate in https://github.com/textlint/textlint/pull/1265
- chore(deps): update dependency @types/node to ^18.18.4 by @renovate in https://github.com/textlint/textlint/pull/1266
- chore(deps): update dependency lerna to ^7.3.1 by @renovate in https://github.com/textlint/textlint/pull/1268
- fix(deps): update dependency @babel/preset-env to ^7.23.2 by @renovate in https://github.com/textlint/textlint/pull/1269
- fix(deps): update babel monorepo to ^7.23.2 (patch) by @renovate in https://github.com/textlint/textlint/pull/1270
- chore(deps): update dependency @types/node to ^18.18.5 by @renovate in https://github.com/textlint/textlint/pull/1271
- chore(deps): update dependency lerna to ^7.4.0 by @renovate in https://github.com/textlint/textlint/pull/1275
- chore(deps): update dependency lerna to ^7.4.1 by @renovate in https://github.com/textlint/textlint/pull/1276
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1277
- chore(deps): update dependency @types/node to ^18.18.7 by @renovate in https://github.com/textlint/textlint/pull/1278
- chore(deps): update dependency lerna to ^7.4.2 by @renovate in https://github.com/textlint/textlint/pull/1280
- chore(deps): update dependency @types/node to ^18.18.8 by @renovate in https://github.com/textlint/textlint/pull/1282
Other Changes
- chore(deps): update node.js to v18.16.1 by @renovate in https://github.com/textlint/textlint/pull/1144
- Update ignore.md by @azu in https://github.com/textlint/textlint/pull/1208
- refactor: migrate CJS require/exports to ESM import/export by @azu in https://github.com/textlint/textlint/pull/1221
- chore(deps): update dependency node to v18.17.1 by @renovate in https://github.com/textlint/textlint/pull/1210
- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/textlint/textlint/pull/1237
- chore(deps): update actions/setup-node action to v4 by @renovate in https://github.com/textlint/textlint/pull/1273
New Contributors
- @k35o made their first contribution in https://github.com/textlint/textlint/pull/1195
Full Changelog: https://github.com/textlint/textlint/compare/v13.3.3...13.4.0
v13.3.3
What's Changed
Refactoring
- chore(deps): remove unused optionator by @azu in https://github.com/textlint/textlint/pull/1193
It reduces dependencies.
Dependency Updates
- chore(deps): update dependency @types/node to ^18.15.5 by @renovate in https://github.com/textlint/textlint/pull/1127
- chore(deps): update eslint (minor) by @renovate in https://github.com/textlint/textlint/pull/1128
- chore(deps): update dependency lerna to ^6.6.0 by @renovate in https://github.com/textlint/textlint/pull/1129
- chore(deps): update dependency @types/node to ^18.15.6 by @renovate in https://github.com/textlint/textlint/pull/1130
- chore(deps): update dependency @types/node to ^18.15.7 by @renovate in https://github.com/textlint/textlint/pull/1131
- chore(deps): update dependency lerna to ^6.6.1 by @renovate in https://github.com/textlint/textlint/pull/1132
- chore(deps): update dependency @types/node to ^18.15.9 by @renovate in https://github.com/textlint/textlint/pull/1133
- chore(deps): update dependency @types/node to ^18.15.10 by @renovate in https://github.com/textlint/textlint/pull/1134
- chore(deps): update eslint to ^5.57.0 (minor) by @renovate in https://github.com/textlint/textlint/pull/1135
- chore(deps): update dependency @types/node to ^18.15.11 by @renovate in https://github.com/textlint/textlint/pull/1137
- chore(deps): update npm to v9.6.3 by @renovate in https://github.com/textlint/textlint/pull/1138
- fix(deps): update babel monorepo to ^7.21.4 (patch) by @renovate in https://github.com/textlint/textlint/pull/1139
- fix(deps): update dependency @babel/preset-env to ^7.21.4 by @renovate in https://github.com/textlint/textlint/pull/1141
- chore(deps): update eslint to ^5.57.1 (patch) by @renovate in https://github.com/textlint/textlint/pull/1142
- chore(deps): update npm to v9.6.4 by @renovate in https://github.com/textlint/textlint/pull/1143
- chore(deps): update dependency lint-staged to ^13.2.1 by @renovate in https://github.com/textlint/textlint/pull/1145
- chore(deps): update eslint to ^5.58.0 (minor) by @renovate in https://github.com/textlint/textlint/pull/1146
- chore(deps): update dependency @types/shelljs to ^0.8.12 by @renovate in https://github.com/textlint/textlint/pull/1147
- chore(deps): update eslint to ^5.59.0 (minor) by @renovate in https://github.com/textlint/textlint/pull/1148
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1149
- chore(deps): update dependency @types/node to ^18.15.13 by @renovate in https://github.com/textlint/textlint/pull/1150
- chore(deps): update dependency @types/node to ^18.16.0 by @renovate in https://github.com/textlint/textlint/pull/1151
- chore(deps): update eslint to ^5.59.1 (patch) by @renovate in https://github.com/textlint/textlint/pull/1152
- chore(deps): update dependency @types/node to ^18.16.1 by @renovate in [https://github.com/textlint/textlint/pull/1153](https://redirect.github.co
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploying vue-i18n-next with
Cloudflare Pages
| Latest commit: |
dd12643
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b8eb90b0.vue-i18n-next.pages.dev |
| Branch Preview URL: | https://renovate-textlint-14-x.vue-i18n-next.pages.dev |