Skip to content

Commit

Permalink
release: upgrade eslint v9 (#5339)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade eslint to v9 (#5338)

* chore: update eslint and prettier config

* ci: updating eslint commands

* chore(eslint): allow console in codemods

* style: eslint and prettier autofix (#5340)

* style: manually fix linting errors (#5341)

* chore(bundler): delete unused util

* style: manually fix easy linting errors

* test: fix snapshot tests

* style: autofix less files

* fix: add or ignore linting for missing hook deps

* fix(TitleBlockZen): fix typescript error

* refactor(GenericTile): remove document checking useEffect

* refactor(ToggleSwitchField): rename variable
  • Loading branch information
HeartSquared authored Dec 5, 2024
1 parent 92cd21d commit 55330ea
Show file tree
Hide file tree
Showing 1,709 changed files with 21,095 additions and 27,552 deletions.
28 changes: 14 additions & 14 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@ env:
GITHUB_REGISTRY_TOKEN: ${GITHUB_REGISTRY_TOKEN}

steps:
- name: ":package: Build (storybook)"
branches: "main"
command: ".buildkite/scripts/build-storybook.sh"
- name: ':package: Build (storybook)'
branches: 'main'
command: '.buildkite/scripts/build-storybook.sh'
timeout_in_minutes: 15
artifact_paths: "./storybook.tar.gz"
agent_query_rules: ["queue=build-unrestricted-large"]
artifact_paths: './storybook.tar.gz'
agent_query_rules: ['queue=build-unrestricted-large']
plugins:
- docker#v5.9.0:
image: node:22-bullseye
propagate-environment: true
propagate-aws-auth-tokens: true
- wait

- name: ":seedling: Publish: ${KAIZEN_DOMAIN_NAME}"
branches: "main"
key: "publish-step"
command: ".buildkite/scripts/publish.sh"
- name: ':seedling: Publish: ${KAIZEN_DOMAIN_NAME}'
branches: 'main'
key: 'publish-step'
command: '.buildkite/scripts/publish.sh'
timeout_in_minutes: 15
env:
KAIZEN_EXTRACT_ARTIFACTS: true
agent_query_rules: ["queue=build-unrestricted"]
agent_query_rules: ['queue=build-unrestricted']
concurrency_group: kaizen-design-system-publish
concurrency: 1
plugins:
- cultureamp/aws-assume-role#v0.2.0:
role: "${KAIZEN_ROLE_ARN}"
role: '${KAIZEN_ROLE_ARN}'
- docker#v5.9.0:
image: amazon/aws-cli
entrypoint: "/bin/bash"
entrypoint: '/bin/bash'
propagate-environment: true
propagate-aws-auth-tokens: true

- name: "LinearB: Record deployment time"
- name: 'LinearB: Record deployment time'
command: bin/ci_noop
branches: "main"
branches: 'main'
plugins:
- cultureamp/linearb-cycle-time#v1.1.3: ~
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": [
"@cultureamp/changelog-github",
{ "repo": "cultureamp/kaizen-design-system" }
],
"changelog": ["@cultureamp/changelog-github", { "repo": "cultureamp/kaizen-design-system" }],
"access": "public",
"baseBranch": "origin/main",
"updateInternalDependencies": "patch",
Expand Down
11 changes: 11 additions & 0 deletions .changeset/khaki-nails-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@kaizen/components": patch
"@kaizen/design-tokens": patch
"@kaizen/hosted-assets": patch
"@kaizen/package-bundler": patch
"@kaizen/tailwind": patch
---

Upgrade dep eslint to v9.

This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

Loading

0 comments on commit 55330ea

Please sign in to comment.