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

Update all non-major dependencies #775

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auto-it/slack 11.0.1 -> 11.0.4 age adoption passing confidence
@nrwl/nx-cloud 16.3.0 -> 16.4.0 age adoption passing confidence
caniuse-lite 1.0.30001520 -> 1.0.30001535 age adoption passing confidence
eslint (source) 8.47.0 -> 8.49.0 age adoption passing confidence
eslint-plugin-import 2.28.0 -> 2.28.1 age adoption passing confidence
jsonwebtoken 9.0.1 -> 9.0.2 age adoption passing confidence
node-fetch 2.6.12 -> 2.7.0 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence
tslib (source) 2.6.1 -> 2.6.2 age adoption passing confidence
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence

Release Notes

intuit/auto (@​auto-it/slack)

v11.0.4

Compare Source

🐛 Bug Fix
Authors: 1

v11.0.3

Compare Source

🐛 Bug Fix
Authors: 2

v11.0.2

Compare Source

🐛 Bug Fix
Authors: 2

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001535

Compare Source

v1.0.30001534

Compare Source

v1.0.30001533

Compare Source

v1.0.30001532

Compare Source

v1.0.30001529

Compare Source

v1.0.30001528

Compare Source

v1.0.30001527

Compare Source

v1.0.30001526

Compare Source

v1.0.30001525

Compare Source

v1.0.30001524

Compare Source

v1.0.30001523

Compare Source

v1.0.30001522

Compare Source

v1.0.30001521

Compare Source

eslint/eslint (eslint)

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
import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.1

Compare Source

Fixed
Changed
auth0/node-jsonwebtoken (jsonwebtoken)

v9.0.2

Compare Source

  • security: updating semver to 7.5.4 to resolve CVE-2022-25883, closes #​921.
  • refactor: reduce library size by using lodash specific dependencies, closes #​878.
node-fetch/node-fetch (node-fetch)

v2.7.0

Compare Source

Features

v2.6.13

Compare Source

Bug Fixes
prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}
Microsoft/tslib (tslib)

v2.6.2: tslib 2.6.2

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

Microsoft/TypeScript (typescript)

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 9am on the 15th day of the month" in timezone Europe/London, 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 added the change: dependencies Updates to dependencies only label Sep 15, 2023
@renovate renovate bot requested a review from AndrewLeedham September 15, 2023 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d9646ab to 84bdabd Compare September 18, 2023 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84bdabd to 7ee9ee0 Compare September 18, 2023 15:46
@AndrewLeedham AndrewLeedham merged commit a71eece into next Sep 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: dependencies Updates to dependencies only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant