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

fix(deps): update all #1084

Merged
merged 1 commit into from
Jul 6, 2023
Merged

fix(deps): update all #1084

merged 1 commit into from
Jul 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@adyen/api-library 13.0.0 -> 13.1.3 age adoption passing confidence dependencies minor
@commercetools/sdk-middleware-http (source) 7.0.2 -> 7.0.3 age adoption passing confidence dependencies patch
@commercetools/sync-actions (source) 5.4.1 -> 5.12.2 age adoption passing confidence dependencies minor
c8 7.13.0 -> 7.14.0 age adoption passing confidence dependencies minor
eslint (source) 8.35.0 -> 8.44.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.6.0 -> 8.8.0 age adoption passing confidence devDependencies minor
google-github-actions/setup-gcloud v1.1.0 -> v1.1.1 age adoption passing confidence action patch
lint-staged 13.1.2 -> 13.2.3 age adoption passing confidence devDependencies minor
lockfile-lint (source) 4.10.1 -> 4.10.6 age adoption passing confidence dependencies patch
nock 13.3.0 -> 13.3.1 age adoption passing confidence devDependencies patch
node-fetch 3.3.0 -> 3.3.1 age adoption passing confidence dependencies patch
prettier (source) 2.8.4 -> 2.8.8 age adoption passing confidence devDependencies patch
puppeteer (source) 19.7.2 -> 19.11.1 age adoption passing confidence devDependencies minor
sinon (source) 15.0.1 -> 15.2.0 age adoption passing confidence devDependencies minor

Release Notes

Adyen/adyen-node-api-library (@​adyen/api-library)

v13.1.3: Adyen Node API Library v13.1.3

Compare Source

What's Changed

Other Changes 🖇️

New Contributors

Full Changelog: Adyen/adyen-node-api-library@v13.1.2...v13.1.3

v13.1.2: Adyen Node API Library v13.1.2

Compare Source

What's Changed

Other Changes 🖇️

Full Changelog: Adyen/adyen-node-api-library@v13.1.1...v13.1.2

v13.1.1: Adyen Node API Library v13.1.1

Compare Source

What's Changed

Other Changes 🖇️

Full Changelog: Adyen/adyen-node-api-library@v13.1.0...v13.1.1

v13.1.0: Adyen Node API Library v13.1.0

Compare Source

What's Changed

Other Changes 🖇️

New Contributors

Full Changelog: Adyen/adyen-node-api-library@v13.0.0...v13.1.0

commercetools/nodejs (@​commercetools/sdk-middleware-http)

v7.0.3

Compare Source

Patch Changes
bcoe/c8 (c8)

v7.14.0

Compare Source

Features
  • added a new CLI arg --merge-async to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#​469) (45f2f84)
eslint/eslint (eslint)

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

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

v8.41.0

Compare Source

Features
  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)
Bug Fixes
  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)
Documentation
  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)
Chores

v8.40.0

Compare Source

Features
  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)
Bug Fixes
  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)
Documentation
  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)
Chores

v8.39.0

Compare Source

Features
  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)
Documentation
  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)
Chores

v8.38.0

Compare Source

Features
  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)
Bug Fixes
  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)
Documentation
  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)
Chores

v8.37.0

Compare Source

Features
Bug Fixes
  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)
Documentation
  • 75339df docs: fix typos and missing info in id-match docs (#​17029) (Ed Lucas)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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 force-pushed the renovate/all branch 3 times, most recently from 8050fdf to 5231d95 Compare March 13, 2023 10:48
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Mar 13, 2023
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 70eff85 to a76211f Compare March 21, 2023 11:46
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 13c80fb to 54ea236 Compare March 29, 2023 18:51
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 77a7712 to cc167d5 Compare April 7, 2023 13:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d5ae431 to e1516e0 Compare April 13, 2023 18:16
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 877197f to 1480e12 Compare April 24, 2023 15:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dfaac31 to 8f536f2 Compare April 26, 2023 15:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ad42af2 to 56f231c Compare May 4, 2023 16:50
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7eef62c to 92f4640 Compare May 9, 2023 22:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f025975 to 756ccfc Compare June 3, 2023 00:47
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2a85b50 to 0ce868c Compare June 20, 2023 16:44
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 8cea53b to 8904b48 Compare July 4, 2023 16:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1f59551 to b7b4ee5 Compare July 6, 2023 13:34
@renovate renovate bot merged commit 6167c31 into master Jul 6, 2023
5 checks passed
@renovate renovate bot deleted the renovate/all branch July 6, 2023 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants