Skip to content

chore(deps): update external major (major) - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-external-major
Open

chore(deps): update external major (major)#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-external-major

Conversation

@renovate

@renovate renovate Bot commented Feb 8, 2021

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@semantic-release/changelog ^6.0.1^7.0.0 age adoption passing confidence devDependencies major
@semantic-release/git ^10.0.1^11.0.0 age adoption passing confidence devDependencies major
@semantic-release/github ^8.0.4^12.0.0 age adoption passing confidence devDependencies major
@types/jest (source) ^26.0.14^30.0.0 age adoption passing confidence devDependencies major
@types/node (source) ^14.11.5^26.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) ^4.4.0^8.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) ^4.4.0^8.0.0 age adoption passing confidence devDependencies major
JamesIves/github-pages-deploy-action 3.7.1v4.9.0 age adoption passing confidence action major
actions/checkout v2v7 age adoption passing confidence action major
actions/setup-node v2v7 age adoption passing confidence action major
actions/upload-artifact v2v7 age adoption passing confidence action major
clean-webpack-plugin ^3.0.0^4.0.0 age adoption passing confidence devDependencies major
codecov/codecov-action v1v7 age adoption passing confidence action major
eslint (source) ^7.10.0^10.0.0 age adoption passing confidence devDependencies major
eslint-plugin-json ^2.1.2^5.0.0 age adoption passing confidence devDependencies major
jest (source) ^26.5.2^30.0.0 age adoption passing confidence devDependencies major
jest-fetch-mock ^3.0.3^4.0.0 age adoption passing confidence devDependencies major
node 1424 age adoption passing confidence uses-with major
semantic-release ^19.0.2^25.0.0 age adoption passing confidence devDependencies major
ts-jest (source) ^26.4.1^29.0.0 age adoption passing confidence devDependencies major
ts-loader ^8.1.0^9.0.0 age adoption passing confidence devDependencies major
typescript (source) ^4.0.3^7.0.0 age adoption passing confidence devDependencies major
webpack-cli (source) ^4.0.0^7.0.0 age adoption passing confidence devDependencies major
webpack-node-externals ^2.5.2^3.0.0 age adoption passing confidence devDependencies major

Release Notes

semantic-release/changelog (@​semantic-release/changelog)

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • @semantic-release/changelog is now a native ES
    Module. It has named exports for each plugin hook (verifyConditions,
    prepare)
  • the minimum required version of semantic-release to use
    @semantic-release/changelog is now
    v20.1.0
Other Notable Changes
  • Replaced xo with prettier with default configuration; following
    newly established convention
  • Replaced nyc with c8 for code coverage
  • Replaced lodash with lodash-es for proper esm support
Related Issue
semantic-release/git (@​semantic-release/git)

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • @semantic-release/git is now a native ES Module. It
    has named exports for each plugin hook (verifyConditions, prepare)
  • the minimum required version of semantic-release to use
    @semantic-release/git is now v20.1.0
Other Notable Changes
  • @semantic-release/error ^3^4 (ESM-only)
  • aggregate-error ^3^5 (ESM-only, uses native AggregateError)
  • execa ^5^9 (ESM-only, named export)
  • p-reduce ^2^3 (ESM-only)
  • Removed CJS-only devDeps: clear-module, file-url, fs-extra,
    get-stream, nyc
  • Added c8 for coverage; bumped ava, sinon, tempy,
    semantic-release, prettier
  • Engine: ^22.22.2 || >= 24.15;
  • Scripts: nycc8, added pretest, removed test:ci
Related Issue
semantic-release/github (@​semantic-release/github)

v12.0.9

Compare Source

