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 dependency nx to v17 #1054

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nx (source) ^16.10.0 -> ^17.0.1 age adoption passing confidence

Release Notes

nrwl/nx (nx)

v17.0.1

Compare Source

17.0.1
🩹 Fixes
  • core: do not filter updated files when the native watcher is in use (#​19757)
  • misc: publish legacy readmes (#​19762)
  • vue: do not generate component in lib by default (#​19755)
  • vue: drop vue jest dependency (#​19756)
  • vue: Standalone tsconfig moduleResultion should be node (#​19759)
❤️ Thank You

v17.0.0

Compare Source

17.0.0

🚀 Features
  • angular: switch default to typescript configuration for module federation (#​18998)
  • angular: support generating artifacts using options as provided (#​19527)
  • angular: add federate-module generator (#​19523)
  • angular: use consistent artifact generation for generators (#​19601)
  • core: accept various task runner options from root of nx.json (#​19243)
  • core: read cloud url from nx.json (#​19468)
  • core: add --type for nx show projects (#​19358)
  • core: add NX_PARALLEL env var (#​19488)
  • core: generate new workspaces without tasks runner options (#​19483)
  • core: update default cache directory to .nx/cache (#​19536)
  • core: migrate existing workspaces to slimmer tasks runner options config (#​19570)
  • core: add the outputs of a task onto the task (#​19561)
  • core: remove deprecated workspace generator command (#​19541)
  • core: add nx task planner (#​19233)
  • core: Allow specifying daemon socket dir (#​17870)
  • core: allow using Nx Cloud without nx-cloud installed (#​19553)
  • core: remove deprecated workspace-lint (#​16212)
  • core: add batch flag to run (#​19575)
  • core: update version of axios used (#​19607)
  • core: add standard way to pass plugin options (#​19589)
  • core: generate standalone projects with scoped package names (#​19662)
  • core: allow specifying cacheability per target (#​19672)
  • core: remove deprecated defaultCollection and npmScope nx.json … (#​19708)
  • devkit: remove backwards compatibility for Nx 15 (#​19572)
  • graph: display expanded task inputs (#​19597)
  • js: add @​swc-node/register and @​swc/core to JS projects by default (#​19453)
  • js: remove options to update package.json dependencies and peerDependencies (#​19543)
  • linter: remove tslint logic (#​19002)
  • linter: update eslint-config-prettier to v9 (#​19232)
  • linter: rename @​nx/linter to @​nx/eslint (#​19515)
  • misc: remove migrations for v14 and under (#​19552)
  • misc: remove deprecated Angular CLI usage of schematics and builders (#​19557)
  • misc: remove deprecated code from @​nx/workspace (#​19588)
  • nest: update nest generators to support name and directory format option (#​19668)
  • nuxt: init, app, component, page generators (#​19509)
  • nuxt: storybook generators (#​19529)
  • nx-dev: statically highlight lines in code (#​19703)
  • nx-dev: mark internal properties (#​19659)
  • nx-plugin: add as provided prompt for executor generator (#​19602)
  • nx-plugin: add as-provided mode for generator and migration gen… (#​19614)
  • react: Add federate-module generator (#​19286)
  • react: Add support for promise based remotes (#​19566)
  • react: use TS config files for module federation (#​19455)
  • react: remove stylus option from generators (#​19441)
  • react: support generating components using the path as provided (#​19608)
  • react: add recursive remote serve (#​19638)
  • vite: future-proof Vite plugin to support ESM-only version of Vite (#​19533)
  • vue: set @​nx/vue as public (#​19582)
  • vue: support generating components using the path as provided (#​19609)
🩹 Fixes
  • angular: install swc/helpers when generating remote applications (#​19686)
  • angular: fix usage of internal generators and prevent usage of deprecated project option (#​19697)
  • angular: federate-module should support as-provided for new remotes (#​19731)
  • core: register transpiler should setup loading for node code (#​19454)
  • core: use typescript to get compiler options for ts-node (#​19480)
  • core: hash the same environment as the tasks are run with (#​19487)
  • core: set prerelease on GitHub release API request (#​19532)
  • core: typo in cache error message (#​19547)
  • core: notify life cycles that tasks are scheduled after they are… (#​19610)
  • core: fix verification of non-existent cloud client (#​19613)
  • core: correct windows path for native watcher (#​19646)
  • core: support prettier v3 when run nx format (#​19207)
  • core: setup the nx cloud client during postinstall (#​19658)
  • core: removes formatting from show command when using --json flag (#​19583)
  • core: remove -d alias because it conflicts with --dry-run (#​19664)
  • core: always hash runtime input (#​19670)
  • core: ensure CNW works without .yarnrc with custom registry (#​18937)
  • core: only show cloud messaging when migrating if not using cloud (#​19709)
  • core: check nxjson cli exists before looking for keys (#​19730)
  • core: fix convert to monorepo eslint issue (#​19713)
  • devkit: pass filepath to ejs for include statements (#​19517)
  • devkit: correct nx-json typing after plugin tweaks (#​19706)
  • js: remove deprecated babel transform (#​19671)
  • js: update esbuild version (#​19728)
  • js: Avoid @babel/preset-env warning in js/babel.ts (#​14772)
  • js: use normalized tsConfig path for generating tmpTscConfig (#​18794)
  • linter: fix validateDependenciesSectionExistance fixer (#​19512)
  • linter: fix linter standalone patterns in Js and Next (#​19508)
  • linter: remove consistent-type-assertions rule from config (#​19549)
  • linter: add missing entry to migrations.json (#​19641)
  • linter: add @​nx/linter in nx packageGroup (#​19654)
  • linter: handle string extends property in config (#​19674)
  • linter: add migration for eslint config prettier (#​19732)
  • misc: don't interpolate arg as undefined (#​18666)
  • misc: pass full path to tsconfig when registering transpiler (#​19451)
  • misc: remove projectNameAndRootFormat from nx.json schema (#​19623)
  • misc: do not normalize project name and root when using as-provided format (#​19651)
  • misc: update re-exports when updating imports during move (#​19637)
  • nest: add deprecated messages to generator js schema and fix casing (#​19678)
  • nextjs: Add missing environment variables for Nx 18 environment variables (#​19585)
  • nextjs: Library generator should not add cypress dependency (#​19587)
  • nx-cloud: fix nx connect throwing if run twice (#​19729)
  • nx-dev: video cards formatting (#​19449)
  • nx-dev: fix internal link checker (#​19606)
  • nx-dev: fix broken linter icon (#​19735)
  • nx-plugin: enable prompt for generator and migration generators (#​19675)
  • nx-plugin: add nameAndDirectoryFormat to schema for generator,ex… (#​19710)
  • react: Add missing Nx Welcome for styled-jsx (#​19474)
  • react: storybook plugin tsconfig resolution (#​19631)
  • react: update usage of deprecated "project" option in generators (#​19696)
  • react: respect unitTestRunner none and inform about vitest (#​19676)
  • react: Error when invalid path is provided to federate-module generator (#​19720)
  • react: fix creating a react library with cwd (#​19721)
  • storybook: cleanup v17 tasks (#​19560)
  • storybook: default ignore .stories. files (#​19699)
  • storybook: do not restrict to components dir for vue (#​19680)
  • storybook: update to patch 7.5.1 webpackStatsJson fix (#​19736)
  • testing: fix flaky test (#​19625)
  • vite: configuration generator fixes (#​19628)
  • vue: ensure standalone has proper lint rule (#​19505)
  • vue: enforce multiword component name (#​19507)
  • vue: replace className with class on html (#​19500)
  • vue: turn multi-word component lint rule off since there is always one for restricted HTML elements (#​19645)
  • vue: update standalone setup so tsconfig.base.json is not generated (#​19660)
  • vue: remove unitTestRunner option from component generator (#​19667)
  • vue: make sure project is in normalizedOptions (#​19690)
  • vue: comment out unused defineProps function (#​19695)
  • vue: downgrade @​vue/eslint-config-prettier to work with prettier v2 (#​19741)
  • vue: default unit test to vitest (#​19746)
  • webpack: add guard around onListening call (#​19363)
  • webpack: only register TS transpiler for config files ending with .ts, .mts, or .cts (#​19579)
❤️ Thank You

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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, apucacao, lwonsower and bjlagman12 October 23, 2023 03:04
@changeset-bot
Copy link

changeset-bot bot commented Oct 23, 2023

⚠️ No Changeset found

Latest commit: d05422c

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

Size Change: -2 B (0%)

Total Size: 177 kB

Filename Size Change
packages/tokens/dist/index.es.js 2.57 kB -1 B (0%)
packages/tokens/dist/themes.css 1.49 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.css 1.86 kB
packages/tokens/dist/index.js 9.44 kB
packages/tokens/dist/media-queries.css 114 B
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 merged commit 13fc450 into main Oct 23, 2023
15 checks passed
@Niznikr Niznikr deleted the renovate/major-17-nrwl-monorepo branch October 23, 2023 13:22
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant