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 npm minor #188

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Update npm minor #188

merged 1 commit into from
Sep 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cspell (source) 7.0.1 -> 7.3.2 age adoption passing confidence
docusaurus-lunr-search (source) 2.4.1 -> 2.4.2 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence

Release Notes

streetsidesoftware/cspell (cspell)

v7.3.2

Compare Source

Note: Version bump only for package cspell-monorepo

v7.3.1

Compare Source

Note: Version bump only for package cspell-monorepo

v7.3.0

Compare Source

Note: Version bump only for package cspell-monorepo

v7.2.0

Compare Source

Note: Version bump only for package cspell-monorepo

v7.1.1

Compare Source

Note: Version bump only for package cspell-monorepo

v7.0.2

Compare Source

Note: Version bump only for package cspell-monorepo

lelouch77/docusaurus-lunr-search (docusaurus-lunr-search)

v2.4.2: Release

Compare Source

data-search-children option added
Check this issue #​115 for more detail

Full Changelog: praveenn77/docusaurus-lunr-search@v2.4.1...v2.4.2

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();
}

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 a review from a team as a code owner September 2, 2023 02:41
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 2, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: eb892d5
Status: ✅  Deploy successful!
Preview URL: https://9a4f0350.contributing-docs.pages.dev
Branch Preview URL: https://renovate-npm-minor.contributing-docs.pages.dev

View logs

@bitwarden-bot
Copy link

bitwarden-bot commented Sep 2, 2023

Logo
Checkmarx One – Scan Summary & Detailsa88a0ac6-ff58-4e6c-9f93-87dda64148b2

No New Or Fixed Issues Found

@renovate renovate bot force-pushed the renovate/npm-minor branch from 4a66fb3 to 1045c32 Compare September 2, 2023 15:22
@renovate renovate bot force-pushed the renovate/npm-minor branch from 1045c32 to eb892d5 Compare September 4, 2023 08:34
@Hinton Hinton merged commit 337272a into master Sep 4, 2023
@Hinton Hinton deleted the renovate/npm-minor branch September 4, 2023 08:36
Hinton added a commit that referenced this pull request Oct 2, 2023
…ps/migrations

* 'master' of github.com:bitwarden/contributing-docs: (37 commits)
  chore(deps): update dependency cspell to v7.3.7 (#206)
  [PM-4161] Fix build command on README.md (#207)
  Fixed typo in csharp.md (#180)
  Update our EDD process documentation (#166)
  chore(deps): update actions/checkout action to v4.1.0 (#204)
  chore(deps): lock file maintenance (#205)
  fix(deps): update npm minor to v2.4.3 (#203)
  use dash when running self-hosted dotnet profile (#202)
  chore(deps): update actions/checkout action to v4 (#191)
  chore(deps): lock file maintenance (#201)
  chore(deps): update npm minor (#195)
  fix(deps): update dependency docusaurus-lunr-search to v3 (#200)
  setup_secrets: Pass `-clear` as switch (#194)
  Update KeyConnector docs for ARM Macs (#171)
  Lock file maintenance (#193)
  Update dependency cspell to v7.3.5 (#192)
  Update dependency ubuntu to v22 (#174)
  Update gh minor (#181)
  Feature flag documentation updates and mentions about new local override capabilities (#187)
  Update npm minor (#188)
  ...

# Conflicts:
#	custom-words.txt
#	docs/contributing/database-migrations/edd.mdx
#	docs/contributing/database-migrations/index.md
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.

2 participants