Skip to content

Commit 2a540ee

Browse files
renovate[bot]bluwy
andauthored
chore(deps): update tj-actions/changed-files action to v41 (#15476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
1 parent 5ea9edb commit 2a540ee

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394 # v40.2.2
61+
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1
6262
with:
6363
files: |
6464
docs/**

packages/vite/LICENSE.md

+29
Original file line numberDiff line numberDiff line change
@@ -2186,6 +2186,35 @@ Repository: git+https://github.com/isaacs/isexe.git
21862186
21872187
---------------------------------------
21882188

2189+
## js-tokens
2190+
License: MIT
2191+
By: Simon Lydell
2192+
Repository: lydell/js-tokens
2193+
2194+
> The MIT License (MIT)
2195+
>
2196+
> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell
2197+
>
2198+
> Permission is hereby granted, free of charge, to any person obtaining a copy
2199+
> of this software and associated documentation files (the "Software"), to deal
2200+
> in the Software without restriction, including without limitation the rights
2201+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2202+
> copies of the Software, and to permit persons to whom the Software is
2203+
> furnished to do so, subject to the following conditions:
2204+
>
2205+
> The above copyright notice and this permission notice shall be included in
2206+
> all copies or substantial portions of the Software.
2207+
>
2208+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2209+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2210+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2211+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2212+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2213+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2214+
> THE SOFTWARE.
2215+
2216+
---------------------------------------
2217+
21892218
## json-stable-stringify
21902219
License: MIT
21912220
By: James Halliday

0 commit comments

Comments
 (0)