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 non-major dependencies #28136

Merged
merged 23 commits into from
Oct 18, 2024
Merged

Update all non-major dependencies #28136

merged 23 commits into from
Oct 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/webpack-plugin (source) 2.22.4 -> 2.22.5 age adoption passing confidence
chokidar 4.0.0 -> 4.0.1 age adoption passing confidence
commonmark (source) 0.31.0 -> 0.31.2 age adoption passing confidence
diff-dom 5.1.3 -> 5.1.4 age adoption passing confidence
eslint-plugin-react 7.36.1 -> 7.37.1 age adoption passing confidence
filesize (source) 10.1.4 -> 10.1.6 age adoption passing confidence
github-markdown-css 5.6.1 -> 5.7.0 age adoption passing confidence
oidc-client-ts 3.0.1 -> 3.1.0 age adoption passing confidence
posthog-js 1.157.2 -> 1.167.0 age adoption passing confidence
re-resizable 6.9.17 -> 6.10.0 age adoption passing confidence
react-focus-lock 2.12.1 -> 2.13.2 age adoption passing confidence
sanitize-html 2.13.0 -> 2.13.1 age adoption passing confidence
webpack 5.94.0 -> 5.95.0 age adoption passing confidence
yaml (source) 2.5.1 -> 2.6.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/webpack-plugin)

v2.22.5

