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 all patch dependencies #1027

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

Update all patch dependencies #1027

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jquery (source) 3.5.30 -> 3.5.31 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
chart.js (source) 4.4.3 -> 4.4.5 age adoption passing confidence
datatables.net-colreorder (source) 2.0.3 -> 2.0.4 age adoption passing confidence
datatables.net-colreorder-bs4 (source) 2.0.3 -> 2.0.4 age adoption passing confidence
datatables.net-fixedcolumns (source) 5.0.0 -> 5.0.3 age adoption passing confidence
datatables.net-fixedcolumns-bs4 (source) 5.0.0 -> 5.0.3 age adoption passing confidence
datatables.net-responsive (source) 3.0.2 -> 3.0.3 age adoption passing confidence
datatables.net-responsive-bs4 (source) 3.0.2 -> 3.0.3 age adoption passing confidence
devextreme (source) 23.2.7 -> 23.2.9 age adoption passing confidence
devextreme-angular 23.2.7 -> 23.2.9 age adoption passing confidence
eslint-plugin-html 8.1.1 -> 8.1.2 age adoption passing confidence
html-webpack-plugin 5.6.0 -> 5.6.2 age adoption passing confidence
http-proxy-middleware 3.0.0 -> 3.0.3 age adoption passing confidence
karma (source) 6.4.3 -> 6.4.4 age adoption passing confidence
karma (source) 6.4.3 -> 6.4.4 age adoption passing confidence
marked (source) 13.0.2 -> 13.0.3 age adoption passing confidence
moment-timezone (source) 0.5.45 -> 0.5.46 age adoption passing confidence
npm-run-all2 6.2.2 -> 6.2.4 age adoption passing confidence
reactstrap 9.2.2 -> 9.2.3 age adoption passing confidence
sinon (source) 18.0.0 -> 18.0.1 age adoption passing confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
chartjs/Chart.js (chart.js)

v4.4.5

Compare Source

Essential Links

Bugs Fixed

  • #​11927 Don't apply default colors in the colors plugin when defaults are used
  • #​11907 Avoid error if borderOpts.dash is undefined
  • #​11882 Fix initial dataset stacks

Types

  • #​11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

v4.4.4

Compare Source

Essential Links

Bugs Fixed

  • #​11873 Check if range method exists on element before executing it
  • #​11863 Return false from the average tooltip positioner on no valid data
  • #​11858 Bugfix/issue 11804 tooltip show for all invisible
  • #​11851 fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursion
  • #​11844 fix issue #<!---->11717
  • #​11788 Fix drawing angle lines on reversed radial scale

Types

  • #​11867 fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface
  • #​11862 fix(types): add xCenter and yCenter properties to RadialLinearScale interface
  • #​11817 Remove box padding from legend types
  • #​11796 Add fit method to LegendElement interface
  • #​11780 types: Allow passing undefined for chart options

Documentation

  • #​11871 Add radial linear scale to docs section of samples
  • #​11823 Update OffscreenCanvas documentation, as it is widely available now
  • #​11781 Fix some typos

Development

Thanks to @​CatchABus, @​LeeLenaleee, @​MichelHMachado, @​artus9033, @​huqingkun, @​jdufresne and @​joliss

DataTables/Dist-DataTables-ColReorder (datatables.net-colreorder)

v2.0.4

Compare Source

ColReorder 2.0.4

DataTables/Dist-DataTables-ColReorder-Bootstrap4 (datatables.net-colreorder-bs4)

v2.0.4

Compare Source

ColReorder Bootstrap4 2.0.4

DataTables/Dist-DataTables-FixedColumns (datatables.net-fixedcolumns)

v5.0.3

Compare Source

FixedColumns 5.0.3

v5.0.2

Compare Source

FixedColumns 5.0.2

DataTables/Dist-DataTables-FixedColumns-Bootstrap4 (datatables.net-fixedcolumns-bs4)

v5.0.3

Compare Source

FixedColumns Bootstrap4 5.0.3

v5.0.2

Compare Source

FixedColumns Bootstrap4 5.0.2

DataTables/Dist-DataTables-Responsive (datatables.net-responsive)

v3.0.3

Compare Source

Responsive 3.0.3

DataTables/Dist-DataTables-Responsive-Bootstrap4 (datatables.net-responsive-bs4)

v3.0.3

Compare Source

Responsive Bootstrap4 3.0.3

DevExpress/DevExtreme (devextreme)

v23.2.9

Compare Source

23.2.9 (20-September-2024)

View All Changes

v23.2.8

Compare Source

23.2.8 (15-August-2024)

View All Changes

BenoitZugmeyer/eslint-plugin-html (eslint-plugin-html)

v8.1.2

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.2

Compare Source

v5.6.1

Compare Source

chimurai/http-proxy-middleware (http-proxy-middleware)

v3.0.3

Compare Source

  • fix(pathFilter): handle errors

v3.0.2

Compare Source

  • refactor(dependency): replace is-plain-obj with is-plain-object (#​1031)
  • chore(package): upgrade to eslint v9 (#​1032)
  • fix(logger-plugin): handle undefined protocol and hostname (#​1036)

v3.0.1

Compare Source

  • fix(type): fix RequestHandler return type (#​980)
  • refactor(errors): improve pathFilter error message (#​987)
  • fix(logger-plugin): fix missing target port (#​989)
  • ci(package): npm package provenance (#​991)
  • fix(logger-plugin): log target port when router option is used (#​1001)
  • refactor: fix circular dependencies (#​1010)
  • fix(fix-request-body): support '+json' content-type suffix (#​1015)
karma-runner/karma (karma)

v6.4.4

Compare Source

markedjs/marked (marked)

v13.0.3

Compare Source

Bug Fixes
  • fix recursion-like stack overflow error caused by the old render… (#​3380) (89af0b8)
moment/moment-timezone (moment-timezone)

v0.5.46

Compare Source

  • Updated data to IANA TZDB 2024b. This only affects historical timestamps; no future timestamps have changed.
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
reactstrap/reactstrap (reactstrap)

v9.2.3

Compare Source

Bug Fixes
  • UncontrolledAccordion: prevent setOpen to set undefined value for open (#​2814) (717a5e8)
sinonjs/sinon (sinon)

v18.0.1

Compare Source

Basically a patch release to update a transitive dependency in Nise.

  • 03e33ec6
    Pin [email protected] to avoid breaking change (Carl-Erik Kopseng)
  • 5a7924ad
    Add createStubInstance header in stubs.md (Daniel Kaplan)
  • ad6804cd
    Bump elliptic from 6.5.5 to 6.5.7 (#​2608) (dependabot[bot])
  • 033287bd
    Bump path-to-regexp and nise (#​2611) (dependabot[bot])

    Bumps path-to-regexp to 8.1.0 and updates ancestor dependency nise. These dependencies need to be updated together.

    Updates path-to-regexp from 6.2.2 to 8.1.0

    Updates nise from 6.0.0 to 6.0.1


    updated-dependencies:

    • dependency-name: path-to-regexp

      dependency-type: indirect

    • dependency-name: nise

      dependency-type: direct:production

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • 0c609f95
    re-add testing of esm browser builds (Carl-Erik Kopseng)

    It seems unclear why it was removed in the first place: I have tested extensively that it
    does work and it does fail the build if changing any assertion in the script

  • da4230a0
    Bump braces from 3.0.2 to 3.0.3 (#​2605) (dependabot[bot])

    Bumps braces from 3.0.2 to 3.0.3.


    updated-dependencies:

    • dependency-name: braces

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • 02542370
    feat(ci): add node v22 (#​2600) (Rotzbua)
  • 794cb81a
    fix(tests): typo (#​2603) (Rotzbua)
  • 1eb2a254
    Use NodeJS 22.2.0 as base development version (Carl-Erik Kopseng)
  • 1aa713fd
    Bump rexml from 3.2.5 to 3.2.8 (#​2599) (dependabot[bot])

    Bumps rexml from 3.2.5 to 3.2.8. >

Released by Carl-Erik Kopseng on 2024-09-10.


Configuration

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

🚦 Automerge: Enabled.

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

Copy link
Contributor Author

renovate bot commented Aug 1, 2024

⚠️ 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: angular-now-ui-kit/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"18.0.3" from the root project
npm error
npm error Could not resolve dependency:
npm error dev @angular-devkit/build-angular@"18.0.3" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peer typescript@">=5.4 <5.5" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"18.0.3" 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-10-18T06_58_38_944Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-10-18T06_58_38_944Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-patch branch 7 times, most recently from 2020c8e to 31d3c4e Compare August 7, 2024 21:38
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from d6a5678 to e94544a Compare August 15, 2024 08:03
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from d3ad537 to 37ca85c Compare August 20, 2024 22:41
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from e4087a3 to d1c7039 Compare September 3, 2024 22:30
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 49b325a to e956125 Compare September 14, 2024 02:18
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 52b3379 to dd69f0b Compare September 21, 2024 21:12
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 37c7368 to 43f52de Compare September 26, 2024 10:35
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from a3b1828 to d257758 Compare October 6, 2024 19:14
Copy link

sonarcloud bot commented Oct 18, 2024

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