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

Bump the minor_patch group with 5 updates #170

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps the minor_patch group with 5 updates:

Package From To
@mediamonks/eslint-config 2.5.0 2.6.0
lerna 8.1.2 8.1.3
lint-staged 15.2.2 15.2.7
nx 19.2.2 19.3.0
prettier 3.2.5 3.3.2

Updates @mediamonks/eslint-config from 2.5.0 to 2.6.0

Commits
  • e50fa18 eslint-config v2.6.0
  • 643d87f Bump the minor_patch group across 1 directory with 3 updates (#262)
  • ffe18d1 Bump the minor_patch group with 4 updates (#259)
  • 5ff17d8 Bump eslint-plugin-unicorn from 51.0.1 to 53.0.0 (#260)
  • c17bf88 Bump ejs from 3.1.9 to 3.1.10 (#254)
  • 1304225 Bump the minor_patch group across 1 directory with 6 updates (#257)
  • d6d40a7 Bump the minor_patch group with 3 updates (#247)
  • 51a6cf4 Bump the minor_patch group with 5 updates (#246)
  • b4ba3a8 Bump follow-redirects from 1.15.5 to 1.15.6 (#245)
  • 071896a eslint-config-typescript-react v1.4.1
  • Additional commits viewable in compare view

Updates lerna from 8.1.2 to 8.1.3

Release notes

Sourced from lerna's releases.

v8.1.3

8.1.3 (2024-05-13)

Bug Fixes

Changelog

Sourced from lerna's changelog.

8.1.3 (2024-05-13)

Bug Fixes

Commits

Updates lint-staged from 15.2.2 to 15.2.7

Release notes

Sourced from lint-staged's releases.

v15.2.7

Patch Changes

  • #1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Patch Changes

v15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.3

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.7

Patch Changes

  • #1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

15.2.5

Patch Changes

15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

15.2.3

Patch Changes

Commits
  • 87e4b30 chore(changeset): release (#1441)
  • a39e829 docs: adjust changeset
  • a51be80 fix: drop option to support earlier Git versions
  • a91d942 chore(changeset): release
  • 119adb2 fix: use native git command to get .git directory
  • e0386dc fix: use native git command to get top-level directory for repo
  • 6593870 ci: test Node.js versions against current instead of latest dependency
  • 6c226c5 ci: add workflow for testing required Node.js semver range
  • f7e4106 chore(changeset): release
  • fc75303 build(release): lower next version bump from minor to patch
  • Additional commits viewable in compare view

Updates nx from 19.2.2 to 19.3.0

Release notes

Sourced from nx's releases.

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)
  • js: remove default port for verdaccio (#26502)
  • js: fix typescript resolution for packages with different resolv… (#26533)
  • linter: update eslint config lookup to correctly handle configs at the root (#26508)
  • release: false positive npm dist-tag add (#26496)
  • release: ensure git add related commands run from root (#26497)
  • release: ensure given preid modifies conventional commits specifier (#26524)
  • testing: add the preset from the jest config to the inferred task inputs (#26511)

❤️ Thank You

19.3.0-beta.1 (2024-06-12)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

... (truncated)

Commits

Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
</tr></table>

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor_patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mediamonks/eslint-config](https://github.com/mediamonks/eslint-config) | `2.5.0` | `2.6.0` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.2` | `8.1.3` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.7` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `19.2.2` | `19.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` |


Updates `@mediamonks/eslint-config` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/mediamonks/eslint-config/releases)
- [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/[email protected]...@mediamonks/[email protected])

Updates `lerna` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.1.3/packages/lerna)

Updates `lint-staged` from 15.2.2 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.7)

Updates `nx` from 19.2.2 to 19.3.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/HEAD/packages/nx)

Updates `prettier` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.2)

---
updated-dependencies:
- dependency-name: "@mediamonks/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2024
@leroykorterink leroykorterink merged commit 8f39ad3 into main Jun 21, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor_patch-6c5e99e83d branch June 21, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant