Migrating to the new v2 Stark Experience
All the steps to follow to successfully migrate your integrations to use the new Stark reports and insights
With the introduction of a new data pipeline, Stark's reports, insights, and AI-powered features get a huge upgrade. Depending on the makeup of your projects, you'll need to update your integrations to account for the new data setup. We've made it as simple as possible: just follow the steps below for ticking up the version number for each asset.
Figma, Browser Extensions, and URLs
No updates necessary; these are already good to go!
CI/CD (Playwright, Puppeteer, and Cypress)
In your package.json file, update @stark-ci/playwright, @stark-ci/puppeteer, or @stark-ci/puppeteer to be version 2.0.0.
GitHub Repository
Change the version to stark-contrast/accessibility-check-action@3.0.2 in your .github/workflows/starkflow.yml file.
Azure DevOps Repository
Change the version to StarkAccessibilityAudit@3 in your azure-pipelines.yml file.
Bitbucket Repository
Change the version to stark-lab/accessibility-audit:3.0.2 in your bitbucket-pipelines.yml file.
GitLab Repository
Change the version to gitlab.com/starklab/accessibility-audit/accessibility-audit@3.0.2 in your .gitlab-ci.yml file.
Android App
Change the co.getstark.accessibility version to 2.0.0 in your gradle file.
iOS App
Change the stark-ios package version to 1.0.0 in your Package.swift file.
Web Source Code (React, Vue, Angular, Svelte)
In your package.json file, update @stark-lab-inc/stark-accessibility-react, @stark-lab-inc/stark-accessibility-vue, or @stark-lab-inc/stark-accessibility-angular to be version 1.0.0.
For Svelte, you'll need to update @stark-lab-inc/stark-accessibility-svelte to be version 2.0.0.
Mobile Source Code (React Native, Flutter)
For React Native, update @stark-lab-inc/stark-accessibility-react-native to be version 1.0.0 in your package.json file.
For Flutter, update stark_accessibility_link to version 2.0.0 in your pubspec.yaml file.
Storybook
Update @stark-lab-inc/storybook-addon-stark to version 2.0.2 in your package.json file.