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

chore(deps): update all non-major dependencies #1065

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^18.0.0 -> ^18.2.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^18.0.0 -> ^18.1.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin ^6.8.0 -> ^6.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^6.8.0 -> ^6.9.0 age adoption passing confidence devDependencies minor
chromatic (source) ^7.4.0 -> ^7.5.4 age adoption passing confidence devDependencies minor
node >=20.8.1 -> >=20.9.0 age adoption passing confidence engines minor
pnpm (source) 8.9.2 -> 8.10.0 age adoption passing confidence packageManager minor
style-dictionary ^3.8.0 -> ^3.9.0 age adoption passing confidence devDependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v18.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

chromaui/chromatic-cli (chromatic)

v7.5.4

Compare Source

🐛 Bug Fix
Authors: 1

v7.5.3

Compare Source

🐛 Bug Fix
Authors: 1

v7.5.2

Compare Source

🐛 Bug Fix
Authors: 1

v7.5.1

Compare Source

🐛 Bug Fix
Authors: 1

v7.5.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

nodejs/node (node)

v20.9.0

Compare Source

pnpm/pnpm (pnpm)

v8.10.0

Compare Source

Minor Changes
  • Support for multiple architectures when installing dependencies #​5965.

    You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

    For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32"],
          "cpu": ["x64"]
        }
      }
    }

    Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32", "darwin", "current"],
          "cpu": ["x64", "arm64"]
        }
      }
    }

    Additionally, supportedArchitectures also supports specifying the libc of the system.

  • The pnpm licenses list command now accepts the --filter option to check the licenses of the dependencies of a subset of workspace projects #​5806.

Patch Changes
  • Allow scoped name as bin name #​7112.

  • When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with --workspace-concurrency 1)

  • Print a warning when installing a dependency from a non-existent directory #​7159

  • Should fetch dependency from tarball url when patching dependency installed from git #​7196

  • pnpm setup should add a newline at the end of the updated shell config file #​7227.

  • Improved the performance of linking bins of hoisted dependencies to node_modules/.pnpm/node_modules/.bin #​7212.

  • Wrongful ELIFECYCLE error on program termination #​7164.

  • pnpm publish should not pack the same file twice sometimes #​6997.

    The fix was to update npm-packlist to the latest version.

Our Gold Sponsors
Our Silver Sponsors
amzn/style-dictionary (style-dictionary)

v3.9.0

Compare Source

Features
  • allow overriding formatting, add commentStyle long-above, short-above (b627ff1)
