Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

chore(deps): update all non-major dependencies #30

Merged
merged 1 commit into from Oct 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@formatjs/cli-lib 6.1.1 -> 6.2.0 age adoption passing confidence
@formatjs/icu-messageformat-parser 2.4.0 -> 2.6.2 age adoption passing confidence
@nuxtjs/eslint-config-typescript ^12.0.0 -> ^12.1.0 age adoption passing confidence
@rollup/pluginutils (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence
@types/node (source) ^18.16.16 -> ^18.18.1 age adoption passing confidence
del-cli ^5.0.0 -> ^5.1.0 age adoption passing confidence
eslint (source) ^8.42.0 -> ^8.50.0 age adoption passing confidence
glob ^10.2.6 -> ^10.3.10 age adoption passing confidence
memfs ^4.3.0 -> ^4.5.0 age adoption passing confidence
pnpm (source) 8.6.1 -> 8.8.0 age adoption passing confidence
rollup (source) ^3.23.1 -> ^3.29.4 age adoption passing confidence
semantic-release ^21.0.3 -> ^21.1.2 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.2.2 age adoption passing confidence
unplugin ^1.3.1 -> ^1.5.0 age adoption passing confidence
vite (source) ^4.3.9 -> ^4.4.9 age adoption passing confidence
vitest ^0.31.4 -> ^0.34.6 age adoption passing confidence
webpack ^5.85.1 -> ^5.88.2 age adoption passing confidence

Release Notes

formatjs/formatjs (@​formatjs/cli-lib)

v6.2.0

Compare Source

Bug Fixes
Features

v6.1.5

Compare Source

Note: Version bump only for package @​formatjs/cli

v6.1.4

Compare Source

Note: Version bump only for package @​formatjs/cli

v6.1.3

Compare Source

Note: Version bump only for package @​formatjs/cli

v6.1.2

Compare Source

Bug Fixes
  • react-intl: re-export PrimitiveType from intl-messageformat (c00ba91)
  • react-intl: update typescript types for FormattedDate and FormattedTime explicitly add children (#​3852) (67bd664)
formatjs/formatjs (@​formatjs/icu-messageformat-parser)

v2.6.2

Compare Source

Note: Version bump only for package @​formatjs/icu-messageformat-parser

v2.6.1

Compare Source

Bug Fixes

v2.6.0

Compare Source

Features

v2.5.0

Compare Source

Features
rollup/plugins (@​rollup/pluginutils)

v5.0.4

Compare Source

2023-08-26

Updates
  • docs: configure correct options #​1563

v5.0.3

Compare Source

2023-08-13

Bugfixes
  • fix: add current working dirctory when pattern starts with one * #​1547
sindresorhus/del-cli (del-cli)

v5.1.0

Compare Source

v5.0.1

Compare Source

  • Fix Windows compatibility for use with npx 537e5b3
eslint/eslint (eslint)

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)
Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)

v8.45.0

Compare Source

Features
  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)
Bug Fixes
  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)
Documentation
  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)
Chores

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

isaacs/node-glob (glob)

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

[Compare Source](https://togithub.com


Configuration

📅 Schedule: Branch creation - "before 2am on monday" (UTC), 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 2752fde to a77487b Compare June 19, 2023 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1c60d49 to 404d85d Compare June 24, 2023 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4c4cf7e to 6638b8e Compare July 4, 2023 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 507240c to ea09e54 Compare July 10, 2023 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7712d8b to 68dcc4d Compare September 19, 2023 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 33cb706 to cf812b6 Compare September 26, 2023 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from c08b51e to 3450495 Compare October 2, 2023 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3450495 to a02eb7a Compare October 2, 2023 17:10
@brawaru brawaru merged commit a02eb7a into main Oct 4, 2023
2 checks passed
@brawaru brawaru deleted the renovate/all-minor-patch branch October 4, 2023 10:45
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant