Kovah / LinkAce

LinkAce is a self-hosted archive to collect links of your favorite websites.
https://www.linkace.org
GNU General Public License v3.0
2.53k stars 159 forks source link

Update composer #716

Closed Kovah closed 10 months ago

Kovah commented 10 months ago

This PR contains the following updates:

Package Type Update Change
barryvdh/laravel-debugbar require-dev minor 3.8.1 -> 3.9.2
bitnami/nginx minor 1.19 -> 1.25
bitnami/nginx minor 1.21 -> 1.25
bitnami/redis minor 6.0 -> 6.2
bootstrap (source) dependencies patch 5.3.0 -> 5.3.2
composer/semver require minor 3.3.2 -> 3.4.0
doctrine/dbal (source) require minor 3.6.4 -> 3.7.1
guzzlehttp/guzzle (source) require minor 7.7.0 -> 7.8.0
laravel/fortify require minor 1.17.4 -> 1.18.1
laravel/framework (source) require patch 9.52.10 -> 9.52.16
laravel/tinker require-dev patch 2.8.1 -> 2.8.2
league/csv (source) require minor 9.8.0 -> 9.11.0
league/flysystem-aws-s3-v3 require minor 3.15.0 -> 3.16.0
league/flysystem-ftp require minor 3.15.0 -> 3.16.0
league/flysystem-sftp-v3 require minor 3.15.0 -> 3.16.0
mariadb minor 10.6 -> 10.11
mariadb minor 10.7 -> 10.11
mockery/mockery require-dev patch 1.6.4 -> 1.6.6
php final minor 8.0.29-fpm -> 8.2.11-fpm
phpunit/phpunit (source) require-dev patch 9.6.10 -> 9.6.13
predis/predis require patch 2.2.0 -> 2.2.2
sass devDependencies minor 1.64.0 -> 1.69.4
sentry/sentry-laravel (source) require minor 3.6.1 -> 3.8.2
spatie/laravel-backup require minor 8.1.11 -> 8.4.0
tom-select (source) dependencies patch 2.2.2 -> 2.2.3

Release Notes

barryvdh/laravel-debugbar (barryvdh/laravel-debugbar) ### [`v3.9.2`](https://togithub.com/barryvdh/laravel-debugbar/releases/tag/v3.9.2): Fix ajax calls from storage [Compare Source](https://togithub.com/barryvdh/laravel-debugbar/compare/v3.9.1...v3.9.2) Limit the OpenHandler check to just the find call. ### [`v3.9.1`](https://togithub.com/barryvdh/laravel-debugbar/releases/tag/v3.9.1) [Compare Source](https://togithub.com/barryvdh/laravel-debugbar/compare/v3.9.0...v3.9.1) Minor UI tweaks ### [`v3.9.0`](https://togithub.com/barryvdh/laravel-debugbar/releases/tag/v3.9.0) [Compare Source](https://togithub.com/barryvdh/laravel-debugbar/compare/v3.8.2...v3.9.0) This release disables the OpenHandler storage browser by default, because security concerns about abuse were raised. The functionality can easily be enabled by adding the `debugbar.storage.open` to true in your config. Or if you did not publish your config, set `DEBUGBAR_OPEN_STORAGE` in your .env ### [`v3.8.2`](https://togithub.com/barryvdh/laravel-debugbar/compare/v3.8.1...v3.8.2) [Compare Source](https://togithub.com/barryvdh/laravel-debugbar/compare/v3.8.1...v3.8.2)
twbs/bootstrap (bootstrap) ### [`v5.3.2`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.2) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.3.1...v5.3.2) #### Highlights - Passing a percentage unit to the global `abs()` is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the `divide()` function. The `divide()` function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass. - Using multiple `id`s in a collapse target wasn't working anymore and has been fixed. #### Color modes - Increased color contrast of form range track background in light and dark modes. - Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast. - Allow `` color customization for color modes. #### Docs - Added alternative CDNs section in [Getting started -> Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). - Added Discord and Bootstrap subreddit links in [README](https://togithub.com/twbs/bootstrap/blob/main/README.md) and [Getting started -> Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): - [Discord](https://discord.gg/bZUvakRU3M) maintained by the community - [Bootstrap subreddit](https://reddit.com/r/bootstrap) *** #### 🎨 CSS - [#​38816](https://togithub.com/twbs/bootstrap/issues/38816): Use `box-shadow` CSS variables shadow utilities - [#​38955](https://togithub.com/twbs/bootstrap/issues/38955): Fix radios looking like ellipse on responsive mode - [#​38976](https://togithub.com/twbs/bootstrap/issues/38976): Use box-shadow CSS vars instead of Sass vars in assets and variables - [#​39030](https://togithub.com/twbs/bootstrap/issues/39030): Fix dart-sass deprecation warning - [#​39033](https://togithub.com/twbs/bootstrap/issues/39033): Color mode: fix table state rendering - [#​39095](https://togithub.com/twbs/bootstrap/issues/39095): Make form range track background more contrasted - [#​39119](https://togithub.com/twbs/bootstrap/issues/39119): New Sass var `$btn-link-focus-shadow-rgb` to allow customization - [#​39141](https://togithub.com/twbs/bootstrap/issues/39141): New Sass variable to handle `` dark mode bg color #### ☕️ JavaScript - [#​38989](https://togithub.com/twbs/bootstrap/issues/38989): Collapse: Fix multiple `id`s calls - [#​39046](https://togithub.com/twbs/bootstrap/issues/39046): Dropdown: reuse variable #### 📖 Docs - [#​38873](https://togithub.com/twbs/bootstrap/issues/38873): Discord reddit bootstrap - [#​38970](https://togithub.com/twbs/bootstrap/issues/38970): docs: add BootstrapVueNext to docs - [#​38977](https://togithub.com/twbs/bootstrap/issues/38977): Docs: Add missing form elements in focusable elements - [#​38978](https://togithub.com/twbs/bootstrap/issues/38978): Docs: Fix popover template role error - [#​38995](https://togithub.com/twbs/bootstrap/issues/38995): introduction: drop `details` element - [#​39037](https://togithub.com/twbs/bootstrap/issues/39037): Further improve image compression with oxipng and the latest jpegoptim - [#​39054](https://togithub.com/twbs/bootstrap/issues/39054): Docs: Remove incorrect mention of `.left-` and `.right-` utilities from migration guide - [#​39060](https://togithub.com/twbs/bootstrap/issues/39060): Migration: add back v5.0.0 heading - [#​39145](https://togithub.com/twbs/bootstrap/issues/39145): Docs: add warning callout to add a workaround when jsDelivr is not available - [#​39177](https://togithub.com/twbs/bootstrap/issues/39177): Fix: make theme selector tick icon visible when active in examples layout - [#​39179](https://togithub.com/twbs/bootstrap/issues/39179): download: Reword CDN paragraph #### 🛠 Examples - [#​38994](https://togithub.com/twbs/bootstrap/issues/38994): examples: update 3rd-party packages - [#​39086](https://togithub.com/twbs/bootstrap/issues/39086): Correct grammar error in examples/starter-template #### 🌎 Accessibility - [#​38978](https://togithub.com/twbs/bootstrap/issues/38978): Docs: Fix popover template role error - [#​39095](https://togithub.com/twbs/bootstrap/issues/39095): Make form range track background more contrasted #### 🧰 Misc - [#​38983](https://togithub.com/twbs/bootstrap/issues/38983): Improve change-version script - [#​38984](https://togithub.com/twbs/bootstrap/issues/38984): Convert build scripts to ESM - [#​39021](https://togithub.com/twbs/bootstrap/issues/39021): CI: update permissions for calibreapp-image-actions.yml #### 📦 Dependencies - Updated numerous [devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F30+is%3Aclosed) ### [`v5.3.1`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.1) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.3.0...v5.3.1) #### Highlights - **Color modes:** - Increased color contrast for dark mode by replacing `$gray-500` with `$gray-300` for the body color - Added our color mode switcher JavaScript to our examples ZIP download - **Components:** - Improved disabled styling for all `.nav-link`s, providing `.disabled` and `:disabled` for use with anchors and buttons - Add support for `Home` and `End` keys for navigating tabs by keyboard - Added some basic styling to toggle buttons when no modifier class is present - Fixed carousel colors in dark mode - **Forms:** - Fixed floating label disabled text color - **Utilities:** - `.text-bg-*` utilities now use CSS variables - **Sass:** - Add new `$navbar-dark-icon-color` Sass variable - Removed duplicate `$alert` Sass variables - Added a new variable for `$vr-border-width` to customize the vertical rule helper width - **Documentation:** - Added search to our homepage - Improved responsive behavior on Dashboard example - Improved dark mode rendering of Cheatsheet examples *** #### 🎨 CSS - [#​38913](https://togithub.com/twbs/bootstrap/issues/38913): Floating labels: fix disabled with text inside - [#​38772](https://togithub.com/twbs/bootstrap/issues/38772): `.text-bg-*` helpers now use theme CSS variables - [#​38886](https://togithub.com/twbs/bootstrap/issues/38886): New Sass variable to change vertical rule width - [#​38851](https://togithub.com/twbs/bootstrap/issues/38851): Fix Sass properties order for newer stylelint-config-recess-order - [#​38815](https://togithub.com/twbs/bootstrap/issues/38815): Increase contrast in dark-mode ([#​38525](https://togithub.com/twbs/bootstrap/issues/38525)) - [#​38774](https://togithub.com/twbs/bootstrap/issues/38774): Generalize disabled nav links CSS rules - [#​38673](https://togithub.com/twbs/bootstrap/issues/38673): Add `$navbar-dark-icon-color` - [#​38674](https://togithub.com/twbs/bootstrap/issues/38674): Remove duplicate `$alert-*-scale` Sass vars #### ☕️ JavaScript - [#​38498](https://togithub.com/twbs/bootstrap/issues/38498): Support `Home` and `End` keys in tabs #### 📖 Docs - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38947](https://togithub.com/twbs/bootstrap/issues/38947): Fix postcss plugin options - [#​38885](https://togithub.com/twbs/bootstrap/issues/38885): Docs: Update float responsive examples - [#​38946](https://togithub.com/twbs/bootstrap/issues/38946): Docs: remove v4 reference on homepage - [#​38948](https://togithub.com/twbs/bootstrap/issues/38948): Fix some typos in Customize > Sass doc - [#​38840](https://togithub.com/twbs/bootstrap/issues/38840): Docs: fix carousel carousel colors of carousel examples in dark mode - [#​38604](https://togithub.com/twbs/bootstrap/issues/38604): Add dropdown alignment options to button group example - [#​38894](https://togithub.com/twbs/bootstrap/issues/38894): Docs: add blank target and `noopener` rel to footer external links - [#​38902](https://togithub.com/twbs/bootstrap/issues/38902): Fix tooltip generated markup documentation - [#​38883](https://togithub.com/twbs/bootstrap/issues/38883): Docs: Fix incorrect class name on migration guide - [#​38708](https://togithub.com/twbs/bootstrap/issues/38708): add a base class style display for toggle buttons - [#​38827](https://togithub.com/twbs/bootstrap/issues/38827): Docs: add missing `aria-disabled='true'` to disabled anchors - [#​38844](https://togithub.com/twbs/bootstrap/issues/38844): Fix for text-reset example class name - [#​38838](https://togithub.com/twbs/bootstrap/issues/38838): JS/SCSS shortcodes: Add new feature to remove nested calls inside. - [#​38850](https://togithub.com/twbs/bootstrap/issues/38850): Add docs search to homepage - [#​38872](https://togithub.com/twbs/bootstrap/issues/38872): Docs: Improve Text Alignment Example - [#​38865](https://togithub.com/twbs/bootstrap/issues/38865): Fix custom-radio class name on migration guide - [#​38786](https://togithub.com/twbs/bootstrap/issues/38786): Explicitly add missing opacity-0 helper class example for clarity. - [#​38707](https://togithub.com/twbs/bootstrap/issues/38707): Update bottom border on dark navbar example - [#​38726](https://togithub.com/twbs/bootstrap/issues/38726): Update flex utilities link in navs docs - [#​38734](https://togithub.com/twbs/bootstrap/issues/38734): Minor fixes for Docs Versions page - [#​38745](https://togithub.com/twbs/bootstrap/issues/38745): Fix stack examples - [#​38751](https://togithub.com/twbs/bootstrap/issues/38751): Docs (tooltips): Fix "them" typo in markup section - [#​38688](https://togithub.com/twbs/bootstrap/issues/38688): Fix missing word issue on nav-tabs page - [#​38681](https://togithub.com/twbs/bootstrap/issues/38681): Docs: consistency between custom buttons, popovers and tooltips - [#​38600](https://togithub.com/twbs/bootstrap/issues/38600): collate distribution interval - [#​38632](https://togithub.com/twbs/bootstrap/issues/38632): docs(spinners): improve buttons examples accessibility - [#​38583](https://togithub.com/twbs/bootstrap/issues/38583): Docs: add more details on accessibility tips - [#​38554](https://togithub.com/twbs/bootstrap/issues/38554): Doc: fix 'Events' JS example - [#​38592](https://togithub.com/twbs/bootstrap/issues/38592): docs(forms): switch to `aria-describedby` - [#​38542](https://togithub.com/twbs/bootstrap/issues/38542): Use `.d-none` instead of inline styling - [#​38616](https://togithub.com/twbs/bootstrap/issues/38616): Add 'Issues assignment' section to the Contributing Guidelines - [#​38528](https://togithub.com/twbs/bootstrap/issues/38528): Adding a link to `clearfix` - [#​38538](https://togithub.com/twbs/bootstrap/issues/38538): Update Sass docs to mention compiling and including - [#​38623](https://togithub.com/twbs/bootstrap/issues/38623): Fix disabled element tooltip StackBlitz #### 🛠 Examples - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38952](https://togithub.com/twbs/bootstrap/issues/38952): dashboard: fix offcanvas md display - [#​38840](https://togithub.com/twbs/bootstrap/issues/38840): Docs: fix carousel carousel colors of carousel examples in dark mode - [#​38905](https://togithub.com/twbs/bootstrap/issues/38905): Fix dark mode rendering of Cheatsheet examples - [#​38711](https://togithub.com/twbs/bootstrap/issues/38711): Fix link colors in Sidebars example #### 🌎 Accessibility - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38498](https://togithub.com/twbs/bootstrap/issues/38498): Support `Home` and `End` keys in tabs - [#​38827](https://togithub.com/twbs/bootstrap/issues/38827): Docs: add missing `aria-disabled='true'` to disabled anchors - [#​38850](https://togithub.com/twbs/bootstrap/issues/38850): Add docs search to homepage - [#​38774](https://togithub.com/twbs/bootstrap/issues/38774): Generalize disabled nav links CSS rules - [#​38632](https://togithub.com/twbs/bootstrap/issues/38632): docs(spinners): improve buttons examples accessibility - [#​38583](https://togithub.com/twbs/bootstrap/issues/38583): Docs: add more details on accessibility tips - [#​38592](https://togithub.com/twbs/bootstrap/issues/38592): docs(forms): switch to aria-describedby #### 🧰 Misc - [#​38747](https://togithub.com/twbs/bootstrap/issues/38747): Add `color-modes.js` to `bootstrap-x.y.z-examples.zip` #### 📦 Dependencies - Updated numerous [devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F26+is%3Aclosed)
composer/semver (composer/semver) ### [`v3.4.0`](https://togithub.com/composer/semver/blob/HEAD/CHANGELOG.md#340-2023-08-31) [Compare Source](https://togithub.com/composer/semver/compare/3.3.2...3.4.0) - Support larger major version numbers ([#​149](https://togithub.com/composer/semver/issues/149))
doctrine/dbal (doctrine/dbal) ### [`v3.7.1`](https://togithub.com/doctrine/dbal/releases/tag/3.7.1) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.7.0...3.7.1) ##### Release Notes for [3.7.1](https://togithub.com/doctrine/dbal/milestone/140) ##### 3.7.1 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **3** ##### Bug,Schema Comparison - [6168: Fix comparator type detection](https://togithub.com/doctrine/dbal/pull/6168) thanks to [@​ausi](https://togithub.com/ausi) ##### CI,IBM DB2 - [6159: \[CI\] Leverage built-in healthcheck for "db2" service](https://togithub.com/doctrine/dbal/pull/6159) thanks to [@​phansys](https://togithub.com/phansys) ##### Static Analysis - [6125: Correct Column->getDefault() annotation](https://togithub.com/doctrine/dbal/pull/6125) thanks to [@​lolli42](https://togithub.com/lolli42) ### [`v3.7.0`](https://togithub.com/doctrine/dbal/releases/tag/3.7.0) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.6.7...3.7.0) ##### Release Notes for [3.7.0](https://togithub.com/doctrine/dbal/milestone/131) ##### 3.7.0 - Total issues resolved: **0** - Total pull requests resolved: **28** - Total contributors: **10** ##### New Features - [6134: Add binary array type](https://togithub.com/doctrine/dbal/pull/6134) thanks to [@​shyim](https://togithub.com/shyim) - [6130: Add Type::lookupName() shortcut method](https://togithub.com/doctrine/dbal/pull/6130) thanks to [@​mvorisek](https://togithub.com/mvorisek) - [6059: Allow `DsnParser` to parse `driverClass` via `$schemeMapping`](https://togithub.com/doctrine/dbal/pull/6059) thanks to [@​kbond](https://togithub.com/kbond) - [6046: Add support for unlogged tables in PostgreSQL](https://togithub.com/doctrine/dbal/pull/6046) thanks to [@​f-lombardo](https://togithub.com/f-lombardo) - [6010: Add support for SQLite shorthand form in foreign key constraints](https://togithub.com/doctrine/dbal/pull/6010) thanks to [@​phansys](https://togithub.com/phansys) - [5946: Support RENAME INDEX on MariaDB](https://togithub.com/doctrine/dbal/pull/5946) thanks to [@​Khartir](https://togithub.com/Khartir) - [5916: Use Native JSON type instead of LONGTEXT for MariaDB](https://togithub.com/doctrine/dbal/pull/5916) thanks to [@​cgknx](https://togithub.com/cgknx) ##### Improvements - [6150: Add a configuration setting to disable generating type comments](https://togithub.com/doctrine/dbal/pull/6150) thanks to [@​stof](https://togithub.com/stof) - [6136: Support Symfony 7 by adding return types conditionally](https://togithub.com/doctrine/dbal/pull/6136) thanks to [@​derrabus](https://togithub.com/derrabus) - [6082: Optimize TypeRegistry::lookupName() from O(N) to O(1)](https://togithub.com/doctrine/dbal/pull/6082) thanks to [@​mvorisek](https://togithub.com/mvorisek) - [6023: Remove redundant initialization of column options](https://togithub.com/doctrine/dbal/pull/6023) thanks to [@​morozov](https://togithub.com/morozov) - [6018: Use constants for DBAL types](https://togithub.com/doctrine/dbal/pull/6018) thanks to [@​phansys](https://togithub.com/phansys) - [6004: \[MySQLi\] Convert private property `Statement::$paramTypeMap` to class constant `PARAM&#​95;TYPE&#​95;MAP`](https://togithub.com/doctrine/dbal/pull/6004) thanks to [@​phansys](https://togithub.com/phansys) - [5996: Replace "magic" values with constants at `DB2Platform`](https://togithub.com/doctrine/dbal/pull/5996) thanks to [@​phansys](https://togithub.com/phansys) - [5995: Use constants for DBAL types at `DB2Platform::initializeDoctrineTypeMappings()`](https://togithub.com/doctrine/dbal/pull/5995) thanks to [@​phansys](https://togithub.com/phansys) ##### Deprecations - [6017: Narrow responsibilities in datetime related types](https://togithub.com/doctrine/dbal/pull/6017) thanks to [@​phansys](https://togithub.com/phansys) - [5957: Trigger a runtime deprecation for `Connection::executeUpdate()`](https://togithub.com/doctrine/dbal/pull/5957) thanks to [@​derrabus](https://togithub.com/derrabus) - [5948: Trigger runtime deprecations for legacy API](https://togithub.com/doctrine/dbal/pull/5948) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Static Analysis - [5926: Restrict the possible values for the casing options under the `Portability\` NS](https://togithub.com/doctrine/dbal/pull/5926) thanks to [@​phansys](https://togithub.com/phansys) ##### Documentation - [6165: Prepare release 3.7.0](https://togithub.com/doctrine/dbal/pull/6165) thanks to [@​derrabus](https://togithub.com/derrabus) - [6069: Add documentation for #​6044](https://togithub.com/doctrine/dbal/pull/6069) thanks to [@​f-lombardo](https://togithub.com/f-lombardo) ##### Dependencies - [6066: Prerequisites for PHPUnit update to version 10 in 4.0.x](https://togithub.com/doctrine/dbal/pull/6066) thanks to [@​morozov](https://togithub.com/morozov) - [6164: PHPUnit 9.6.13, PHPStan 1.10.35](https://togithub.com/doctrine/dbal/pull/6164) thanks to [@​derrabus](https://togithub.com/derrabus) ##### CI - [6163: Update MariaDB workflows](https://togithub.com/doctrine/dbal/pull/6163) thanks to [@​derrabus](https://togithub.com/derrabus) - [6110: Sync MariaDB support strategy with upstream](https://togithub.com/doctrine/dbal/pull/6110) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Test Suite - [6019: Use constants for DBAL types in tests](https://togithub.com/doctrine/dbal/pull/6019) thanks to [@​phansys](https://togithub.com/phansys) - [5917: Add test for `Mysqli\Result`](https://togithub.com/doctrine/dbal/pull/5917) thanks to [@​phansys](https://togithub.com/phansys) ##### Code Style - [6015: \[CS\] Apply `SlevomatCodingStandard.Commenting.AnnotationName` rule](https://togithub.com/doctrine/dbal/pull/6015) thanks to [@​phansys](https://togithub.com/phansys) ### [`v3.6.7`](https://togithub.com/doctrine/dbal/releases/tag/3.6.7) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.6.6...3.6.7) ##### Release Notes for [3.6.7](https://togithub.com/doctrine/dbal/milestone/137) ##### 3.6.7 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** ##### Bug,Drivers,MySQL,Platform Detection - [6156: Link to correct MR for mysql deprecation](https://togithub.com/doctrine/dbal/pull/6156) thanks to [@​BackEndTea](https://togithub.com/BackEndTea) ##### CI,PostgreSQL - [6154: Run tests against Postgres 16](https://togithub.com/doctrine/dbal/pull/6154) thanks to [@​derrabus](https://togithub.com/derrabus) ##### CI - [6152: Bump CI workflows](https://togithub.com/doctrine/dbal/pull/6152) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Static Analysis,Test Suite - [6151: PHPStan 1.10.34, PHPUnit 9.6.12](https://togithub.com/doctrine/dbal/pull/6151) thanks to [@​derrabus](https://togithub.com/derrabus) - [6139: PHPUnit 9.6.11, PHPStan 1.10.32](https://togithub.com/doctrine/dbal/pull/6139) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Documentation - [6147: Fix invalid SQL in the document](https://togithub.com/doctrine/dbal/pull/6147) thanks to [@​takaram](https://togithub.com/takaram) - [6145: docs: link to the testing guidelines in CONTRIBUTING.md](https://togithub.com/doctrine/dbal/pull/6145) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6137: Remove duplicate alias and slug](https://togithub.com/doctrine/dbal/pull/6137) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Documentation,SQL Server,pdo_sqlsrv,sqlsrv - [6140: Document `driverOptions` for SQL Server connections](https://togithub.com/doctrine/dbal/pull/6140) thanks to [@​patrick1100](https://togithub.com/patrick1100) ### [`v3.6.6`](https://togithub.com/doctrine/dbal/releases/tag/3.6.6) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.6.5...3.6.6) ##### Release Notes for [3.6.6](https://togithub.com/doctrine/dbal/milestone/136) ##### 3.6.6 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **4** ##### Bugfixes - [6132: fix: don't trigger deprecation if called internally](https://togithub.com/doctrine/dbal/pull/6132) thanks to [@​dkarlovi](https://togithub.com/dkarlovi) - [6113: Fix self deprecation from getCustomSchemaOptions](https://togithub.com/doctrine/dbal/pull/6113) thanks to [@​VincentLanglet](https://togithub.com/VincentLanglet) - [6108: Avoid self deprecation about listTableColumn](https://togithub.com/doctrine/dbal/pull/6108) thanks to [@​VincentLanglet](https://togithub.com/VincentLanglet) ##### Documentation - [6119: Fix a typo and a space](https://togithub.com/doctrine/dbal/pull/6119) thanks to [@​williamdes](https://togithub.com/williamdes) ##### Static Analysis - [6131: PHPStan 1.10.29](https://togithub.com/doctrine/dbal/pull/6131) thanks to [@​derrabus](https://togithub.com/derrabus) - [6116: PHPStan 1.10.26](https://togithub.com/doctrine/dbal/pull/6116) thanks to [@​derrabus](https://togithub.com/derrabus) ##### CI - [6118: Run tests with MySQL 8.1](https://togithub.com/doctrine/dbal/pull/6118) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Code Style - [6111: Pin Slevomat Coding Standard](https://togithub.com/doctrine/dbal/pull/6111) thanks to [@​derrabus](https://togithub.com/derrabus) ### [`v3.6.5`](https://togithub.com/doctrine/dbal/releases/tag/3.6.5) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.6.4...3.6.5) ##### Release Notes for [3.6.5](https://togithub.com/doctrine/dbal/milestone/135) ##### 3.6.5 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **4** ##### Bug,Prepared Statements,ibm_db2 - [6093: Fix blob binding overwrite on DB2](https://togithub.com/doctrine/dbal/pull/6093) thanks to [@​melekhovets](https://togithub.com/melekhovets) ##### Bug - [6086: Use Deprecation::triggerIfCalledFromOutside in listTableDetails](https://togithub.com/doctrine/dbal/pull/6086) thanks to [@​Aweptimum](https://togithub.com/Aweptimum) ##### Documentation - [6077: Document alternative to Type::getName](https://togithub.com/doctrine/dbal/pull/6077) thanks to [@​Tofandel](https://togithub.com/Tofandel) ##### Static Analysis,Test Suite - [6073: PHPStan 1.10.21, PHPUnit 9.6.9, JetBrains Stubs 2023.1](https://togithub.com/doctrine/dbal/pull/6073) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Bug,SQL Server,Schema Introspection,Schema Management - [6072: Fix binding unused parameter](https://togithub.com/doctrine/dbal/pull/6072) thanks to [@​derrabus](https://togithub.com/derrabus)
guzzle/guzzle (guzzlehttp/guzzle) ### [`v7.8.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#780---2023-08-27) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.7.1...7.8.0) ##### Added - Support for PHP 8.3 - Added automatic closing of handles on `CurlFactory` object destruction ### [`v7.7.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#771---2023-08-27) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.7.0...7.7.1) ##### Changed - Remove the need for `AllowDynamicProperties` in `CurlMultiHandler`
laravel/fortify (laravel/fortify) ### [`v1.18.1`](https://togithub.com/laravel/fortify/blob/HEAD/CHANGELOG.md#v1181---2023-10-18) [Compare Source](https://togithub.com/laravel/fortify/compare/v1.18.0...v1.18.1) - Fix paths in default config using nested arrays by [@​sebj54](https://togithub.com/sebj54) in [https://github.com/laravel/fortify/pull/501](https://togithub.com/laravel/fortify/pull/501) ### [`v1.18.0`](https://togithub.com/laravel/fortify/blob/HEAD/CHANGELOG.md#v1180---2023-09-12) [Compare Source](https://togithub.com/laravel/fortify/compare/v1.17.6...v1.18.0) - Added case-sensitivity option for usernames by [@​Radiergummi](https://togithub.com/Radiergummi) in [https://github.com/laravel/fortify/pull/485](https://togithub.com/laravel/fortify/pull/485) - Added response contract for email verification notification by [@​m-thalmann](https://togithub.com/m-thalmann) in [https://github.com/laravel/fortify/pull/489](https://togithub.com/laravel/fortify/pull/489) ### [`v1.17.6`](https://togithub.com/laravel/fortify/blob/HEAD/CHANGELOG.md#v1176---2023-09-04) [Compare Source](https://togithub.com/laravel/fortify/compare/v1.17.5...v1.17.6) - Update logout to invalidate and regenerate session only if session is present (Issue [#​486](https://togithub.com/laravel/fortify/issues/486)) by [@​karmendra](https://togithub.com/karmendra) in [https://github.com/laravel/fortify/pull/487](https://togithub.com/laravel/fortify/pull/487) ### [`v1.17.5`](https://togithub.com/laravel/fortify/blob/HEAD/CHANGELOG.md#v1175---2023-08-02) [Compare Source](https://togithub.com/laravel/fortify/compare/v1.17.4...v1.17.5) - \[1.x] Laravel Pint fixes by [@​iruoy](https://togithub.com/iruoy) in [https://github.com/laravel/fortify/pull/480](https://togithub.com/laravel/fortify/pull/480)
laravel/framework (laravel/framework) ### [`v9.52.16`](https://togithub.com/laravel/framework/releases/tag/v9.52.16) [Compare Source](https://togithub.com/laravel/framework/compare/v9.52.15...v9.52.16) - \[9.x] Support for phpredis 6.0.0 by [@​MichalHubatka](https://togithub.com/MichalHubatka) in [https://github.com/laravel/framework/pull/48380](https://togithub.com/laravel/framework/pull/48380) ### [`v9.52.15`](https://togithub.com/laravel/framework/releases/tag/v9.52.15) [Compare Source](https://togithub.com/laravel/framework/compare/v9.52.14...v9.52.15) - \[9.x] Improve decimal shape validation by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/47957](https://togithub.com/laravel/framework/pull/47957) ### [`v9.52.14`](https://togithub.com/laravel/framework/releases/tag/v9.52.14) [Compare Source](https://togithub.com/laravel/framework/compare/v9.52.13...v9.52.14) #### What's Changed - \[9.x] Circumvent PHP 8.2.9 date format bug that makes artisan serve crash by [@​levu42](https://togithub.com/levu42) in [https://github.com/laravel/framework/pull/47931](https://togithub.com/laravel/framework/pull/47931) **Full Changelog**: https://github.com/laravel/framework/compare/v9.52.13...v9.52.14 ### [`v9.52.13`](https://togithub.com/laravel/framework/compare/v9.52.12...v9.52.13) [Compare Source](https://togithub.com/laravel/framework/compare/v9.52.12...v9.52.13) ### [`v9.52.12`](https://togithub.com/laravel/framework/compare/v9.52.11...v9.52.12) [Compare Source](https://togithub.com/laravel/framework/compare/v9.52.11...v9.52.12) ### [`v9.52.11`](https://togithub.com/laravel/framework/releases/tag/v9.52.11) [Compare Source](https://togithub.com/laravel/framework/compare/v9.52.10...v9.52.11) - \[9.x] Fix CI for DynamoDB by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/47656](https://togithub.com/laravel/framework/pull/47656) - \[9.x] Pin `amazon/dynamodb-local` version in `docker-compose.yml` by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/47657](https://togithub.com/laravel/framework/pull/47657)
laravel/tinker (laravel/tinker) ### [`v2.8.2`](https://togithub.com/laravel/tinker/blob/HEAD/CHANGELOG.md#v282---2023-08-15) [Compare Source](https://togithub.com/laravel/tinker/compare/v2.8.1...v2.8.2) - \[2.x] Adds type checking by [@​nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/laravel/tinker/pull/160](https://togithub.com/laravel/tinker/pull/160) - \[2.x] Remove unused `orchestra/testbench` deps by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/tinker/pull/166](https://togithub.com/laravel/tinker/pull/166)
thephpleague/csv (league/csv) ### [`v9.11.0`](https://togithub.com/thephpleague/csv/blob/HEAD/CHANGELOG.md#9110---2023-09-23) [Compare Source](https://togithub.com/thephpleague/csv/compare/9.10.0...9.11.0) ##### Added - `EscapeFormula::unescapeRecord` does the opposite of `EscapeFormula::escapeRecord` - `TabularReader::each` (implemented on the `Reader` and the `ResultSet` object) - `TabularReader::exists` (implemented on the `Reader` and the `ResultSet` object) - `TabularReader::reduce` (implemented on the `Reader` and the `ResultSet` object) - `TabularReader::filter` (implemented on the `Reader` and the `ResultSet` object) - `TabularReader::slice` (implemented on the `Reader` and the `ResultSet` object) - `TabularReader::sorted` (implemented on the `Reader` and the `ResultSet` object) - `Reader::addFormatter` (implemented on the `Reader` and the `ResultSet` object) ##### Deprecated - `EscapeFormula::__invoke` use `EscapeFormula::escapeRecord` instead ##### Fixed - None ##### Removed - None ### [`v9.10.0`](https://togithub.com/thephpleague/csv/blob/HEAD/CHANGELOG.md#9100---2023-08-04) [Compare Source](https://togithub.com/thephpleague/csv/compare/9.9.0...9.10.0) ##### Added - `Writer::forceEnclosure` and `Writer::relaxEnclosure` to control the presence of enclosure in the generated CSV - `Writer::getEndOfLine` and `Writer::setEndOfLine` ##### Deprecated - `EncloseField` stream filter in favor of the new `Writer::forceEnclosure` method. - `Writer::getNewline` and `Writer::setNewline` in favor of `Writer::getEndOfLine` and `Writer::setEndOfLine` ##### Fixed - `Stream::fwrite` to allow writing to a file in a normalized way. Internal use. - Documentation Fixed removing unreleased documented feature by [@​nclavaud](https://togithub.com/nclavaud) ##### Removed - None ### [`v9.9.0`](https://togithub.com/thephpleague/csv/blob/HEAD/CHANGELOG.md#990---2023-03-11) [Compare Source](https://togithub.com/thephpleague/csv/compare/9.8.0...9.9.0) ##### Added - `TabularDataWriter` interface to represent how to write to a tabular data document. - `TabularDataReader::first` to replace `TabularDataReader::fetchOne` - `TabularDataReader::nth` to replace `TabularDataReader::fetchOne` - `CharsetConverter::addBOMSkippingTo` to improve BOM skipping see [bug #​483](https://togithub.com/thephpleague/csv/issues/483) ##### Deprecated - `TabularDataReader::fetchOne` ##### Fixed - `Stream::createFromResource` - `Stream::__construct` is made private. The class is already marked as internal so BC break does not apply on it. - Using PHP8 feature to rewrite internal codebase - Replaced simple comparisons with strict comparison operator where types are obvious in internal codebase by [@​astepin](https://togithub.com/astepin) - Marked class constants explicitly as public by [@​astepin](https://togithub.com/astepin) - Minimal support version PHP8.1.2 - Fix Docblock and method signature using PHP8 feature (Union Type) - Fix Internal codebase around `seek` usage and \`[#​75917](https://bugs.php.net/bug.php?id=75917) requires PHP8.1.2 - Remove internal usage of deprecated methods ##### Removed - `Stream::fwrite` The class is already marked as internal so BC break does not apply on it. - `Stream::fgets` The class is already marked as internal so BC break does not apply on it. - Drop support for PHP7 and PHP8.0 - Polyfill to enable using fputcsv `$eol` argument
thephpleague/flysystem-aws-s3-v3 (league/flysystem-aws-s3-v3) ### [`v3.16.0`](https://togithub.com/thephpleague/flysystem-aws-s3-v3/compare/3.15.0...3.16.0) [Compare Source](https://togithub.com/thephpleague/flysystem-aws-s3-v3/compare/3.15.0...3.16.0)
thephpleague/flysystem-ftp (league/flysystem-ftp) ### [`v3.16.0`](https://togithub.com/thephpleague/flysystem-ftp/compare/3.15.0...3.16.0) [Compare Source](https://togithub.com/thephpleague/flysystem-ftp/compare/3.15.0...3.16.0)
thephpleague/flysystem-sftp-v3 (league/flysystem-sftp-v3) ### [`v3.16.0`](https://togithub.com/thephpleague/flysystem-sftp-v3/compare/3.15.0...3.16.0) [Compare Source](https://togithub.com/thephpleague/flysystem-sftp-v3/compare/3.15.0...3.16.0)
mockery/mockery (mockery/mockery) ### [`v1.6.6`](https://togithub.com/mockery/mockery/blob/HEAD/CHANGELOG.md#166-2023-08-08) [Compare Source](https://togithub.com/mockery/mockery/compare/1.6.5...1.6.6) - [#​1327: Changelog v1.6.6](https://togithub.com/mockery/mockery/pull/1327) - [#​1325: Keep the file that caused an error for inspection](https://togithub.com/mockery/mockery/pull/1325) - [#​1324: Fix Regression - Replace `+` Array Union Operator with `array_merge`](https://togithub.com/mockery/mockery/pull/1324) ### [`v1.6.5`](https://togithub.com/mockery/mockery/blob/HEAD/CHANGELOG.md#165-2023-08-05) [Compare Source](https://togithub.com/mockery/mockery/compare/1.6.4...1.6.5) - [#​1322: Changelog v1.6.5](https://togithub.com/mockery/mockery/pull/1322) - [#​1321: Autoload Test Fixtures Based on PHP Runtime Version](https://togithub.com/mockery/mockery/pull/1321) - [#​1320: Clean up mocks on destruct](https://togithub.com/mockery/mockery/pull/1320) - [#​1318: Fix misspelling in docs](https://togithub.com/mockery/mockery/pull/1318) - [#​1316: Fix compatibility issues with PHP 7.3](https://togithub.com/mockery/mockery/pull/1316) - [#​1315: Fix PHP 7.3 issues](https://togithub.com/mockery/mockery/issues/1315) - [#​1314: Add Security Policy](https://togithub.com/mockery/mockery/pull/1314) - [#​1313: Type declaration for `iterable|object`.](https://togithub.com/mockery/mockery/pull/1313) - [#​1312: Mock disjunctive normal form types](https://togithub.com/mockery/mockery/pull/1312) - [#​1299: Test PHP `8.3` language features](https://togithub.com/mockery/mockery/pull/1299)
sebastianbergmann/phpunit (phpunit/phpunit) ### [`v9.6.13`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13) ### [`v9.6.12`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12) ### [`v9.6.11`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11)
predis/predis (predis/predis) ### [`v2.2.2`](https://togithub.com/predis/predis/blob/HEAD/CHANGELOG.md#v222-2023-09-13) [Compare Source](https://togithub.com/predis/predis/compare/v2.2.1...v2.2.2) ##### Added - Added `client_info` client parameter - Added support for `CLUSTER` container command ##### Fixed - Fixed `EXPIRETIME` not using `prefix` - Disabled `CLIENT SETINFO` calls by default ### [`v2.2.1`](https://togithub.com/predis/predis/blob/HEAD/CHANGELOG.md#v221-2023-08-15) [Compare Source](https://togithub.com/predis/predis/compare/v2.2.0...v2.2.1) ##### Added - Added support for `WAITAOF` command ([#​1357](https://togithub.com/predis/predis/issues/1357)) - Added support for `SHUTDOWN` command ([#​1359](https://togithub.com/predis/predis/issues/1359)) - Added support for `FUNCTION` command ([#​1332](https://togithub.com/predis/predis/issues/1332)) - Added support for new optional `PEXPIRE`, `PEXPIREAT` and `COMMAND` - Added missing Redis Stack commands to `KeyPrefixProcessor` ([#​1358](https://togithub.com/predis/predis/issues/1358)) ##### Changed - Set client name and version when establishing a connection ([#​1347](https://togithub.com/predis/predis/issues/1347))
sass/dart-sass (sass) ### [`v1.69.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1694) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.3...1.69.4) - No user-visible changes. ### [`v1.69.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1693) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.2...1.69.3) ##### Embedded Sass - Fix TypeScript type locations in `package.json`. ### [`v1.69.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1692) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.1...1.69.2) ##### JS API - Fix a bug where Sass crashed when running in the browser if there was a global variable named `process`. ### [`v1.69.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1691) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.0...1.69.1) - No user-visible changes. ### [`v1.69.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1690) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.68.0...1.69.0) - Add a `meta.get-mixin()` function that returns a mixin as a first-class Sass value. - Add a `meta.apply()` mixin that includes a mixin value. - Add a `meta.module-mixins()` function which returns a map from mixin names in a module to the first-class mixins that belong to those names. - Add a `meta.accepts-content()` function which returns whether or not a mixin value can take a content block. - Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output. ##### Dart API - Deprecate `Deprecation.calcInterp` since it was never actually emitted as a deprecation. ##### Embedded Sass - Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request. ### [`v1.68.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1680) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.67.0...1.68.0) - Fix the source spans associated with the `abs-percent` deprecation. ##### JS API - Non-filesystem importers can now set the `nonCanonicalScheme` field, which declares that one or more URL schemes (without `:`) will never be used for URLs returned by the `canonicalize()` method. - Add a `containingUrl` field to the `canonicalize()` and `findFileUrl()` methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer. ##### Dart API - Add `AsyncImporter.isNonCanonicalScheme`, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the `canonicalize()` method. - Add `AsyncImporter.containingUrl`, which is set during calls to the `canonicalize()` method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer. ##### Embedded Sass - The `CalculationValue.interpolation` field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to `CalculationValue.string` except that `"("` and `")"` will be added to the beginning and end of the string values. - Properly include TypeScript types in the `sass-embedded` package. ### [`v1.67.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1670) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.66.1...1.67.0) - All functions defined in CSS Values and Units 4 are now once again parsed as calculation objects: `round()`, `mod()`, `rem()`, `sin()`, `cos()`, `tan()`, `asin()`, `acos()`, `atan()`, `atan2()`, `pow()`, `sqrt()`, `hypot()`, `log()`, `exp()`, `abs()`, and `sign()`. Unlike in 1.65.0, function calls are *not* locked into being parsed as calculations or plain Sass functions at parse-time. This means that user-defined functions will take precedence over CSS calculations of the same name. Although the function names `calc()` and `clamp()` are still forbidden, users may continue to freely define functions whose names overlap with other CSS calculations (including `abs()`, `min()`, `max()`, and `round()` whose names overlap with global Sass functions). - **Breaking change**: As a consequence of the change in calculation parsing described above, calculation functions containing interpolation are now parsed more strictly than before. However, *almost* all interpolations that would have produced valid CSS will continue to work. The only exception is `#{$variable}%` which is not valid in Sass and is no longer valid in calculations. Instead of this, either use `$variable` directly and ensure it already has the `%` unit, or write `($variable * 1%)`. - **Potentially breaking bug fix**: The importer used to load a given file is no longer used to load absolute URLs that appear in that file. This was unintented behavior that contradicted the Sass specification. Absolute URLs will now correctly be loaded only from the global importer list. This applies to the modern JS API, the Dart API, and the embedded protocol. ##### Embedded Sass - Substantially improve the embedded compiler's performance when compiling many files or files that require many importer or function call round-trips with the embedded host. ### [`v1.66.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1661) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.66.0...1.66.1) ##### JS API - Fix a bug where Sass compilation could crash in strict mode if passed a callback that threw a string, boolean, number, symbol, or bignum. ### [`v1.66.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1660) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.65.1...1.66.0) - **Breaking change:** Drop support for the additional CSS calculations defined in CSS Values and Units 4. Custom Sass functions whose names overlapped with these new CSS functions were being parsed as CSS calculations instead, causing an unintentional breaking change outside our normal \[compatibility policy] for CSS compatibility changes. Support will be added again in a future version, but only after Sass has emitted a deprecation warning for all functions that will break for at least three months prior to the breakage. ### [`v1.65.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1651) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.65.0...1.65.1) - Update abs-percent deprecatedIn version to `1.65.0`. ### [`v1.65.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1650) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.64.2...1.65.0) - All functions defined in CSS Values and Units 4 are now parsed as calculation objects: `round()`, `mod()`, `rem()`, `sin()`, `cos()`, `tan()`, `asin()`, `acos()`, `atan()`, `atan2()`, `pow()`, `sqrt()`, `hypot()`, `log()`, `exp()`, `abs()`, and `sign()`. - Deprecate explicitly passing the `%` unit to the global `abs()` function. In future releases, this will emit a CSS abs() function to be resolved by the browser. This deprecation is named `abs-percent`. ### [`v1.64.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1642) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.64.1...1.64.2) - No user-visible changes. ### [`v1.64.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1641) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.64.0...1.64.1) ##### Embedded Sass - Fix a bug where a valid `SassCalculation.clamp()` with less than 3 arguments would throw an error.
getsentry/sentry-laravel (sentry/sentry-laravel) ### [`v3.8.2`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#382) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.8.1...3.8.2) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.8.2. ##### Bug Fixes - Fix `DateTimeZone` not properly converted to a string when using Cron Monitoring [(#​783)](https://togithub.com/getsentry/sentry-laravel/pull/783) ### [`v3.8.1`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#381) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.8.0...3.8.1) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.8.1. ##### Bug Fixes - Fix a deprecation notice caused by passing `null` to `Str::startsWith()` [(#​780)](https://togithub.com/getsentry/sentry-laravel/pull/780) ### [`v3.8.0`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#380) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.7.3...3.8.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.8.0. ##### Features - Initial support for Laravel Folio [(#​738)](https://togithub.com/getsentry/sentry-laravel/pull/738) If you are using Laravel Folio in your application, we'll extract a more meaningful transaction name based on the `VieMatched` event. - The filesystem adapters for the `sentry` driver now extend the well-known Laravel classes they decorate, `Illuminate\Filesystem\FilesystemAdapter` and `Illuminate\Filesystem\AwsS3V3Adapter`. Enabling the feature can be simplified by wrapping the configuration for all disks with a call to `Sentry\Laravel\Features\Storage\Integration::configureDisks()` in your `config/filesystems.php` file: ```php 'disks' => Sentry\Laravel\Features\Storage\Integration::configureDisks([ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), 'throw' => false, ], // ... ], /* enableSpans: */ true, /* enableBreadcrumbs: */ true), ``` Alternatively, you can enable this feature only for select disks: ```php 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), 'throw' => false, ], 's3' => Sentry\Laravel\Features\Storage\Integration::configureDisk('s3', [ // ... ], /* enableSpans: */ true, /* enableBreadcrumbs: */ true), ], ``` By default, both spans and breadcrumbs are enabled. You may disable them by passing the second argument, `$enableSpans` or the third argument, `$enableBreadcrumbs`. - Add Laravel artisan about command [(#​768)](https://togithub.com/getsentry/sentry-laravel/pull/768) ##### Bug Fixes - Remove usage of `Str::replace` [(#​762)](https://togithub.com/getsentry/sentry-laravel/pull/762) - This fixes an issue using Cron Monitoring in Laravel 6, 7 and < 8.41.0 ##### Misc - Differentiate between boot and register for features [(#​759)](https://togithub.com/getsentry/sentry-laravel/pull/759) - Internal improvements [(#​769)](https://togithub.com/getsentry/sentry-laravel/pull/769) - Make feature registration agnostic to the service container. - Cleanup tests by using the `@define-env` annotation. - Move the Log channel to a feature and add tests. - Mark BacktraceHelper as `@internal` and make it lazy for the tracing service provider. ### [`v3.7.3`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#373) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.7.2...3.7.3) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.7.3. ##### Bug Fixes - Fix HTTP client integration consuming the PSR request/response body stream [(#​756)](https://togithub.com/getsentry/sentry-laravel/pull/756) ### [`v3.7.2`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#372) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.7.1...3.7.2) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.7.2. ##### Bug Fixes - Fix `app.bootstrap` span not starting at the start of the performance transaction [(#​734)](https://togithub.com/getsentry/sentry-laravel/pull/734) - Fix `sentry` storage driver not being registered when DSN is not set causing `Driver [sentry] is not supported.` [(#​752)](https://togithub.com/getsentry/sentry-laravel/pull/752) ### [`v3.7.1`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#371) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.7.0...3.7.1) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.7.1. ##### Bug Fixes - Performance traces and breadcrumbs for filesystem access are now turned off by default [(#​746)](https://togithub.com/getsentry/sentry-laravel/pull/746) To enable the feature, you'll need to make some changes in your `config/filesystems.php` file for each disk where you want to enable the tracing filesystem driver. ```php // For example, if you want to trace the `local` disk, you update the disk config from this: 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), 'throw' => false, ], // to this: 'local' => [ 'driver' => 'sentry', 'root' => storage_path('app'), 'throw' => false, 'sentry_disk_name' => 'local', 'sentry_original_driver' => 'local', 'sentry_enable_spans' => true, 'sentry_enable_breadcrumbs' => true, ], ``` For each disk, you replace the `driver` key with `sentry` and add the `sentry_original_driver` key with the original driver name. For us to construct the original driver, you also need to add the `sentry_disk_name` key with the name of the disk. In addition, you can specify the optional `sentry_enable_spans` and `sentry_enable_breadcrumbs` config keys to turn off that feature for the disk. These options are enabled by default. Please note that we replace the driver for the disk with a custom driver that will capture performance traces and breadcrumbs. This means that relying on the disk to be of a specific type might cause problems. If you rely on the disk being an instance of `Illuminate\Contracts\Filesystem\Filesystem` or `Illuminate\Contracts\Filesystem\Cloud`, there should be no problem. ### [`v3.7.0`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#370) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/3.6.1...3.7.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.7.0. ##### Features - Tracing without Performance [(#​719)](https://togithub.com/getsentry/sentry-laravel/pull/719) The SDK will now continue a trace from incoming HTTP requests, even if performance is not enabled. To continue a trace outward, you may attach the Sentry tracing headers to any HTTP client request. You can fetch the required header values by calling `\Sentry\getBaggage()` and `\Sentry\getTraceparent()`. - Add performance traces and breadcrumbs for filesystem access [(#​726)](https://togithub.com/getsentry/sentry-laravel/pull/726) This behaviour can be changed in your `config/sentry.php` file. ```php 'breadcrumbs' => [ // Capture storage access as breadcrumbs 'storage' => true, ], `tracing` => [ // Capture storage access as spans 'storage' => true, ], ``` - GraphQL and HTTP client improvements [(#​720)](https://togithub.com/getsentry/sentry-laravel/pull/720) This adds an improved visual representation of the request body on the Sentry web interface, as well as `response_body_size` and `request_body_size` to HTTP client breadcrumbs. - Less sensitive data send by default [(#​732)](https://togithub.com/getsentry/sentry-laravel/pull/732) The SDK will no longer se

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



This PR has been generated by Renovate Bot.

Kovah commented 10 months ago

⚠ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update barryvdh/laravel-debugbar:3.9.2 composer/semver:3.4.0 doctrine/dbal:3.7.1 guzzlehttp/guzzle:7.8.0 laravel/fortify:1.18.1 laravel/framework:9.52.16 laravel/tinker:2.8.2 league/csv:9.11.0 league/flysystem-aws-s3-v3:3.16.0 league/flysystem-ftp:3.16.0 league/flysystem-sftp-v3:3.16.0 mockery/mockery:1.6.6 phpunit/phpunit:9.6.13 predis/predis:2.2.2 sentry/sentry-laravel:3.8.2 spatie/laravel-backup:8.4.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/http-client is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires spatie/laravel-backup ^8.1.5 -> satisfiable by spatie/laravel-backup[8.4.0].
    - spatie/laravel-backup 8.4.0 requires illuminate/support ^10.10.0 -> found illuminate/support[v10.10.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.