Bug Fixes
  • account for multi-line comments in tokens, improve comment style (b5d4cc2)
  • allow outputReferences to work on non-string values (8021ec0)
  • outputReferences to use original.value when possible (#​1002) (bd73b62)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team, Niznikr, stinachen and erangeles October 30, 2023 00:42
@changeset-bot
Copy link

changeset-bot bot commented Oct 30, 2023

⚠️ No Changeset found

Latest commit: 21d4b0d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2023

Size Change: -1 B (0%)

Total Size: 177 kB

Filename Size Change
packages/tokens/dist/index.css 1.86 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
packages/alert/dist/index.es.js 1.37 kB
packages/alert/dist/index.js 1.44 kB
packages/alert/dist/style.css 1.56 kB
packages/avatar/dist/index.es.js 1.16 kB
packages/avatar/dist/index.js 1.23 kB
packages/avatar/dist/style.css 467 B
packages/banner/dist/index.es.js 644 B
packages/banner/dist/index.js 714 B
packages/banner/dist/style.css 548 B
packages/button/dist/index.es.js 1.63 kB
packages/button/dist/index.js 1.71 kB
packages/button/dist/style.css 3.72 kB
packages/card/dist/index.es.js 707 B
packages/card/dist/index.js 775 B
packages/card/dist/style.css 758 B
packages/chip/dist/index.es.js 679 B
packages/chip/dist/index.js 749 B
packages/chip/dist/style.css 899 B
packages/clipboard/dist/index.es.js 1.51 kB
packages/clipboard/dist/index.js 1.59 kB
packages/clipboard/dist/style.css 837 B
packages/collapsible/dist/index.es.js 856 B
packages/collapsible/dist/index.js 926 B
packages/collapsible/dist/style.css 94 B
packages/columns/dist/index.es.js 619 B
packages/columns/dist/index.js 692 B
packages/columns/dist/style.css 354 B
packages/core/dist/index.es.js 1.13 kB
packages/core/dist/index.js 1.51 kB
packages/counter/dist/index.es.js 335 B
packages/counter/dist/index.js 399 B
packages/counter/dist/style.css 263 B
packages/data-table/dist/index.es.js 2.47 kB
packages/data-table/dist/index.js 2.53 kB
packages/data-table/dist/style.css 388 B
packages/drawer/dist/index.es.js 1.73 kB
packages/drawer/dist/index.js 2.29 kB
packages/drawer/dist/style.css 580 B
packages/dropdown/dist/index.es.js 1.15 kB
packages/dropdown/dist/index.js 1.21 kB
packages/filter/dist/index.es.js 2.3 kB
packages/filter/dist/index.js 2.38 kB
packages/filter/dist/style.css 1.01 kB
packages/focus-trap/dist/index.es.js 270 B
packages/focus-trap/dist/index.js 333 B
packages/form/dist/index.es.js 4.23 kB
packages/form/dist/index.js 4.34 kB
packages/form/dist/style.css 2.76 kB
packages/icons/dist/index.es.js 1.35 kB
packages/icons/dist/index.js 1.42 kB
packages/icons/dist/style.css 528 B
packages/inline-edit/dist/index.es.js 1.58 kB
packages/inline-edit/dist/index.js 1.66 kB
packages/inline-edit/dist/style.css 343 B
packages/inline/dist/index.es.js 565 B
packages/inline/dist/index.js 637 B
packages/inline/dist/style.css 299 B
packages/markdown/dist/index.es.js 960 B
packages/markdown/dist/index.js 1.03 kB
packages/markdown/dist/style.css 241 B
packages/menu/dist/index.es.js 3.55 kB
packages/menu/dist/index.js 3.64 kB
packages/menu/dist/style.css 1.23 kB
packages/modal/dist/index.es.js 3.03 kB
packages/modal/dist/index.js 3.59 kB
packages/modal/dist/style.css 1.04 kB
packages/navigation/dist/index.es.js 2.79 kB
packages/navigation/dist/index.js 2.86 kB
packages/navigation/dist/style.css 1.26 kB
packages/overlay/dist/index.es.js 1 kB
packages/overlay/dist/index.js 1.06 kB
packages/pagination/dist/index.es.js 1.17 kB
packages/pagination/dist/index.js 1.24 kB
packages/pagination/dist/style.css 363 B
packages/popover/dist/index.es.js 3.07 kB
packages/popover/dist/index.js 3.58 kB
packages/popover/dist/style.css 632 B
packages/portal/dist/index.es.js 393 B
packages/portal/dist/index.js 453 B
packages/progress-bubbles/dist/index.es.js 1.77 kB
packages/progress-bubbles/dist/index.js 1.83 kB
packages/progress-bubbles/dist/style.css 969 B
packages/progress/dist/index.es.js 1.02 kB
packages/progress/dist/index.js 1.09 kB
packages/progress/dist/style.css 278 B
packages/select/dist/index.es.js 5.91 kB
packages/select/dist/index.js 6 kB
packages/select/dist/style.css 1.34 kB
packages/slider/dist/index.es.js 579 B
packages/slider/dist/index.js 645 B
packages/slider/dist/style.css 675 B
packages/snackbar/dist/index.es.js 1.18 kB
packages/snackbar/dist/index.js 1.73 kB
packages/snackbar/dist/style.css 581 B
packages/split-button/dist/index.es.js 887 B
packages/split-button/dist/index.js 959 B
packages/split-button/dist/style.css 496 B
packages/stack/dist/index.es.js 494 B
packages/stack/dist/index.js 565 B
packages/stack/dist/style.css 226 B
packages/tab-list/dist/index.es.js 737 B
packages/tab-list/dist/index.js 809 B
packages/tab-list/dist/style.css 460 B
packages/table/dist/index.es.js 1.02 kB
packages/table/dist/index.js 1.1 kB
packages/table/dist/style.css 912 B
packages/tag/dist/index.es.js 2.85 kB
packages/tag/dist/index.js 2.92 kB
packages/tag/dist/style.css 952 B
packages/toast/dist/index.es.js 979 B
packages/toast/dist/index.js 1.53 kB
packages/toast/dist/style.css 548 B
packages/toggle/dist/index.es.js 764 B
packages/toggle/dist/index.js 843 B
packages/toggle/dist/style.css 1.53 kB
packages/tokens/dist/index.es.js 2.57 kB
packages/tokens/dist/index.js 9.43 kB
packages/tokens/dist/media-queries.css 114 B
packages/tokens/dist/themes.css 1.49 kB
packages/tooltip/dist/index.es.js 515 B
packages/tooltip/dist/index.js 590 B
packages/tooltip/dist/style.css 370 B
packages/vars/dist/index.es.js 2.06 kB
packages/vars/dist/index.js 2.13 kB

compressed-size-action

@Niznikr Niznikr added the skip changeset To indicate a pull request does not need a changeset label Oct 30, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 30, 2023

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.

@Niznikr Niznikr merged commit 8ef82bb into main Oct 30, 2023
15 checks passed
@Niznikr Niznikr deleted the renovate/all-minor-patch branch October 30, 2023 14:26
Niznikr added a commit that referenced this pull request Nov 6, 2023
* chore(deps): update all non-major dependencies (#1032)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor!: use base 16 font size (#1033)

* refactor: use base 16 font size

* chore: add changeset

* fix: ve styles

* fix: inline style

* chore: version packages (#1034)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update nrwl/nx-set-shas action to v4 (#1035)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update all non-major dependencies (#1039)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v15 (#1040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(tokens, icons, alert): add new tokens and icons (#1038)

* feat(tokens, icons): add new tokens and icons

* feat(tokens, icons): update token names and stories, update icon svgs

* feat(tokens, icons): update changelog

* feat(icons): update css to use gradient tokens

* feat(alert): update CSS to use new gradient tokens

* Update packages/tokens/src/color-aliases.yaml

Co-authored-by: Robert Niznik <[email protected]>

---------

Co-authored-by: Robert Niznik <[email protected]>

* chore: version packages (#1041)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(tokens): add primitive size tokens (#1031)

* feat: add primitive size tokens

* fix: use size variable tokens in storybook

* fix: add whitespace at bottom of size token file

* chore: update sizes to use base 16

* chore: use sizing tokens in borders

* fix: add 3 and 1200 sizes

* chore: update fonts to use size tokens

* chore: use size tokens in spacing

* chore: se size tokens in viewport

* fix: space between constants in size story

* chore: add changeset

* fix: make slice const name more explicit

* fix: use size 1 for border 200

Co-authored-by: Robert Niznik <[email protected]>

---------

Co-authored-by: Robert Niznik <[email protected]>

* feat: add building and door icons (#1048)

* feat: adds building icons

* feat: add door-exit icon

* chore: add changeset

* chore: version packages (#1042)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update commitlint monorepo to v18 (#1053)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency nx to v17 (#1054)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update all non-major dependencies (#1052)

* fix(deps): update all non-major dependencies

* chore: add changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>

* chore(deps): lock file maintenance (#1056)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/setup-node action to v4 (#1058)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v20 (#1059)

* chore(deps): update dependency node to v20

* ci: use node 20

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>

* docs: add getting started page to SB (#1062)

* docs: add getting started page to SB

* chore: clean up url

* feat(icons): org settings icons and updates (#1063)

* feat: add new org settings icons

* chore: add changeset

* fix: add person-off back

* chore: version packages (#1055)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update all non-major dependencies (#1065)

* chore(deps): update all non-major dependencies

* fix: pin style-dictionary

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>

* chore(deps): lock file maintenance (#1069)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: add diamond and diamond-outline icons (#1070)

* chore: version packages (#1071)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update dependency html-react-parser to v5 (#1072)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update initialVersions

* fix: adjust build script

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pd-sa-github-launchpad-ui <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Valerie Roske <[email protected]>
Co-authored-by: Matthew Ferry <[email protected]>
Niznikr added a commit that referenced this pull request Nov 17, 2023
* chore: enter prerelease mode

* feat(tokens)!: move color primitives to themes.css (#1020)

* feat(tokens)!: move color primitives to themes.css

* feat(tokens): build with TS

* feat(tokens): generate types

* feat(tokens): transform dark values

* chore: add changeset

* fix: update value to hsl

* chore: fix lockfile

* refactor(button): convert to css modules (#1030)

* refactor(button): convert to css modules

* chore: add changeset

* fix: disabled icon

* fix: test

* refactor(tokens)!: update color primitives and aliases for product refresh (#1029)

* feat(tokens)!: update color primitives

* feat(tokens): update color aliases

* chore: add changeset

* fix: add opacity to aliases

* feat: test wcag 2.2

* feat(tokens): add new aliases

* refactor: update button styles

* chore: update tokens story

* refactor: simplify contract

* chore: merge branch 'main' into release/color-refresh (#1036)

* chore(deps): update all non-major dependencies (#1032)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor!: use base 16 font size (#1033)

* refactor: use base 16 font size

* chore: add changeset

* fix: ve styles

* fix: inline style

* chore: version packages (#1034)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update nrwl/nx-set-shas action to v4 (#1035)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update initialVersions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pd-sa-github-launchpad-ui <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(tokens): add typography tokens (#1037)

* feat(tokens): add typography tokens

* refactor: use vars

* chore: add changeset

* feat: add display

* chore: version packages (alpha) (#1028)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: refresh menu component (#1043)

* feat: refresh menu styles

* chore: use medium radius on popovers

* chore: update menu stories

* chore: add changeset

* fix: update custom css so tests don't fail

* refactor(menu): use CSS modules (#1046)

* refactor(menu): use css modules

* chore: add changeset

* chore: fix classes

* chore: version packages (alpha) (#1045)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: merge branch 'main' into release/color-refresh (#1049)

* chore(deps): update all non-major dependencies (#1032)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor!: use base 16 font size (#1033)

* refactor: use base 16 font size

* chore: add changeset

* fix: ve styles

* fix: inline style

* chore: version packages (#1034)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update nrwl/nx-set-shas action to v4 (#1035)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update all non-major dependencies (#1039)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v15 (#1040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(tokens, icons, alert): add new tokens and icons (#1038)

* feat(tokens, icons): add new tokens and icons

* feat(tokens, icons): update token names and stories, update icon svgs

* feat(tokens, icons): update changelog

* feat(icons): update css to use gradient tokens

* feat(alert): update CSS to use new gradient tokens

* Update packages/tokens/src/color-aliases.yaml

Co-authored-by: Robert Niznik <[email protected]>

---------

Co-authored-by: Robert Niznik <[email protected]>

* chore: version packages (#1041)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(tokens): add primitive size tokens (#1031)

* feat: add primitive size tokens

* fix: use size variable tokens in storybook

* fix: add whitespace at bottom of size token file

* chore: update sizes to use base 16

* chore: use sizing tokens in borders

* fix: add 3 and 1200 sizes

* chore: update fonts to use size tokens

* chore: use size tokens in spacing

* chore: se size tokens in viewport

* fix: space between constants in size story

* chore: add changeset

* fix: make slice const name more explicit

* fix: use size 1 for border 200

Co-authored-by: Robert Niznik <[email protected]>

---------

Co-authored-by: Robert Niznik <[email protected]>

* feat: add building and door icons (#1048)

* feat: adds building icons

* feat: add door-exit icon

* chore: add changeset

* chore: version packages (#1042)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: fix token build

* chore: update initialVersions

* chore: fix size story

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pd-sa-github-launchpad-ui <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Valerie Roske <[email protected]>
Co-authored-by: Matthew Ferry <[email protected]>

* fix: correct tokens version (#1051)

* chore: version packages (alpha) (#1050)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(tokens): keep css color keywords (#1060)

* fix(tokens): keep css color keywords

* chore: bump ts-node

* chore: add changeset

* feat: Update color steps from 9 to 12 (#1068)

* feat: add 3 new grays and black and white to 12

* feat: purple remap from 9 to 12 steps

* fix: update flair base dark color

* feat: pink remap from 9 to 12 steps

* feat: cyan remap from 9 to 12 steps

* feat: yellow remap from 9 to 12 steps

* fix: adjust yellow 300 chroma

* feat: blue remap from 9 to 12 steps

* fix: reorder white and black tokens in ascending order

* feat: red map 9 to 12 steps

* feat: green map 9 to 12 steps

* feat: yellow map 9 to 12 steps

* fix: a11y tertiary text in dark

* fix: a11y button hover state

* fix: update chip tokens for a11y

* fix: update fills for info and error in dark

* chore: add changeset

* chore: merge branch 'main' into release/color-refresh (#1073)

* chore(deps): update all non-major dependencies (#1032)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor!: use base 16 font size (#1033)

* refactor: use base 16 font size

* chore: add changeset

* fix: ve styles

* fix: inline style

* chore: version packages (#1034)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update nrwl/nx-set-shas action to v4 (#1035)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update all non-major dependencies (#1039)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v15 (#1040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(tokens, icons, alert): add new tokens and icons (#1038)

* feat(tokens, icons): add new tokens and icons

* feat(tokens, icons): update token names and stories, update icon svgs

* feat(tokens, icons): update changelog

* feat(icons): update css to use gradient tokens

* feat(alert): update CSS to use new gradient tokens

* Update packages/tokens/src/color-aliases.yaml

Co-authored-by: Robert Niznik <[email protected]>

---------

Co-authored-by: Robert Niznik <[email protected]>

* chore: version packages (#1041)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(tokens): add primitive size tokens (#1031)

* feat: add primitive size tokens

* fix: use size variable tokens in storybook

* fix: add whitespace at bottom of size token file

* chore: update sizes to use base 16

* chore: use sizing tokens in borders

* fix: add 3 and 1200 sizes

* chore: update fonts to use size tokens

* chore: use size tokens in spacing

* chore: se size tokens in viewport

* fix: space between constants in size story

* chore: add changeset

* fix: make slice const name more explicit

* fix: use size 1 for border 200

Co-authored-by: Robert Niznik <[email protected]>

---------

Co-authored-by: Robert Niznik <[email protected]>

* feat: add building and door icons (#1048)

* feat: adds building icons

* feat: add door-exit icon

* chore: add changeset

* chore: version packages (#1042)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update commitlint monorepo to v18 (#1053)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency nx to v17 (#1054)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update all non-major dependencies (#1052)

* fix(deps): update all non-major dependencies

* chore: add changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>

* chore(deps): lock file maintenance (#1056)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/setup-node action to v4 (#1058)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v20 (#1059)

* chore(deps): update dependency node to v20

* ci: use node 20

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>

* docs: add getting started page to SB (#1062)

* docs: add getting started page to SB

* chore: clean up url

* feat(icons): org settings icons and updates (#1063)

* feat: add new org settings icons

* chore: add changeset

* fix: add person-off back

* chore: version packages (#1055)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update all non-major dependencies (#1065)

* chore(deps): update all non-major dependencies

* fix: pin style-dictionary

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>

* chore(deps): lock file maintenance (#1069)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: add diamond and diamond-outline icons (#1070)

* chore: version packages (#1071)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update dependency html-react-parser to v5 (#1072)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update initialVersions

* fix: adjust build script

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pd-sa-github-launchpad-ui <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Valerie Roske <[email protected]>
Co-authored-by: Matthew Ferry <[email protected]>

* chore: version packages (alpha) (#1061)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: move primitives back to index.css

* chore: exit prerelease

* fix: update box colors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pd-sa-github-launchpad-ui <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Ferry <[email protected]>
Co-authored-by: Valerie Roske <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset To indicate a pull request does not need a changeset
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant