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 dependencies #82

Merged
merged 2 commits into from
Sep 27, 2023
Merged

chore(deps): update all dependencies #82

merged 2 commits into from
Sep 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@changesets/cli (source) 2.26.1 -> 2.26.2 age adoption passing confidence devDependencies patch
@commercetools-backend/eslint-config-node (source) 22.3.1 -> 22.8.1 age adoption passing confidence devDependencies minor
@commercetools-frontend/babel-preset-mc-app (source) 22.3.1 -> 22.8.1 age adoption passing confidence devDependencies minor
@commitlint/cli (source) 17.6.5 -> 17.7.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.6.5 -> 17.7.0 age adoption passing confidence devDependencies minor
@preconstruct/cli (source) 2.7.0 -> 2.8.1 age adoption passing confidence devDependencies minor
@types/express (source) 4.17.17 -> 4.17.18 age adoption passing confidence dependencies patch
@types/jest (source) 29.5.2 -> 29.5.5 age adoption passing confidence devDependencies patch
@types/node (source) 18.16.18 -> 18.18.0 age adoption passing confidence devDependencies minor
@types/uuid (source) 9.0.2 -> 9.0.4 age adoption passing confidence dependencies patch
babel-jest 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
changesets/action v1.4.4 -> v1.4.5 age adoption passing confidence action patch
eslint (source) 8.43.0 -> 8.50.0 age adoption passing confidence devDependencies minor
jest (source) 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
jest-mock 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
jest-runner-eslint 2.1.0 -> 2.1.2 age adoption passing confidence devDependencies patch
lint-staged 13.2.2 -> 13.3.0 age adoption passing confidence devDependencies minor
pnpm (source) 8.6.3 -> 8.8.0 age adoption passing confidence packageManager minor
pnpm/action-setup v2.2.4 -> v2.4.0 age adoption passing confidence action minor
ts-jest (source) 29.1.0 -> 29.1.1 age adoption passing confidence devDependencies patch
typescript (source) 5.1.3 -> 5.2.2 age adoption passing confidence devDependencies minor
uuid 9.0.0 -> 9.0.1 age adoption passing confidence dependencies patch

Release Notes

changesets/changesets (@​changesets/cli)

v2.26.2

Compare Source

Patch Changes
commercetools/merchant-center-application-kit (@​commercetools-backend/eslint-config-node)

v22.8.1

Compare Source

v22.8.0

Compare Source

Patch Changes

v22.7.1

Compare Source

v22.7.0

Compare Source

v22.6.0

Compare Source

v22.5.0

Compare Source

Patch Changes

v22.4.0

Compare Source

v22.3.4

Compare Source

v22.3.3

Compare Source

v22.3.2

Compare Source

commercetools/merchant-center-application-kit (@​commercetools-frontend/babel-preset-mc-app)

v22.8.1

Compare Source

v22.8.0

Compare Source

Patch Changes

v22.7.1

Compare Source

v22.7.0

Compare Source

v22.6.0

Compare Source

v22.5.0

Compare Source

v22.4.0

Compare Source

v22.3.4

Compare Source

v22.3.3

Compare Source

v22.3.2

Compare Source

conventional-changelog/commitlint (@​commitlint/cli)

v17.7.1

Compare Source

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

v17.7.0

Compare Source

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

17.6.7 (2023-07-19)

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

17.6.6 (2023-06-24)

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

17.6.5 (2023-05-30)

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

17.6.3 (2023-05-04)

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

17.6.1 (2023-04-14)

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

v17.6.7

Compare Source

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

v17.6.6

Compare Source

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

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/config-conventional

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/config-conventional

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/config-conventional

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/config-conventional

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

preconstruct/preconstruct (@​preconstruct/cli)

v2.8.1

Compare Source

Patch Changes
  • #​567 d4006c8 Thanks @​Andarist! - Fixed .mjs proxies generation with ___experimentalFlags_WILL_CHANGE_IN_PATCH.importsConditions and exports.importConditionDefaultExport: 'default'

v2.8.0

Compare Source

Minor Changes
  • #​565 484c6a7 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

  • #​566 9d4f0dc Thanks @​emmatown! - Preconstruct no longer emits unnecessary .d.ts files that aren't referenced by an entrypoint

Patch Changes
  • 58df49f Thanks @​emmatown! - Fix require hook skipping compiling files when just an entrypoint is loaded

  • #​559 a58f021 Thanks @​emmatown! - Extend import path normalisation in generated declaration files to manually written declaration files as well

jestjs/jest (babel-jest)

v29.7.0

Compare Source

Features
  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)
Fixes
  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)
Performance
  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)
Chore & Maintenance
  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)

v29.6.4

Compare Source

Fixes
  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)

v29.6.3

Compare Source

Fixes
  • [expect, @​jest/expect-utils] ObjectContaining support sumbol as key (#​14414)
  • [expect] Remove @types/node from dependencies (#​14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#​14059 & #​14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#​14401)
  • [jest-mock] Revert #​13692 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13866 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13867 as it was a breaking change (#​14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#​14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#​14397)
Chore & Maintenance
  • [jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#​14366)

v29.6.2

Compare Source

Fixes
  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#​14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#​14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#​14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#​14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#​14309)
Chore & Maintenance
  • [@jest/core] Use pluralize from jest-util rather than own internal (#​14322)

v29.6.1

Compare Source

Fixes

v29.6.0

Compare Source

Features
  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#​14139)
  • [jest-cli] Include type definitions to generated config files (#​14078)
  • [jest-snapshot] Support arrays as property matchers (#​14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#​14174)
Fixes
  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#​14110)
  • [jest-config] Handle frozen config object (#​14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#​14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#​14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#​13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#​14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#​14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#​14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#​14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#​14148)
  • [jest-runtime] Guard _isMockFunction access with in (#​14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#​14036)
  • [@jest/transform] Do not instrument .json modules (#​14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#​14015)
Chore & Maintenance
  • [*] Update semver dependency to get vulnerability fix (#​14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#​14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#​14056)
  • [docs] Update jest statistics of use and downloads in website Index.
changesets/action (changesets/action)

v1.4.5

Compare Source

Patch Changes
  • #​282 eb19e25 Thanks @​mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.
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


Configuration

📅 Schedule: Branch creation - "before 4am 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.

@changeset-bot
Copy link

changeset-bot bot commented Jun 26, 2023

🦋 Changeset detected

Latest commit: 00fa3d4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@commercetools/express-request-correlator Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 73ca842 to cb43c23 Compare July 3, 2023 04:21
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 09443f9 to d170c1f Compare July 10, 2023 00:03
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3bf353c to 18d190d Compare July 17, 2023 12:59
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 21eb609 to 11a7666 Compare July 25, 2023 11:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 54cbea3 to 338e4a3 Compare July 27, 2023 10:12
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 761e793 to e77fecf Compare September 9, 2023 02:34
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 0088178 to a6d1cf0 Compare September 17, 2023 22:12
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 99ef887 to 148fddd Compare September 25, 2023 22:28
@tdeekens tdeekens merged commit 5cb1e74 into main Sep 27, 2023
4 checks passed
@tdeekens tdeekens deleted the renovate/all branch September 27, 2023 09:07
@ct-changesets ct-changesets bot mentioned this pull request Sep 27, 2023
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.

1 participant