Compare Source

  • fix: Ignore stderr output from git command (#​613)
  • feat: Update Sentry telemetry to v8 (#​604)
  • deps: Update @sentry/cli to 2.36.1 (#​609)
paulmillr/chokidar (chokidar)

v4.0.1

Compare Source

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

commonmark/commonmark.js (commonmark)

v0.31.2: commonmark.js 0.31.2

Compare Source

v0.31.1: commonmark 0.31.1

Compare Source

[0.31.1]

  • Fix HTML comment parsing with - before closing -->
    (#​285, Robin Stocker).
  • Accept lowercase inline HTML declarations (Michael Howell).
  • Fix title-related backtracking with empty string (#​281,
    Michael Howell).
  • Remove string.prototype.repeat polyfill (Steven).
  • Remove source, add search to list of recognized block tags.
    (a spec 0.31 change we forgot in last release).
fiduswriter/diffDOM (diff-dom)

v5.1.4

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed
avoidwork/filesize.js (filesize)

v10.1.6

Compare Source

  • Fixing regression due to rollup config, fixes #​185 #185
  • Missed the nullish coercion with last commit 10d1fc6
  • Generated CHANGELOG.md 6eaa3ce

v10.1.5

Compare Source

3 September 2024

  • Fixing implementation of 'pad' such that 'separator' is not required for it to be applied, fixes #​184 #184
  • Generated CHANGELOG.md 0248be0
sindresorhus/github-markdown-css (github-markdown-css)

v5.7.0

Compare Source

authts/oidc-client-ts (oidc-client-ts)

v3.1.0

Compare Source

oidc-client-ts v3.1.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #​1666: fix link in docs to issue
    • #​1600: updated docs about logger
    • #​1589: fix compiler error for target=ES2022
    • #​1539: fix small typo in signinCallback doc in UserManager.ts
    • #​1504: typo in sample app config
    • #​1490: fix the return type of signinCallback
    • #​1443: fixes typos in docs
  • Features:
    • #​1672: make signoutCallback return signout response if request_type is so:r
    • #​1626: add popupSignal property to signinPopup and signoutPop
    • #​1580: add dpop docs
    • #​1569: add dpop nonce support
    • #​1457: add extra headers
    • #​1461: add demonstrating proof of possession
    • #​1430: add global requestTimeoutInSeconds setting
    • #​1405: allow using default scopes from authorization server

thanks to @​klues, @​smujmaiku, @​mftruso, @​peetck, @​dbfr3qs, @​mottykohn, @​noshiro-pf, @​dbfr3qs, @​grjan7 and @​natergj

PostHog/posthog-js (posthog-js)

v1.167.0

Compare Source

  • feat(web experiments): Emit web_experiment_applied event and do not render experiments for bots (#​1443)

v1.166.2

Compare Source

  • fix: Remove posthog error capture from replay (#​1454)

v1.166.1

Compare Source

  • fix: skip addition of src attribute for HLS videos (#​1446)

v1.166.0

Compare Source

  • feat: default replay partial compression on (#​1445)
  • chore: Add test for reset() and anonymous users (#​1444)

v1.165.1

Compare Source

  • fix: no custom events when idle (#​1438)
  • chore: downgrade jest types (#​1442)

v1.165.0

Compare Source

v1.164.3

Compare Source

  • fix: it's just rude to assign to date now (#​1435)

v1.164.2

Compare Source

v1.164.1

Compare Source

  • chore: build when publishing (#​1430)
  • feat: Bundle option without any external scripts (#​1413)

v1.164.0: 1.164.0

Compare Source

1.164.0 - 2024-09-23

  • feat: Bundle option without any external scripts (#​1413)

v1.163.1

Compare Source

  • fix: session idle timestamp correction (#​1428)

v1.163.0

Compare Source

  • feat: type safe posthog extensions (#​1407)

v1.162.0

Compare Source

  • fix(surveys): 7-point likert scale didn't work with branching logic (#​1424)

v1.161.6

Compare Source

  • fix: when capturing without performance entry we can capture manual initiator type (#​1422)
  • chore: auto publish alpha versions (#​1414)
  • chore: move test file into tests (#​1418)

v1.161.5

Compare Source

  • fix: teardown and restart recording on session id change (#​1411)

v1.161.4

Compare Source

  • fix: no keep alive for large payloads (#​1416)
  • feat(experiments): Apply no-code experiments to the webpage. (#​1409)

v1.161.3

Compare Source

  • fix: manage capture pageview hook lifecycle (#​1408)

v1.161.2

Compare Source

  • fix: some clients need web vitals directly on window (#​1406)

v1.161.1

Compare Source

  • fix: warn on unavailable lazy load not throw (#​1400)

v1.161.0

Compare Source

v1.160.3

Compare Source

  • fix: captured network requests must always have name property (#​1398)

v1.160.2

Compare Source

  • fix: report requests even without timing (#​1386)

v1.160.1

Compare Source

  • fix: flushing the buffer for debug signal while idle extends session activity (#​1396)
  • fix: network capture tests should fail if we exhaust the body (#​1395)
  • chore: clarify that tests are exercising our fetch wrapper (#​1393)

v1.160.0

Compare Source

  • feat: manually capture errors (#​1374)

v1.159.0

Compare Source

  • fix: capture a $pageview event on opting in (#​1372)

v1.158.3

Compare Source

  • fix(errors): Build endpoint for sentry integration & exception observer correctly (#​1390)

v1.158.2

Compare Source

  • chore: skip rate limiting of snapshot events (#​1383)
  • chore: Remove retries for testcafe tests but increase timeout. Wait for lag in parallel (#​1380)
  • feat: default api host to new ingestion domain (#​1370)

v1.158.1

Compare Source

  • fix: event listeners should obey start and stop (#​1379)

v1.158.0

Compare Source

  • fix(segment): Posthog can identify after segment identifies a user, not just during bootstrap. (#​1373)
  • fix: Revert cypress back to 13.6.3 (#​1384)
bokuweb/react-resizable-box (re-resizable)

v6.10.0

Compare Source

💅 Enhancement
  • Match focus order to visual order #​827

v6.9.18

Compare Source

💅 Enhancement
  • added grid gap prop to support adding any gaps to width/height. Fixes #​822
🐛 Bug Fix
  • fix-boundary-scale: adds scaling to boundary Fixes #​820
theKashey/react-focus-lock (react-focus-lock)

v2.13.2

Compare Source

v2.13.1

Compare Source

v2.13.0

Compare Source

Bug Fixes
  • auto-focus in case of activeElement disappeareance, fixes #​321 (a109314)
  • better manage cross-frame relations (72b4d4b)
apostrophecms/sanitize-html (sanitize-html)

v2.13.1

Compare Source

  • Fix to allow regex in allowedClasses wildcard whitelist. Thanks to anak-dev.
webpack/webpack (webpack)

v5.95.0

Compare Source

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph
eemeli/yaml (yaml)

v2.6.0

Compare Source

  • Use a proper tag for !!merge << keys (#​580)
  • Add stringKeys parse option (#​581)
  • Stringify a Document as a Document (#​576)
  • Add sponsorship by Manifest

Configuration

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

🚦 Automerge: Enabled.

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 added Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Oct 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9e3e6ed to ad528a4 Compare October 6, 2024 12:36
Co-authored-by: github-merge-queue <[email protected]>
Co-authored-by: github-merge-queue <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Duros <[email protected]>
Co-authored-by: Kim Brose <[email protected]>
Co-authored-by: Florian Duros <[email protected]>
Co-authored-by: R Midhun Suresh <[email protected]>
Co-authored-by: dbkr <[email protected]>
Co-authored-by: ElementRobot <[email protected]>
Co-authored-by: dbkr <[email protected]>
Co-authored-by: David Baker <[email protected]>
Co-authored-by: Michael Telatynski <[email protected]>
Co-authored-by: Richard van der Hoff <[email protected]>
Co-authored-by: David Langley <[email protected]>
Co-authored-by: Michael Weimann <[email protected]>
Co-authored-by: Timshel <[email protected]>
Co-authored-by: Sahil Silare <[email protected]>
Co-authored-by: Will Hunt <[email protected]>
Co-authored-by: Hubert Chathi <[email protected]>
Co-authored-by: Andrew Ferrazzutti <[email protected]>
Co-authored-by: Robin <[email protected]>
Co-authored-by: Tulir Asokan <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
florianduros and others added 2 commits October 16, 2024 14:13
* Remove `VerificationExplorer`

* Remove `remakeolm` slash command

* Remove call to `crypto.cancelAndResendAllOutgoingKeyRequests`

* Remove crypto mock in `LoginWithQR-test.tsx`

* Remove `StopGadWidgetDriver.sendToDevice`

* Remove remaining mock
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 2 commits October 16, 2024 14:57
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update browserslist

* Update tests

Signed-off-by: Michael Telatynski <[email protected]>

---------

Signed-off-by: Michael Telatynski <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <[email protected]>
…to renovate/all-minor-patch

# Conflicts:
#	package.json
#	playwright.config.ts
#	playwright/plugins/homeserver/synapse/index.ts
#	yarn.lock
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
@t3chguy t3chguy added this pull request to the merge queue Oct 18, 2024
Merged via the queue into develop with commit 8c305f8 Oct 18, 2024
32 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch October 18, 2024 13:47
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 T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants