Skip to content

Commit 66cf458

Browse files
committed
update deps
1 parent c044526 commit 66cf458

67 files changed

Lines changed: 1992 additions & 1356 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
badges:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout 🛎
1919
uses: actions/checkout@v3

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ on:
66
- src
77
- test
88
- package.json
9-
- pnpm-lock.json
9+
- .github/workflows/ci.yml
10+
pull_request:
11+
branches: [ master ]
12+
paths:
13+
- src
14+
- test
15+
- package.json
1016
- .github/workflows/ci.yml
1117
jobs:
1218
test:
13-
runs-on: ubuntu-20.04
14-
name: Test on Node 20
19+
runs-on: ubuntu-24.04
20+
name: Test on Node
1521
steps:
1622
- name: Checkout
1723
uses: actions/checkout@v4
@@ -27,7 +33,7 @@ jobs:
2733
- name: Node Setup
2834
uses: actions/setup-node@v4
2935
with:
30-
node-version: 20
36+
node-version: 22
3137
cache: pnpm
3238

3339
- name: Install Dependencies

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ on:
1616
branches: [ master ]
1717
paths:
1818
- src
19+
- package.json
1920
- .github/workflows/codeql.yml
2021
pull_request:
2122
# The branches below must be a subset of the branches above
2223
branches: [ master ]
2324
paths:
2425
- src
26+
- package.json
2527
- .github/workflows/codeql.yml
2628
jobs:
2729
analyze:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![ci](https://github.com/thednp/bootstrap.native/actions/workflows/ci.yml/badge.svg)](https://github.com/thednp/bootstrap.native/actions/workflows/ci.yml)
44
[![NPM Version](https://img.shields.io/npm/v/bootstrap.native.svg)](https://www.npmjs.com/package/bootstrap.native)
55
[![jsDeliver](https://img.shields.io/jsdelivr/npm/hw/bootstrap.native)](https://www.jsdelivr.com/package/npm/bootstrap.native)
6-
[![typescript version](https://img.shields.io/badge/typescript-5.6.3-brightgreen)](https://www.typescriptlang.org/)
7-
[![vitest version](https://img.shields.io/badge/vitest-3.0.2-brightgreen)](https://vitest.dev/)
8-
[![vite version](https://img.shields.io/badge/vite-6.0.10-brightgreen)](https://vitejs.dev/)
6+
[![typescript version](https://img.shields.io/badge/typescript-5.8.3-brightgreen)](https://www.typescriptlang.org/)
7+
[![vitest version](https://img.shields.io/badge/vitest-3.1.4-brightgreen)](https://vitest.dev/)
8+
[![vite version](https://img.shields.io/badge/vite-6.3.5-brightgreen)](https://vitejs.dev/)
99

1010

1111
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.

dist/bootstrap-native.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/bootstrap-native.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-native.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-native.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-native.mjs

Lines changed: 77 additions & 77 deletions
Large diffs are not rendered by default.

dist/bootstrap-native.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)