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

fix(deps): update dependency @anolilab/semantic-release-preset to v8 #132

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anolilab/semantic-release-preset (source) ^2.0.1 -> ^8.0.0 age adoption passing confidence

Release Notes

anolilab/javascript-style-guide (@​anolilab/semantic-release-preset)

v8.0.2

Compare Source

Dependencies

v8.0.1

Compare Source

Bug Fixes
Dependencies

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7
    Signed-off-by: prisis d.bannert@anolilab.de
Features
  • updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7 (16bf1fc)

v7.0.5

Compare Source

Bug Fixes
  • Update dependencies to latest versions (6cdc09b)
Dependencies

v7.0.4

Compare Source

Bug Fixes
  • Update dependencies across multiple packages (e884c4d)

v7.0.3

Compare Source

Bug Fixes
  • Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@​babel/cli', '@​babel/core', '@​nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. (38535ab)
Dependencies

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
  • changed optionalDependencies to peerDependencies with peerDependenciesMeta (2a21b86)

v7.0.0

Compare Source

⚠ BREAKING CHANGES

~~updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7
Signed-off-by: prisis d.bannert@anolilab.de~~

This was reverted because of missing support in @​qiwi/multi-semantic-release

Dependecies are hard coded to

"@​semantic-release/changelog": "^6.0.3",
"@​semantic-release/commit-analyzer": "10.0.4",
"@​semantic-release/exec": "^6.0.3",
"@​semantic-release/git": "^10.0.1",
"@​semantic-release/github": "^9.0.6",
"@​semantic-release/npm": "^11.0.0",
"@​semantic-release/release-notes-generator": "11.0.7",
"conventional-changelog-conventionalcommits": "6.1.0"
Features

~~updated all semantic-release packages to the newest version (d54b2d9)~~

Bug Fixes
  • Downgrade semantic-release and conventional-changelog packages for compatibility (62614d5)

v6.0.6

Compare Source

Bug Fixes

v6.0.5

Compare Source

Bug Fixes
Dependencies

v6.0.4

Compare Source

Dependencies

v6.0.3

Compare Source

Bug Fixes
  • Update package dependencies (a8786f2)
Dependencies

v6.0.2

Compare Source

Bug Fixes
  • included 'skip.js' in package.json for several packages (1c84b33)
Dependencies

v6.0.1

Compare Source

Bug Fixes
Dependencies

v6.0.0

Compare Source

⚠ BREAKING CHANGES
Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • Refactor async functions to use async/await and update tsconfig.json (2a59d6e)
Dependencies

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Because of broken release version this needs a version bump
    Signed-off-by: prisis d.bannert@anolilab.de
Features
  • Bumping the version up, because of a broken release with semantic-releases (a646624)
  • Update dependencies version in pnpm-lock.yaml (1f75f7b)
Dependencies

v4.0.4

Compare Source

Bug Fixes
  • this version change is needed to deprecate old version of the package and update dependency versions in multiple packages (b3f00b2)
Dependencies

v4.0.3

Compare Source

Bug Fixes

v4.0.2

Compare Source

Bug Fixes
  • Update package dependencies versions (7aec41d)
Dependencies

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • removed commitlint from semantic-releases and added all rules to the new commitlint-config package

Signed-off-by: prisis d.bannert@anolilab.de

Features
  • removed commitlint from semantic-releases (ee2cda1)
Dependencies

v3.1.3

Compare Source

Dependencies

v3.1.2

Compare Source

Dependencies

v3.1.1

Compare Source

Dependencies

v3.1.0

Compare Source

Features
  • changed export for npm and no npm semantic-release config (5af5fd6)
  • transformed package to use cjs and mjs (500503e)
Bug Fixes
  • postinstall.ts should use the @​anolilab/semantic-release-preset/npm for the extends key (8975abc)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • Changed the package to support cjs and mjs, so the type module was removed
Features
  • switched js to ts, created a new package-utils package (5477591)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 prisis as a code owner October 19, 2023 00:01
@renovate renovate bot added Changed Changelog Changed dependency labels Oct 19, 2023
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@74e0a5f). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage        ?   95.73%           
=======================================
  Files           ?       15           
  Lines           ?      211           
  Branches        ?       43           
=======================================
  Hits            ?      202           
  Misses          ?        9           
  Partials        ?        0           
Flag Coverage Δ
unittests 95.73% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the Stale label Nov 10, 2023
@github-actions github-actions bot closed this Nov 21, 2023
Copy link
Contributor Author

renovate bot commented Nov 21, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/anolilab-semantic-release-preset-8.x branch November 21, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants