Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
* replaced cypress with vitest
* fixed small issue with dispose methods for Modal and Offcanvas
* updated dependencies
* updated some types
* version bump
  • Loading branch information
thednp committed Oct 25, 2024
1 parent 39d039a commit d8656cd
Show file tree
Hide file tree
Showing 175 changed files with 22,135 additions and 19,803 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Update version badges 🏷
run: npx -p dependency-version-badge update-badge typescript eslint cypress vite prettier
run: npx -p dependency-version-badge update-badge typescript eslint vitest vite

- name: Commit any changed files 💾
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ jobs:
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile

- name: Install Cypress
run: npx cypress install
- name: Install Playwright
run: pnpm exec playwright install

- name: Lint
run: pnpm lint

- name: Build
run: pnpm build # includes lint
- name: Build
run: pnpm build

- name: ViTst
run: pnpm test

- name: Upload coverage report to coveralls.io...
Expand Down
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.npmignore
.nyc_output
package-lock.json
node_modules
experiments
coverage
cypress/videos
cypress/screenshots
cypress/coverage
cypress/instrumented
test/__screenshots__
6 changes: 2 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
.github
.gitignore
.nyc_output
package-lock.json
node_modules
experiments
docs
coverage
cypress/videos
cypress/screenshots
cypress/coverage
cypress/instrumented
test/__screenshots__
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
[![ci](https://github.com/thednp/bootstrap.native/actions/workflows/ci.yml/badge.svg)](https://github.com/thednp/bootstrap.native/actions/workflows/ci.yml)
[![NPM Version](https://img.shields.io/npm/v/bootstrap.native.svg)](https://www.npmjs.com/package/bootstrap.native)
[![jsDeliver](https://img.shields.io/jsdelivr/npm/hw/bootstrap.native)](https://www.jsdelivr.com/package/npm/bootstrap.native)
[![typescript version](https://img.shields.io/badge/typescript-5.5.3-brightgreen)](https://www.typescriptlang.org/)
[![eslint version](https://img.shields.io/badge/eslint-8.57.0-brightgreen)](https://github.com/eslint)
[![cypress version](https://img.shields.io/badge/cypress-13.13.1-brightgreen)](https://www.cypress.io/)
[![vite version](https://img.shields.io/badge/vite-5.3.4-brightgreen)](https://vitejs.dev/)
[![prettier version](https://img.shields.io/badge/prettier-2.8.8-brightgreen)](https://prettier.io/)
[![typescript version](https://img.shields.io/badge/typescript-5.6.3-brightgreen)](https://www.typescriptlang.org/)
[![eslint version](https://img.shields.io/badge/eslint-8.57.1-brightgreen)](https://github.com/eslint)
[![vitest version](https://img.shields.io/badge/vitest-2.1.3-brightgreen)](https://vitest.dev/)
[![vite version](https://img.shields.io/badge/vite-5.4.10-brightgreen)](https://vitejs.dev/)


The faster, lighter and more compact set of JavaScript components for **Bootstrap 5**, sourced with TypeScript and free from major dependecies such as jQuery, Popper.
Expand Down
30 changes: 0 additions & 30 deletions cypress.config.ts

This file was deleted.

15 changes: 0 additions & 15 deletions cypress/alert.html

This file was deleted.

12 changes: 0 additions & 12 deletions cypress/button.html

This file was deleted.

82 changes: 0 additions & 82 deletions cypress/carousel.html

This file was deleted.

77 changes: 0 additions & 77 deletions cypress/collapse.html

This file was deleted.

71 changes: 0 additions & 71 deletions cypress/dropdown.html

This file was deleted.

Loading

0 comments on commit d8656cd

Please sign in to comment.