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 v10 #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

anolilab/semantic-release (@​anolilab/semantic-release-preset)

v10.0.0

Compare Source

⚠ BREAKING CHANGES
Features
Bug Fixes
  • changed plugin order to not publish cleaned package.json to github (6673e69)
Dependencies

v9.0.4

Compare Source

Bug Fixes
Dependencies

v9.0.3

Compare Source

Bug Fixes
Dependencies

v9.0.2

Compare Source

Dependencies

v9.0.1

Compare Source

Bug Fixes
Dependencies

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • semantic-release-preset: Upgraded conventional-changelog-conventionalcommits v8, this can be only use with semantic-version 24
Bug Fixes
Dependencies

v8.1.2

Compare Source

Bug Fixes
Dependencies

v8.1.1

Compare Source

Dependencies

v8.1.0

Compare Source

Features
  • moved semantic-release preset, added new presets for yarn and pnpm (#​26) (7c057c4)

v8.0.3

Compare Source

Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the Changed Changelog Changed label Jan 16, 2025
@renovate renovate bot requested a review from prisis as a code owner January 16, 2025 20:40
@renovate renovate bot added the dependency label Jan 16, 2025
Copy link
Contributor Author

renovate bot commented Jan 16, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
Scope: all 3 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  GET https://registry.npmjs.org/@anolilab/babel-preset/-/babel-preset-5.0.1.tgz error (ERR_PNPM_FETCH_404). Will retry in 10 seconds. 2 retries left.
Progress: resolved 20, reused 0, downloaded 14, added 0
Progress: resolved 40, reused 0, downloaded 34, added 0
Progress: resolved 49, reused 0, downloaded 45, added 0
Progress: resolved 50, reused 0, downloaded 49, added 0
Progress: resolved 51, reused 0, downloaded 50, added 0
Progress: resolved 51, reused 0, downloaded 51, added 0
 WARN  GET https://registry.npmjs.org/@anolilab/babel-preset/-/babel-preset-5.0.1.tgz error (ERR_PNPM_FETCH_404). Will retry in 1 minute. 1 retries left.
 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@anolilab/babel-preset/-/babel-preset-5.0.1.tgz: Not Found - 404

No authorization header was set for the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Changelog Changed dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants