-
Notifications
You must be signed in to change notification settings - Fork 1
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 dependency @primer/css to v17.11.1 #14
Open
renovate-bot
wants to merge
1
commit into
Pearl1981:main
Choose a base branch
from
renovate-bot:renovate/primer-css-17.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sharonstout1981
approved these changes
Nov 13, 2024
sharonstout1981
added
the
documentation
Improvements or additions to documentation
label
Nov 13, 2024
renovate-bot
force-pushed
the
renovate/primer-css-17.x
branch
2 times, most recently
from
November 21, 2024 05:22
daf24ee
to
40c4b3c
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 21, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@primer/css](https://primer.style/css) ([source](https://redirect.github.com/primer/css)) | [`17.0.1` -> `17.11.1`](https://renovatebot.com/diffs/npm/@primer%2fcss/17.0.1/17.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@primer%2fcss/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@primer%2fcss/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@primer%2fcss/17.0.1/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@primer%2fcss/17.0.1/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>primer/css (@​primer/css)</summary> ### [`v17.11.1`](https://redirect.github.com/primer/css/compare/v17.11.0...f95cc976967e7b6502992cc19099708f68739d51) [Compare Source](https://redirect.github.com/primer/css/compare/v17.11.0...f95cc976967e7b6502992cc19099708f68739d51) ### [`v17.11.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#17110) [Compare Source](https://redirect.github.com/primer/css/compare/v17.10.0...v17.11.0) ##### Minor Changes - [#​1580](https://redirect.github.com/primer/css/pull/1580) [`4a1f09a7`](https://redirect.github.com/primer/css/commit/4a1f09a75e7666b46e68e96e6f485d9ff467fd01) Thanks [@​simurai](https://redirect.github.com/simurai)! - Add V2 utilities <!----> - [#​1595](https://redirect.github.com/primer/css/pull/1595) [`5fb831cf`](https://redirect.github.com/primer/css/commit/5fb831cf5062baa4ffde4322a0035c144db1e70c) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Adding directional margin classes to the margin utilities. Adding: `ml-auto, mb-auto, mr-auto` ##### Patch Changes - [#​1594](https://redirect.github.com/primer/css/pull/1594) [`2cf661c4`](https://redirect.github.com/primer/css/commit/2cf661c4d95285d09d0f26ea6109d5aa9bbed552) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Loosening the primer/primitives dependency to any minor.patch version ### [`v17.10.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#17100) [Compare Source](https://redirect.github.com/primer/css/compare/v17.9.0...v17.10.0) ##### Minor Changes - [#​1592](https://redirect.github.com/primer/css/pull/1592) [`39c9c928`](https://redirect.github.com/primer/css/commit/39c9c92874eb32b346256cbcc713b87767b319ef) Thanks [@​simurai](https://redirect.github.com/simurai)! - Revert font stack changes ##### Patch Changes - [#​1590](https://redirect.github.com/primer/css/pull/1590) [`e3c8f90e`](https://redirect.github.com/primer/css/commit/e3c8f90e7f61e76d20650061da2dd93111814a8a) Thanks [@​joelhawksley](https://redirect.github.com/joelhawksley)! - Update Breadcrumbs markup to match w3 aria example. ### [`v17.9.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1790) [Compare Source](https://redirect.github.com/primer/css/compare/v17.8.0...v17.9.0) ##### Minor Changes - [#​1575](https://redirect.github.com/primer/css/pull/1575) [`c7ea6448`](https://redirect.github.com/primer/css/commit/c7ea6448c114065627299db7ba65418799d4a59b) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Replacing deprecated variables with color v2 variables <!----> - [#​1573](https://redirect.github.com/primer/css/pull/1573) [`386dfa01`](https://redirect.github.com/primer/css/commit/386dfa0145a64e2c6edbdf8ab09d9fc3f7151f6a) Thanks [@​simurai](https://redirect.github.com/simurai)! - Improve the font stack on Windows - `Segoe UI Variable` -> `Segoe UI Variable Text`. - "Segoe UI Variable Text" seems to be the better option for a lot of text (markdown). In the future we might can consider having a UI and a "text" font stack. - Add `Meiryo` before `system-ui`. - This should have the effect that the browser will use `Meiryo` instead of `Yu Gothic UI` and should improve font rendering, especially for Japanese. - Note: In an earlier version, `Yu Gothic` was used. But with great [feedback](https://twitter.com/448jp/status/1435087523185758212) from [@​448jp](https://redirect.github.com/448jp) and [@​hiloki](https://redirect.github.com/hiloki) [https://github.com/primer/css/pull/1573#issuecomment-913973890](https://redirect.github.com/primer/css/pull/1573#issuecomment-913973890) it seems `Meiryo` is the better default. <!----> - [#​1581](https://redirect.github.com/primer/css/pull/1581) [`be518b80`](https://redirect.github.com/primer/css/commit/be518b8023b56802b1fc67ccc8a5b8398d1b279c) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Updating deprecations.js file to be more straightforward <!----> - [#​1579](https://redirect.github.com/primer/css/pull/1579) [`c3b4a0c3`](https://redirect.github.com/primer/css/commit/c3b4a0c36302af7bb06ca996f37a63470ab99c62) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Removing v2 color mode css var fallbacks. `var(--color-v2, var(--color-v1))` becomes `var(--color-v2)` ### [`v17.8.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1780) [Compare Source](https://redirect.github.com/primer/css/compare/v17.7.0...v17.8.0) ##### Minor Changes - [#​1567](https://redirect.github.com/primer/css/pull/1567) [`ab72486f`](https://redirect.github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@​colebemis](https://redirect.github.com/colebemis)! - Remove `base/modes-v2.scss` file <!----> - [#​1567](https://redirect.github.com/primer/css/pull/1567) [`ab72486f`](https://redirect.github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@​colebemis](https://redirect.github.com/colebemis)! - Bumps `@primer/primitives` to [v4.7.0](https://redirect.github.com/primer/primitives/releases/tag/v4.7.0) which includes new \[functional color system variables] <!----> - [#​1567](https://redirect.github.com/primer/css/pull/1567) [`ab72486f`](https://redirect.github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@​colebemis](https://redirect.github.com/colebemis)! - Output `dark_high_contrast` theme variables from `base/modes.scss` ### [`v17.7.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1770) [Compare Source](https://redirect.github.com/primer/css/compare/v17.6.2...v17.7.0) ##### Minor Changes - [#​1555](https://redirect.github.com/primer/css/pull/1555) [`4ae2174e`](https://redirect.github.com/primer/css/commit/4ae2174e33d3bd9be418176af4de75dd97b761c5) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Add `.wb-break-word` class to existing `.break-word` ##### Patch Changes - [#​1563](https://redirect.github.com/primer/css/pull/1563) [`679d70b5`](https://redirect.github.com/primer/css/commit/679d70b579c5203079e6a0559fe9dccbfcf0acae) Thanks [@​simurai](https://redirect.github.com/simurai)! - Revert `TimelineItem-badge` fix ### [`v17.6.2`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1762) [Compare Source](https://redirect.github.com/primer/css/compare/v17.6.1...v17.6.2) ##### Patch Changes - [#​1556](https://redirect.github.com/primer/css/pull/1556) [`3ad13aba`](https://redirect.github.com/primer/css/commit/3ad13abac3deccc768af0ba5eb90f1365eb977f3) Thanks [@​simurai](https://redirect.github.com/simurai)! - Fix TimelineItem--condensed background <!----> - [#​1552](https://redirect.github.com/primer/css/pull/1552) [`966de4ee`](https://redirect.github.com/primer/css/commit/966de4ee0f1cfcd5f5a9f75560460adaafd47f06) Thanks [@​simurai](https://redirect.github.com/simurai)! - Fix `code` in headers ### [`v17.6.1`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1761) [Compare Source](https://redirect.github.com/primer/css/compare/v17.6.0...v17.6.1) ##### Patch Changes - [#​1550](https://redirect.github.com/primer/css/pull/1550) [`8a684ee4`](https://redirect.github.com/primer/css/commit/8a684ee4d1572de543aef2f11d4756f6fdfda638) Thanks [@​simurai](https://redirect.github.com/simurai)! - Add gradient hack to TimelineItem-badge ### [`v17.6.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1760) [Compare Source](https://redirect.github.com/primer/css/compare/v17.5.2...v17.6.0) ##### Minor Changes - [#​1529](https://redirect.github.com/primer/css/pull/1529) [`dca8e0ae`](https://redirect.github.com/primer/css/commit/dca8e0aeccb326c2bafff1ec86a912987b224f32) Thanks [@​vdepizzol](https://redirect.github.com/vdepizzol)! - Improve font rendering on Linux ##### Patch Changes - [#​1540](https://redirect.github.com/primer/css/pull/1540) [`6b6e89a8`](https://redirect.github.com/primer/css/commit/6b6e89a8bff2319ef75d25217dafc272a5e597f0) Thanks [@​joelhawksley](https://redirect.github.com/joelhawksley)! - Use standard lifecycle milestones for statuses. <!----> - [#​1528](https://redirect.github.com/primer/css/pull/1528) [`303cacae`](https://redirect.github.com/primer/css/commit/303cacae77244a9e0de02b4caee2a8c01097aced) Thanks [@​koddsson](https://redirect.github.com/koddsson)! - Convert package to a ES module ### [`v17.5.2`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1752) [Compare Source](https://redirect.github.com/primer/css/compare/v17.5.1...v17.5.2) ##### Patch Changes - [#​1519](https://redirect.github.com/primer/css/pull/1519) [`8bfe2b7e`](https://redirect.github.com/primer/css/commit/8bfe2b7e410bb2a9e5f5d480b36ef885be1d98da) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Fix bug where outline was showing up on hover <!----> - [#​1525](https://redirect.github.com/primer/css/pull/1525) [`06f83622`](https://redirect.github.com/primer/css/commit/06f8362209ccb9d0bf8cc47f9ef76a1237a2dfd0) Thanks [@​joelhawksley](https://redirect.github.com/joelhawksley)! - Render `code` at 100% font size irregardless of direct descension from `pre`. ### [`v17.5.1`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1751) [Compare Source](https://redirect.github.com/primer/css/compare/v17.5.0...v17.5.1) ##### Patch Changes - [#​1517](https://redirect.github.com/primer/css/pull/1517) [`7011d046`](https://redirect.github.com/primer/css/commit/7011d0469ee012b93a29eff5c4f0f45357aa02fc) Thanks [@​simurai](https://redirect.github.com/simurai)! - Remove background from .note ### [`v17.5.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1750) [Compare Source](https://redirect.github.com/primer/css/compare/v17.4.0...v17.5.0) ##### Minor Changes - [#​1506](https://redirect.github.com/primer/css/pull/1506) [`13cda226`](https://redirect.github.com/primer/css/commit/13cda22638cefe6847b1d718ba87a3f62a8ec3bb) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Creating `.Header-input` class for dark header inputs. This `Header-input` will be used with a `form-control` class. ##### Patch Changes - [#​1507](https://redirect.github.com/primer/css/pull/1507) [`30523d64`](https://redirect.github.com/primer/css/commit/30523d6436e7ea06fa511fa9ba8407429e667b42) Thanks [@​simurai](https://redirect.github.com/simurai)! - Fix form tooltip transparency <!----> - [#​1510](https://redirect.github.com/primer/css/pull/1510) [`d1ea5c2c`](https://redirect.github.com/primer/css/commit/d1ea5c2c738ae4763dadf7994a9e78c196842bc3) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Adding focus outline to the invisible buttons `.btn-invisible` and `.close-button`. ### [`v17.4.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1740) [Compare Source](https://redirect.github.com/primer/css/compare/v17.3.0...v17.4.0) ##### Minor Changes - [#​1497](https://redirect.github.com/primer/css/pull/1497) [`84bbd501`](https://redirect.github.com/primer/css/commit/84bbd501a41c455031d4a1b4d25df6fc6db6e1d8) Thanks [@​tobiasahlin](https://redirect.github.com/tobiasahlin)! - Add font-weight-medium to marketing styles, and use it in the type scale. <!----> - [#​1487](https://redirect.github.com/primer/css/pull/1487) [`0298b69b`](https://redirect.github.com/primer/css/commit/0298b69bda4c25ed252fbeb6ba2e3fcf4ff096d2) Thanks [@​arzg](https://redirect.github.com/arzg)! - Move Menlo before Consolas in monospace font stack ##### Patch Changes - [#​1483](https://redirect.github.com/primer/css/pull/1483) [`84488397`](https://redirect.github.com/primer/css/commit/84488397f4a7bce115e2c81b388de959fff20296) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Make sure truncate is a direct child <!----> - [#​1486](https://redirect.github.com/primer/css/pull/1486) [`f52d40cc`](https://redirect.github.com/primer/css/commit/f52d40cce57bca5a713d0b9d1136f144577cf66d) Thanks [@​manuelpuyol](https://redirect.github.com/manuelpuyol)! - Prevents main content to blowout and cause an horizontal scroll <!----> - [#​1488](https://redirect.github.com/primer/css/pull/1488) [`c345bd38`](https://redirect.github.com/primer/css/commit/c345bd3819cf8d42552409baf3ec4ccb59c50107) Thanks [@​cheshire137](https://redirect.github.com/cheshire137)! - Fix unreadable text when utility is used in dropdown item. <!----> - [#​1501](https://redirect.github.com/primer/css/pull/1501) [`e072734a`](https://redirect.github.com/primer/css/commit/e072734aa18813622ea22e8f9c3e602ec7309105) Thanks [@​tobiasahlin](https://redirect.github.com/tobiasahlin)! - Documentation: Remove deprecated faded borders documentation <!----> - [#​1472](https://redirect.github.com/primer/css/pull/1472) [`8541ed1d`](https://redirect.github.com/primer/css/commit/8541ed1db1e0d9c4551ea76ba400d6d0cf682897) Thanks [@​simurai](https://redirect.github.com/simurai)! - Use variable for the active border of the UnderlineNav <!----> - [#​1475](https://redirect.github.com/primer/css/pull/1475) [`105296c6`](https://redirect.github.com/primer/css/commit/105296c6b4b33d9e84038173bf9af09889a99dcd) Thanks [@​simurai](https://redirect.github.com/simurai)! - Make `TimelineItem-badge--success` ready for Color Modes V2 <!----> - [#​1452](https://redirect.github.com/primer/css/pull/1452) [`8838a3ac`](https://redirect.github.com/primer/css/commit/8838a3ac48ec1589594291313349f49737317b5d) Thanks [@​mktcode](https://redirect.github.com/mktcode)! - Division using / is deprecated. Replaced it with multiplications. <!----> - [#​1499](https://redirect.github.com/primer/css/pull/1499) [`2e580a7e`](https://redirect.github.com/primer/css/commit/2e580a7ed46fb06786b84f5b1900c8e0cd7450f5) Thanks [@​mjacobus](https://redirect.github.com/mjacobus)! - Fix label contrast when inside a dropdown ### [`v17.3.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1730) [Compare Source](https://redirect.github.com/primer/css/compare/v17.2.1...v17.3.0) ##### Minor Changes - [#​1451](https://redirect.github.com/primer/css/pull/1451) [`9181b479`](https://redirect.github.com/primer/css/commit/9181b479a812bf0b4cbf89d838abf53ffba7932d) Thanks [@​simurai](https://redirect.github.com/simurai)! - Support SF Mono font in Firefox and Safari <!----> - [#​1441](https://redirect.github.com/primer/css/pull/1441) [`3b552c77`](https://redirect.github.com/primer/css/commit/3b552c77af931ba67920a97dbea59acf5d800335) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Adding anim-hover-grow to replace hover-grow ##### Patch Changes - [#​1450](https://redirect.github.com/primer/css/pull/1450) [`1d366c4b`](https://redirect.github.com/primer/css/commit/1d366c4b2c11f9541063bb62e7a8ad389b3d6567) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Adding fill mode forwards to anim-fade-out <!----> - [#​1448](https://redirect.github.com/primer/css/pull/1448) [`8175f884`](https://redirect.github.com/primer/css/commit/8175f884474b5e5139cb1647df71200a69c48535) Thanks [@​simurai](https://redirect.github.com/simurai)! - Replace auto and fade variables <!----> - [#​1432](https://redirect.github.com/primer/css/pull/1432) [`55ca5f2f`](https://redirect.github.com/primer/css/commit/55ca5f2f7300e016516f9457248b055b2c56f7fd) Thanks [@​manuelpuyol](https://redirect.github.com/manuelpuyol)! - Fix Layout ordering when using dividers with custom sidebar placement <!----> - [#​1443](https://redirect.github.com/primer/css/pull/1443) [`c65b5f9c`](https://redirect.github.com/primer/css/commit/c65b5f9cf01f024f5f7120a5e80c2acd1d2584f6) Thanks [@​jdanyow](https://redirect.github.com/jdanyow)! - Fix octicon color for disabled .btn-danger <!----> - [#​1442](https://redirect.github.com/primer/css/pull/1442) [`6c22133a`](https://redirect.github.com/primer/css/commit/6c22133ae1652bafb16ba443169c179b95bf4330) Thanks [@​jdanyow](https://redirect.github.com/jdanyow)! - Fix octicon color for disabled .btn-primary ### [`v17.2.1`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1721) [Compare Source](https://redirect.github.com/primer/css/compare/v17.2.0...v17.2.1) ##### Patch Changes - [#​1430](https://redirect.github.com/primer/css/pull/1430) [`5bc54f9e`](https://redirect.github.com/primer/css/commit/5bc54f9e3b5e764e44f34072a00208870c518f11) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Revert "Support SF Mono font in Firefox and Safari" ### [`v17.2.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1720) [Compare Source](https://redirect.github.com/primer/css/compare/v17.1.1...v17.2.0) ##### Minor Changes - [#​992](https://redirect.github.com/primer/css/pull/992) [`90f95693`](https://redirect.github.com/primer/css/commit/90f95693f5cbfb9f6b7b84735bf5dce2e382601b) Thanks [@​simurai](https://redirect.github.com/simurai)! - Support SF Mono font in Firefox & Safari ##### Patch Changes - [#​1423](https://redirect.github.com/primer/css/pull/1423) [`6f79bfaa`](https://redirect.github.com/primer/css/commit/6f79bfaa7a6fab551fe3e795eda24908c2bf0d2e) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Properly calculating the variables computed value for dist folder <!----> - [#​1427](https://redirect.github.com/primer/css/pull/1427) [`6dad1784`](https://redirect.github.com/primer/css/commit/6dad17845f1ea345c692f56ecbf8edd60187f80d) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Don't require direct version of primitives <!----> - [#​1422](https://redirect.github.com/primer/css/pull/1422) [`882c570f`](https://redirect.github.com/primer/css/commit/882c570f9ac38dc213e213b2e98ef4686eb693e2) Thanks [@​manuelpuyol](https://redirect.github.com/manuelpuyol)! - Improve dividers and allow sidebar positioning when `Layout` is flowing as row. <!----> - [#​1420](https://redirect.github.com/primer/css/pull/1420) [`55302dc2`](https://redirect.github.com/primer/css/commit/55302dc232cb5cd28c52047a0776549f298a90ce) Thanks [@​hpalacio](https://redirect.github.com/hpalacio)! - lists.scss: reset `<ol>` without 'type' attr to "decimal" <!----> - [#​1424](https://redirect.github.com/primer/css/pull/1424) [`30597af9`](https://redirect.github.com/primer/css/commit/30597af94da40875a2741f9f4ecc786f8916167c) Thanks [@​khiga8](https://redirect.github.com/khiga8)! - Ensures that the visual slash separator for breadcrumbs is not announced by screenreaders. ### [`v17.1.1`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1711) [Compare Source](https://redirect.github.com/primer/css/compare/v17.1.0...v17.1.1) ##### Patch Changes - [#​1418](https://redirect.github.com/primer/css/pull/1418) [`a9a61ee6`](https://redirect.github.com/primer/css/commit/a9a61ee690f4fff3a7e2e932dc8da5e9cd6cf702) Thanks [@​simurai](https://redirect.github.com/simurai)! - Undeprecate .css-truncate ### [`v17.1.0`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1710) [Compare Source](https://redirect.github.com/primer/css/compare/v17.0.3...v17.1.0) ##### Minor Changes - [#​1409](https://redirect.github.com/primer/css/pull/1409) [`49981dfc`](https://redirect.github.com/primer/css/commit/49981dfc29131e6ad25cef6538abd9308700b48a) Thanks [@​manuelpuyol](https://redirect.github.com/manuelpuyol)! - Adding new Layout component <!----> - [#​1358](https://redirect.github.com/primer/css/pull/1358) [`6b51e877`](https://redirect.github.com/primer/css/commit/6b51e877bc3b1a1ae4925edc4fcb5d45907b110e) Thanks [@​jonrohan](https://redirect.github.com/jonrohan)! - Adding new .Truncate class and deprecating css-truncate ##### Patch Changes - [#​1415](https://redirect.github.com/primer/css/pull/1415) [`fb6a7e3d`](https://redirect.github.com/primer/css/commit/fb6a7e3dc112fc637003ca13dca978e7d8a54d4c) Thanks [@​simurai](https://redirect.github.com/simurai)! - Bump primer/[email protected] ### [`v17.0.3`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1703) [Compare Source](https://redirect.github.com/primer/css/compare/v17.0.2...v17.0.3) ##### Patch Changes - [#​1410](https://redirect.github.com/primer/css/pull/1410) [`d5e425e4`](https://redirect.github.com/primer/css/commit/d5e425e40900102b5b728a516de71e4094b7e138) Thanks [@​simurai](https://redirect.github.com/simurai)! - Bump [@​primer/primitives](https://redirect.github.com/primer/primitives)[@​4](https://redirect.github.com/4).3.4 ### [`v17.0.2`](https://redirect.github.com/primer/css/blob/HEAD/CHANGELOG.md#1702) [Compare Source](https://redirect.github.com/primer/css/compare/v17.0.1...v17.0.2) ##### Patch Changes - [#​1408](https://redirect.github.com/primer/css/pull/1408) [`1eea5575`](https://redirect.github.com/primer/css/commit/1eea557506241412de068c0f2570a0e9606fd6c2) Thanks [@​colebemis](https://redirect.github.com/colebemis)! - Bump [@​primer/primitives](https://redirect.github.com/primer/primitives) version <!----> - [#​1403](https://redirect.github.com/primer/css/pull/1403) [`5ef399cf`](https://redirect.github.com/primer/css/commit/5ef399cff004fc30d0b98750af889ffdc4bf8f3b) Thanks [@​tobiasahlin](https://redirect.github.com/tobiasahlin)! - Remove !important for base styles for body utilities </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Pearl1981/demo-repository). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE5LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
github-merge-queue
bot
removed this pull request from the merge queue due to Branch Protection failures
Nov 21, 2024
You're not authorized to push to this branch. Visit "About protected branches" for more information.
renovate-bot
force-pushed
the
renovate/primer-css-17.x
branch
from
November 21, 2024 10:02
40c4b3c
to
36b73e3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.0.1
->17.11.1
Release Notes
primer/css (@primer/css)
v17.11.1
Compare Source
v17.11.0
Compare Source
Minor Changes
4a1f09a7
Thanks @simurai! - Add V2 utilities#1595
5fb831cf
Thanks @jonrohan! - Adding directional margin classes to the margin utilities.Adding:
ml-auto, mb-auto, mr-auto
Patch Changes
2cf661c4
Thanks @jonrohan! - Loosening the primer/primitives dependency to any minor.patch versionv17.10.0
Compare Source
Minor Changes
39c9c928
Thanks @simurai! - Revert font stack changesPatch Changes
e3c8f90e
Thanks @joelhawksley! - Update Breadcrumbs markup to match w3 aria example.v17.9.0
Compare Source
Minor Changes
c7ea6448
Thanks @jonrohan! - Replacing deprecated variables with color v2 variables#1573
386dfa01
Thanks @simurai! - Improve the font stack on WindowsSegoe UI Variable
->Segoe UI Variable Text
.Meiryo
beforesystem-ui
.Meiryo
instead ofYu Gothic UI
and should improve font rendering, especially for Japanese.Yu Gothic
was used. But with great feedback from @448jp and @hiloki https://github.com/primer/css/pull/1573#issuecomment-913973890 it seemsMeiryo
is the better default.be518b80
Thanks @jonrohan! - Updating deprecations.js file to be more straightforwardc3b4a0c3
Thanks @jonrohan! - Removing v2 color mode css var fallbacks.var(--color-v2, var(--color-v1))
becomesvar(--color-v2)
v17.8.0
Compare Source
Minor Changes
ab72486f
Thanks @colebemis! - Removebase/modes-v2.scss
fileab72486f
Thanks @colebemis! - Bumps@primer/primitives
to v4.7.0 which includes new [functional color system variables]ab72486f
Thanks @colebemis! - Outputdark_high_contrast
theme variables frombase/modes.scss
v17.7.0
Compare Source
Minor Changes
4ae2174e
Thanks @jonrohan! - Add.wb-break-word
class to existing.break-word
Patch Changes
679d70b5
Thanks @simurai! - RevertTimelineItem-badge
fixv17.6.2
Compare Source
Patch Changes
3ad13aba
Thanks @simurai! - Fix TimelineItem--condensed background966de4ee
Thanks @simurai! - Fixcode
in headersv17.6.1
Compare Source
Patch Changes
8a684ee4
Thanks @simurai! - Add gradient hack to TimelineItem-badgev17.6.0
Compare Source
Minor Changes
dca8e0ae
Thanks @vdepizzol! - Improve font rendering on LinuxPatch Changes
6b6e89a8
Thanks @joelhawksley! - Use standard lifecycle milestones for statuses.303cacae
Thanks @koddsson! - Convert package to a ES modulev17.5.2
Compare Source
Patch Changes
8bfe2b7e
Thanks @jonrohan! - Fix bug where outline was showing up on hover06f83622
Thanks @joelhawksley! - Rendercode
at 100% font size irregardless of direct descension frompre
.v17.5.1
Compare Source
Patch Changes
7011d046
Thanks @simurai! - Remove background from .notev17.5.0
Compare Source
Minor Changes
13cda226
Thanks @jonrohan! - Creating.Header-input
class for dark header inputs. ThisHeader-input
will be used with aform-control
class.Patch Changes
30523d64
Thanks @simurai! - Fix form tooltip transparencyd1ea5c2c
Thanks @jonrohan! - Adding focus outline to the invisible buttons.btn-invisible
and.close-button
.v17.4.0
Compare Source
Minor Changes
84bbd501
Thanks @tobiasahlin! - Add font-weight-medium to marketing styles, and use it in the type scale.0298b69b
Thanks @arzg! - Move Menlo before Consolas in monospace font stackPatch Changes
84488397
Thanks @jonrohan! - Make sure truncate is a direct childf52d40cc
Thanks @manuelpuyol! - Prevents main content to blowout and cause an horizontal scrollc345bd38
Thanks @cheshire137! - Fix unreadable text when utility is used in dropdown item.e072734a
Thanks @tobiasahlin! - Documentation: Remove deprecated faded borders documentation8541ed1d
Thanks @simurai! - Use variable for the active border of the UnderlineNav105296c6
Thanks @simurai! - MakeTimelineItem-badge--success
ready for Color Modes V28838a3ac
Thanks @mktcode! - Division using / is deprecated. Replaced it with multiplications.2e580a7e
Thanks @mjacobus! - Fix label contrast when inside a dropdownv17.3.0
Compare Source
Minor Changes
9181b479
Thanks @simurai! - Support SF Mono font in Firefox and Safari3b552c77
Thanks @jonrohan! - Adding anim-hover-grow to replace hover-growPatch Changes
1d366c4b
Thanks @jonrohan! - Adding fill mode forwards to anim-fade-out8175f884
Thanks @simurai! - Replace auto and fade variables55ca5f2f
Thanks @manuelpuyol! - Fix Layout ordering when using dividers with custom sidebar placementc65b5f9c
Thanks @jdanyow! - Fix octicon color for disabled .btn-danger6c22133a
Thanks @jdanyow! - Fix octicon color for disabled .btn-primaryv17.2.1
Compare Source
Patch Changes
5bc54f9e
Thanks @jonrohan! - Revert "Support SF Mono font in Firefox and Safari"v17.2.0
Compare Source
Minor Changes
90f95693
Thanks @simurai! - Support SF Mono font in Firefox & SafariPatch Changes
6f79bfaa
Thanks @jonrohan! - Properly calculating the variables computed value for dist folder6dad1784
Thanks @jonrohan! - Don't require direct version of primitives882c570f
Thanks @manuelpuyol! - Improve dividers and allow sidebar positioning whenLayout
is flowing as row.55302dc2
Thanks @hpalacio! - lists.scss: reset<ol>
without 'type' attr to "decimal"30597af9
Thanks @khiga8! - Ensures that the visual slash separator for breadcrumbs is not announced by screenreaders.v17.1.1
Compare Source
Patch Changes
a9a61ee6
Thanks @simurai! - Undeprecate .css-truncatev17.1.0
Compare Source
Minor Changes
49981dfc
Thanks @manuelpuyol! - Adding new Layout component6b51e877
Thanks @jonrohan! - Adding new .Truncate class and deprecating css-truncatePatch Changes
fb6a7e3d
Thanks @simurai! - Bump primer/[email protected]v17.0.3
Compare Source
Patch Changes
d5e425e4
Thanks @simurai! - Bump @primer/primitives@4.3.4v17.0.2
Compare Source
Patch Changes
1eea5575
Thanks @colebemis! - Bump @primer/primitives version5ef399cf
Thanks @tobiasahlin! - Remove !important for base styles for body utilitiesConfiguration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.