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 #28430

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Update all non-major dependencies #28430

merged 3 commits into from
Nov 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/webpack-plugin (source) 2.22.5 -> 2.22.6 age adoption passing confidence
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence
core-js (source) 3.38.1 -> 3.39.0 age adoption passing confidence
cronstrue 2.50.0 -> 2.51.0 age adoption passing confidence
css-tree 3.0.0 -> 3.0.1 age adoption passing confidence
eslint-plugin-jest 28.8.3 -> 28.9.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence
html-webpack-plugin 5.6.0 -> 5.6.3 age adoption passing confidence
knip (source) 5.36.2 -> 5.36.3 age adoption passing confidence
posthog-js 1.157.2 -> 1.181.0 age adoption passing confidence
re-resizable 6.9.17 -> 6.10.1 age adoption passing confidence
webpack 5.95.0 -> 5.96.1 age adoption passing confidence

Release Notes

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

v2.22.6

Compare Source

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#​619)
open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

zloirock/core-js (core-js)

v3.39.0

Compare Source

bradymholt/cronstrue (cronstrue)

v2.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: bradymholt/cRonstrue@v2.50.0...v2.51.0

csstree/csstree (css-tree)

v3.0.1

Compare Source

  • Bumped mdn/data to 2.12.1
  • Added errors array to the Lexer#validate() method result, providing details on problematic syntax.
  • Added CSS wide keyword customization and introspection:
    • Added a Lexer#cssWideKeywords dictionary to list CSS-wide keywords
    • Updated the Lexer's constructor to consider config.cssWideKeywords for overriding the default list
    • Expanded the lexer's dump output to include the cssWideKeywords dictionary
    • Modified the fork() method to accept a cssWideKeywords option, allowing the addition of new keywords to the existing list
  • Reverted changes to Block to include { and }, and Atrule and Rule to exclude { and } for a block (#​296)
  • Removed second parameter (assign) for the callback in the fork() method (e.g., syntax.fork((config, assign) => { ... })), as it simply refers to Object.assign()
  • Fixes in syntaxes: <basic-shapes>, <absolute-color-function> and <'stroke-opacity'>
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.9.0

Compare Source

Features

28.8.3 (2024-09-04)

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

28.8.2 (2024-09-02)

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

28.8.1 (2024-08-29)

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

Fixed
  • [patch] no-redundandant-roles: allow &lt;img src="*.svg" role="img" /&gt; #936
Commits
  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for &lt;svg role="img" /&gt; daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.6.1

Compare Source

webpro-nl/knip (knip)

v5.36.3

Compare Source

  • Consolidate specifier workspace handling into helper (5c4a9d5)
  • No need to add .json files as entry files (8c0289f)
  • Update comparison-and-migration.md. Fix wrong link of npm-check (#​828) (a4a9882)
  • Only show any config hints in non-production mode (a138388)
PostHog/posthog-js (posthog-js)

v1.181.0

Compare Source

v1.180.1

Compare Source

  • fix: dead click fixes from watching in prod (#​1508)

v1.180.0

Compare Source

  • feat: allow mutation rate limiter configuration (#​1506)

v1.179.0

Compare Source

  • feat: dead click detection (#​1463)
  • chore: refactor towards dead clicks autocapture (#​1505)

v1.178.0

Compare Source

  • feat: Add timezone to events (#​1504)
  • chore: update README to include missing steps for running local nextjs playground (#​1455)

v1.177.0

Compare Source

  • feat: Only set missing campaign params to null if there is at least one non-null (#​1493)

v1.176.1

Compare Source

  • fix: reduce keep alive threshold (#​1501)
  • fix: empty query param when calling external dependency toolbar.js (#​1456)
  • fix: careful now (#​1497)

v1.176.0

Compare Source

  • fix(surveys): Reset Survey storage after posthog.reset is called (#​1494)

v1.175.1

Compare Source

  • chore: set platform on stack frame (#​1495)

v1.175.0

Compare Source

  • fix: allow canvas local config (#​1496)

v1.174.4

Compare Source

  • fix: expose the last activity timestamp in session id check result (#​1491)

v1.174.3

Compare Source

  • chore: upgrade rrweb to alpha.16 (#​1276)
  • chore: test that autocapture allowlists are unioned (#​1476)

v1.174.2

Compare Source

  • fix: no need to swallow import errors (#​1486)

v1.174.1

Compare Source

  • fix: do not capture entire elements in web vitals (#​1483)

v1.174.0

Compare Source

  • Make entire cancel button area clickable (#​1473)
  • feat: swap the default to identified_only (#​1468)

v1.173.0

Compare Source

  • feat(web-analytics): Store nulls for unset campaign params (#​1482)

v1.172.1

Compare Source

  • chore: add crossOrigin='anonymous' to snippet script (#​1481)

v1.172.0

Compare Source

  • chore: build an es5 bundle and move main to es6 (#​1480)

v1.171.0

Compare Source

  • feat: start session recording on url trigger (#​1451)
  • chore: babel targets in rollup config (#​1479)

v1.170.1

Compare Source

  • feat: add stack to stacktraceless "exceptions" (#​1472)

v1.170.0

Compare Source

  • fix: web vitals delayed capture (#​1474)

v1.169.1

Compare Source

  • chore: skip if Array.from is missing (#​1475)

v1.169.0

Compare Source

  • feat: report reason for recording start (#​1452)
  • chore: improve exception autocapture (#​1466)

v1.168.0

Compare Source

  • fix(errors): Better define schema, align with python (#​1460)
  • chore: refactor some cypress setup (#​1467)

v1.167.1

Compare Source

  • fix: sanitize set_once properties (#​1462)

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.1

Compare Source

🐛 Bug Fix
  • Revert #​827 because regression

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
webpack/webpack (webpack)

v5.96.1

Compare Source

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

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.

Copy link
Contributor Author

renovate bot commented Nov 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

…to renovate/all-minor-patch

# Conflicts:
#	yarn.lock
@t3chguy t3chguy added this pull request to the merge queue Nov 12, 2024
Merged via the queue into develop with commit ef38258 Nov 12, 2024
36 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch November 12, 2024 18:50
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.

1 participant