Bug Fixes
  • asset-upload: stop setting content-length header manually (241f966), closes #​1224
  • local-undici: always use the locally installed undici instead of the node built-in version (40973e3), closes #​1224
  • publish: handle content-length header properly for asset uploads (#​1260) (28e3741), closes #​1224 #​1224

v12.0.8

Compare Source

Bug Fixes

v12.0.7

Compare Source

Bug Fixes

v12.0.6

Compare Source

Bug Fixes
  • latest: add make_latest property to the GH release PATCH request during publish (#​1169) (f516337)

v12.0.5

Compare Source

Bug Fixes
  • latest: add make_latest property to the GH release POST request during publish (#​1157) (38051ba)

v12.0.4

Compare Source

Bug Fixes

v12.0.3

Compare Source

Bug Fixes
  • extend GraphQL alias prefix to prevent hash collisions (#​1134) (ea6386d)

v12.0.2

Compare Source

Bug Fixes
  • add undici ProxyAgent support for GitHub Enterprise Server behind proxies (#​1104) (15def77)

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Features
  • node-versions: drop support for node versions v20, v21, and v23 (6e2ac27)
  • node-versions: raise the minimum node version requirement for the v24 range (4d6924d)
  • remove github search api consumption (#​1037) (d260bfd), closes #​1022
BREAKING CHANGES
  • node-versions: the minimum node version for the v24 range is now v24.10.0
  • @semantic-release/github no longer consumes the GitHub Search API in the plugin
  • node-versions: a minimum of node v22.14 is now required

v11.0.6

Compare Source

Bug Fixes

v11.0.5

Compare Source

Bug Fixes

v11.0.4

Compare Source

Bug Fixes

v11.0.3

Compare Source

Bug Fixes

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

chore
  • update peer dependency for semantic-release (95c7cdd)
Code Refactoring
  • modify commit associatedPRs and relatedIssues label property data type. (718134a)
Features
  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)
BREAKING CHANGES
  • the commit associatedPR and relatedIssues label prop is now an array of objects with more properties
  • the minimum required version of semantic-release to use
    @​semantic-release/github is now v24.1.0

v10.3.5

Compare Source

Bug Fixes
  • replace searchAPI usage with GraphQL in findSRIssue util (#​907) (7fb46a3)

v10.3.4

Compare Source

Bug Fixes
  • glob-assets: remove unnecessary option when invoking globby() (#​924) (efe9f49)

v10.3.3

Compare Source

Bug Fixes
  • Revert: feat: verify OAuth scopes of classic GitHub PATs (#​915) (990bd73)

v10.3.2

Compare Source

Bug Fixes
  • missing "PullRequest".canBeRebased field on GHES graphql api (#​913) (4393578)

v10.3.1

Compare Source

Bug Fixes
  • max_node_limit_exceeded error when fetching associatedPRs (#​912) (bb806af)

v10.3.0

Compare Source

Features
  • allow conditional skip on success and fail comments (#​874) (e097d1c)

v10.2.0

Compare Source

Features

v10.1.7

Compare Source

Bug Fixes

v10.1.6

Compare Source

Bug Fixes
  • edge-case: fetching associatedPRs on 100+ context.commits in success lifecycle (#​892) (dfe47e9)

v10.1.5

Compare Source

Bug Fixes

v10.1.4

Compare Source

Bug Fixes
  • docs: correct docs branch for fail-comment links (#​893) (b591730)

v10.1.3

Compare Source

Bug Fixes

v10.1.2

Compare Source

Bug Fixes

v10.1.1

Compare Source

Bug Fixes
  • invalid GraphQL query generated when no release commits are found (#​876) (8ee2744)

v10.1.0

Compare Source

Features

v10.0.7

Compare Source

Bug Fixes
  • replace github search api with graphql in success lifecycle method (#​857) (be394cf)

v10.0.6

Compare Source

Bug Fixes
  • corrected homepage link in package.json so the generated links in the errors are valid (#​848) (865762d)

v10.0.5

Compare Source

Bug Fixes

v10.0.4

Compare Source

Bug Fixes
  • introduce dedicated option for GitHub API endpoint (#​829) (908ff83)

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Features
  • node-versions: dropped support for node v18 and v19 (#​797) (aea314f)
BREAKING CHANGES
  • node-versions: node v18 and v19 are no longer supported

v9.2.6

Compare Source

Bug Fixes

v9.2.5

Compare Source

Bug Fixes

v9.2.4

Compare Source

Bug Fixes

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes

v9.2.1

Compare Source

v9.2.0

Compare Source

Features

v9.1.0

Compare Source

Features
  • releaseNameTemplate and releaseBodyTemplate options for customizing release body and name (#​704) (9e2678c)

v9.0.7

Compare Source

Bug Fixes

v9.0.6

Compare Source

Bug Fixes

v9.0.5

Compare Source

Bug Fixes

v9.0.4

Compare Source

Bug Fixes

v9.0.3

Compare Source

Bug Fixes

v9.0.2

Compare Source

Bug Fixes

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

BREAKING CHANGES
  • @semantic-release/github is now a native ES Module
  • Node 14 and 16 are no longer supported

v8.1.0

Compare Source

Features

v8.0.9

Compare Source

Bug Fixes

v8.0.8

Compare Source

Bug Fixes
  • Use Octokit for request retries and throttling to prevent rate limit errors (#​487) (3dc59ec)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.70.0

Compare Source

🚀 Features
  • eslint-plugin: [no-generated-empty-object-type] add rule (#​12730)
🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#​12728)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#​12729)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.69.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#​12603)
🩹 Fixes
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#​12727)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#​12741)
  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#​12731)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.67.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.65.0

Compare Source

🚀 Features

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 1pm on Monday"
  • Automerge
    • At any time (no schedule defined)

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

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

@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 5134a36 to b285e89 Compare March 4, 2021 14:48
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from b285e89 to 95df9fe Compare April 4, 2021 17:28
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 95df9fe to b6dd60e Compare April 18, 2021 20:49
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4 chore(deps): update external major (major) Apr 18, 2021
@codecov

codecov Bot commented Apr 18, 2021

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.89%. Comparing base (3c31b14) to head (d80429f).
Report is 1 commits behind head on master.

Current head d80429f differs from pull request most recent head 5b0ab95

Please upload reports for the commit 5b0ab95 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   92.67%   91.89%   -0.79%     
==========================================
  Files          11       11              
  Lines         806      802       -4     
  Branches      204      211       +7     
==========================================
- Hits          747      737      -10     
- Misses         59       65       +6     

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

@renovate
renovate Bot force-pushed the renovate/major-external-major branch 6 times, most recently from c28af0c to 6a47a24 Compare April 24, 2021 13:07
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 2001c24 to 412ec34 Compare April 29, 2021 20:03
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 4 times, most recently from 02fe495 to 9cabdb1 Compare May 10, 2021 21:55
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from d13d2aa to e799f67 Compare May 13, 2021 22:05
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from 532593f to 470c641 Compare May 25, 2021 23:24
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from e6ef6e3 to 233ca89 Compare June 3, 2021 20:32
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 1655a4f to 24a0df3 Compare June 10, 2021 22:04
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 24a0df3 to 01f789d Compare June 17, 2021 20:19
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 643b7f6 to bd09ac1 Compare July 15, 2021 20:52
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 8e1a3cd to eb1727f Compare September 9, 2021 20:30
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 5 times, most recently from fe5471a to 8b00c7a Compare September 23, 2021 21:40
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from fe29962 to d80429f Compare October 7, 2021 20:38
@sonarqubecloud

sonarqubecloud Bot commented Oct 7, 2021

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate
renovate Bot force-pushed the renovate/major-external-major branch 4 times, most recently from 0ab6792 to ac49b0a Compare October 14, 2021 23:48
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from fc4be47 to 2cc0b03 Compare October 28, 2021 20:45
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 2cc0b03 to 96f31ce Compare November 4, 2021 21:08
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 96f31ce to 4fd53f1 Compare March 7, 2022 10:52
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 4fd53f1 to e50cca1 Compare March 26, 2022 13:32
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from e50cca1 to f0ee282 Compare April 24, 2022 21:06
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from f0ee282 to 96b6941 Compare May 15, 2022 19:59
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from e843d46 to b0a015f Compare June 1, 2022 23:21
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from b0a015f to b725153 Compare June 15, 2022 23:23
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from b725153 to d155afc Compare June 26, 2022 17:31
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from d155afc to 8a597c8 Compare July 21, 2022 11:46
@renovate renovate Bot changed the title chore(deps): update external major (major) chore(deps): update external major to v28 (major) Aug 9, 2022
@renovate renovate Bot changed the title chore(deps): update external major to v28 (major) chore(deps): update external major (major) Aug 10, 2022
@renovate

renovate Bot commented Apr 5, 2024

Copy link
Copy Markdown
Contributor Author

⚠ 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @adobe/aem-spa-page-model-manager@1.5.0
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error   dev eslint@"^9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/parser@7.8.0
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"^7.0.0" from the root project
npm error   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^7.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-08T14_35_28_161Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T14_35_28_161Z-debug-0.log

@renovate

renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @adobe/aem-spa-page-model-manager@1.5.0
npm error Found: typescript@7.0.2
npm error node_modules/typescript
npm error   dev typescript@"^7.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/parser@8.70.0
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"^8.0.0" from the root project
npm error   peer @typescript-eslint/parser@"^8.70.0" from @typescript-eslint/eslint-plugin@8.70.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^8.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-09T03_46_42_553Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-09T03_46_42_553Z-debug-0.log

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.

0 participants