Skip to content
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 all non-major dependencies with stable version (minor) #757

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/types (source) ^7.22.19 -> ^7.23.0 age adoption passing confidence devDependencies minor
@evilmartians/lefthook ^1.4.11 -> ^1.5.0 age adoption passing confidence devDependencies minor 1.5.1
@rushstack/eslint-patch (source) ^1.3.3 -> ^1.5.0 age adoption passing confidence devDependencies minor 1.5.1
@typescript-eslint/eslint-plugin ^6.4.1 -> ^6.7.3 age adoption passing confidence devDependencies minor 6.7.4
@typescript-eslint/parser ^6.4.1 -> ^6.7.3 age adoption passing confidence devDependencies minor 6.7.4
axios (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence peerDependencies minor 1.5.1
axios (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence devDependencies minor 1.5.1
axios (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence dependencies minor 1.5.1
eslint (source) ^8.48.0 -> ^8.50.0 age adoption passing confidence devDependencies minor
eslint-plugin-cypress ^2.14.0 -> ^2.15.1 age adoption passing confidence devDependencies minor
node 18.17.1 -> 18.18.0 age adoption passing confidence minor
node 18.17.1 -> 18.18.0 age adoption passing confidence volta minor
node >=v18.17.1 -> >=18.18.0 age adoption passing confidence engines minor
pnpm (source) 8.6.12 -> 8.8.0 age adoption passing confidence volta minor
sass ^1.66.1 -> ^1.68.0 age adoption passing confidence devDependencies minor 1.69.0
swagger-client ^3.20.2 -> ^3.22.3 age adoption passing confidence dependencies minor 3.23.0

Release Notes

babel/babel (@​babel/types)

v7.23.0

Compare Source

🚀 New Feature
  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser
🐛 Bug Fix
  • babel-plugin-transform-block-scoping
💅 Polish
🔬 Output optimization
  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
evilmartians/lefthook (@​evilmartians/lefthook)

v1.5.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

You can read about our versioning strategy and releases on our website.

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

You can read about our versioning strategy and releases on our website.

v6.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#​6885) (23ac499)

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#​7466) (b52658f), closes #​7293

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.6.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.5.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

axios/axios (axios)

v1.5.0

Compare Source

Bug Fixes
  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#​5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#​5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#​5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#​5832) (8fda276)
Features
Contributors to this release
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

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v2.15.1

Compare Source

Bug Fixes
  • unsafe-to-chain-command: Fix the false positive of 'focus' regex matching 'focused' (#​144) (0c5f68b)
nodejs/node (node)

v18.18.0: 2023-09-18, Version 18.18.0 'Hydrogen' (LTS), @​ruyadorno

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 Automerge: Enabled.

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 requested review from kongponents-bot and a team as code owners September 5, 2023 19:28
@renovate renovate bot enabled auto-merge (squash) September 5, 2023 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63716e4 to 43fa303 Compare September 5, 2023 21:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43fa303 to bf9d5d9 Compare September 5, 2023 21:15
kongponents-bot
kongponents-bot previously approved these changes Sep 5, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03f4f73 to 689da1e Compare September 6, 2023 03:42
kongponents-bot
kongponents-bot previously approved these changes Sep 6, 2023
kongponents-bot
kongponents-bot previously approved these changes Sep 7, 2023
kongponents-bot
kongponents-bot previously approved these changes Sep 7, 2023
kongponents-bot
kongponents-bot previously approved these changes Sep 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 796bfee to 4f980b8 Compare September 8, 2023 14:23
kongponents-bot
kongponents-bot previously approved these changes Oct 2, 2023
kongponents-bot
kongponents-bot previously approved these changes Oct 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de0b12c to 70d2d89 Compare October 4, 2023 04:22
kongponents-bot
kongponents-bot previously approved these changes Oct 4, 2023
kongponents-bot
kongponents-bot previously approved these changes Oct 5, 2023
kongponents-bot
kongponents-bot previously approved these changes Oct 5, 2023
kongponents-bot
kongponents-bot previously approved these changes Oct 6, 2023
kongponents-bot
kongponents-bot previously approved these changes Oct 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 966eae0 to d6799b7 Compare October 6, 2023 13:52
@renovate renovate bot merged commit ba13efc into main Oct 6, 2023
26 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 6, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants