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 #91

Merged
merged 2 commits into from
Jan 26, 2024
Merged

chore(deps): update all dependencies #91

merged 2 commits into from
Jan 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/changelog-github (source) 0.4.8 -> 0.5.0 age adoption passing confidence
@changesets/cli (source) 2.26.2 -> 2.27.1 age adoption passing confidence
@commercetools-backend/eslint-config-node (source) 22.9.1 -> 22.16.0 age adoption passing confidence
@commercetools-frontend/babel-preset-mc-app (source) 22.9.1 -> 22.16.0 age adoption passing confidence
@commitlint/cli (source) 17.8.0 -> 17.8.1 age adoption passing confidence
@commitlint/config-conventional (source) 17.8.0 -> 17.8.1 age adoption passing confidence
@manypkg/cli (source) 0.21.0 -> 0.21.2 age adoption passing confidence
@preconstruct/cli (source) 2.8.1 -> 2.8.3 age adoption passing confidence
@types/express (source) 4.17.19 -> 4.17.21 age adoption passing confidence
@types/jest (source) 29.5.5 -> 29.5.11 age adoption passing confidence
@types/uuid (source) 9.0.5 -> 9.0.8 age adoption passing confidence
eslint (source) 8.51.0 -> 8.56.0 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.14.3 age adoption passing confidence
ts-jest (source) 29.1.1 -> 29.1.2 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.3 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.5.0

Compare Source

Minor Changes
  • #​1185 a971652 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.
Patch Changes
commercetools/merchant-center-application-kit (@​commercetools-backend/eslint-config-node)

v22.16.0

v22.15.1

Compare Source

Patch Changes

v22.15.0

Compare Source

v22.14.3

Compare Source

v22.14.2

Compare Source

v22.14.1

Compare Source

v22.14.0

Compare Source

v22.13.2

Compare Source

v22.13.1

Compare Source

v22.13.0

Compare Source

v22.12.0

Compare Source

v22.11.0

Compare Source

v22.10.0

Compare Source

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

v22.16.0

v22.15.1

Compare Source

v22.15.0

Compare Source

v22.14.3

Compare Source

v22.14.2

Compare Source

v22.14.1

Compare Source

v22.14.0

Compare Source

v22.13.2

Compare Source

v22.13.1

Compare Source

v22.13.0

Compare Source

v22.12.0

Compare Source

v22.11.0

Compare Source

v22.10.0

Compare Source

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

v17.8.1

Compare Source

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

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

v17.8.1

Compare Source

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

Thinkmill/manypkg (@​manypkg/cli)

v0.21.2

Compare Source

Patch Changes

v0.21.1

Compare Source

Patch Changes
preconstruct/preconstruct (@​preconstruct/cli)

v2.8.3

Compare Source

Patch Changes

v2.8.2

Compare Source

Patch Changes
eslint/eslint (eslint)

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

pnpm/pnpm (pnpm)

v8.14.3

Compare Source

Patch Changes

  • pnpm pack should work as expected when "prepack" modifies the manifest #​7558.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.2

Compare Source

Patch Changes

  • Registry configuration from previous installation should not override current settings #​7507.
  • pnpm dlx should not fail, when executed from package.json "scripts" 7424.
  • A git-hosted dependency should not be added to the store if it failed to be built #​7407.
  • pnpm publish should pack "main" file or "bin" files defined in "publishConfig" #​4195.

Platinum Sponsors

Gold Sponsors


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 Oct 23, 2023

🦋 Changeset detected

Latest commit: e54ff34

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 4 times, most recently from faa649a to 0a1d78f Compare October 31, 2023 09:23
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 14dd0ac to 8cb6411 Compare November 7, 2023 23:30
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from aa408bd to 10c8ebd Compare November 18, 2023 22:48
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 56dbcf9 to 61addc3 Compare November 24, 2023 18:15
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from fc6a9e7 to fa72511 Compare December 3, 2023 19:17
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ccc6add to 67e4e84 Compare December 6, 2023 04:39
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2c0e89e to 8a77f50 Compare December 14, 2023 18:55
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f0f4b74 to f958b0a Compare December 30, 2023 03:19
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 996d207 to dc3d260 Compare January 9, 2024 20:12
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from f9fda2f to 1b16dcb Compare January 17, 2024 08:48
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from e2cd8b8 to 16ba6de Compare January 26, 2024 06:02
@renovate renovate bot requested a review from a team as a code owner January 26, 2024 09:33
@tdeekens tdeekens merged commit 150aa26 into main Jan 26, 2024
4 checks passed
@tdeekens tdeekens deleted the renovate/all branch January 26, 2024 09:34
@ct-changesets ct-changesets bot mentioned this pull request Jan 26, 2024
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