Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
12fb8e0762 chore(deps): bump minimatch from 10.1.1 to 10.2.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.1.1 to 10.2.2.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.1.1...v10.2.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-21 19:43:53 +00:00
8 changed files with 3668 additions and 1394 deletions

View File

@@ -7,31 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v3.0.5](https://github.com/bcomnes/deploy-to-neocities/compare/v3.0.4...v3.0.5)
### Merged
- Update action runtime to Node 24 [`#261`](https://github.com/bcomnes/deploy-to-neocities/pull/261)
- fix: update @actions/core import for v3.0.0 (no default export) [`#254`](https://github.com/bcomnes/deploy-to-neocities/pull/254)
- chore(deps): bump @actions/core from 2.0.2 to 2.0.3 [`#247`](https://github.com/bcomnes/deploy-to-neocities/pull/247)
- Add link to neocities-solo-stories in README [`#246`](https://github.com/bcomnes/deploy-to-neocities/pull/246)
- chore(deps): bump @actions/core from 2.0.1 to 2.0.2 [`#243`](https://github.com/bcomnes/deploy-to-neocities/pull/243)
- added oceanthunder.dev [`#242`](https://github.com/bcomnes/deploy-to-neocities/pull/242)
- chore(deps): bump @actions/core from 2.0.0 to 2.0.1 [`#240`](https://github.com/bcomnes/deploy-to-neocities/pull/240)
- chore(deps): bump minimatch from 10.0.3 to 10.1.1 [`#234`](https://github.com/bcomnes/deploy-to-neocities/pull/234)
- chore(deps-dev): bump esbuild from 0.25.12 to 0.27.1 [`#238`](https://github.com/bcomnes/deploy-to-neocities/pull/238)
- chore(deps): bump actions/checkout from 5 to 6 [`#236`](https://github.com/bcomnes/deploy-to-neocities/pull/236)
- chore(deps): bump actions/setup-node from 5 to 6 [`#233`](https://github.com/bcomnes/deploy-to-neocities/pull/233)
- chore(deps): bump actions/setup-node from 4 to 5 [`#229`](https://github.com/bcomnes/deploy-to-neocities/pull/229)
- chore(deps): bump actions/checkout from 4 to 5 [`#228`](https://github.com/bcomnes/deploy-to-neocities/pull/228)
### Commits
- Merge pull request #257 from bcomnes/dependabot/npm_and_yarn/neostandard-0.13.0 [`6c3a421`](https://github.com/bcomnes/deploy-to-neocities/commit/6c3a42116a404d3c2dacc98d254511c074976650)
- chore(deps-dev): bump neostandard from 0.12.2 to 0.13.0 [`b8a7e04`](https://github.com/bcomnes/deploy-to-neocities/commit/b8a7e04a8766e488b76a3eb1c55cd48a29cf1a25)
- Merge pull request #248 from bcomnes/dependabot/npm_and_yarn/actions/core-3.0.0 [`95f1120`](https://github.com/bcomnes/deploy-to-neocities/commit/95f112096fce7d78418502887c6d166ac68603d9)
## [v3.0.4](https://github.com/bcomnes/deploy-to-neocities/compare/v3.0.3...v3.0.4) - 2025-06-13
## [v3.0.4](https://github.com/bcomnes/deploy-to-neocities/compare/v3.0.3...v3.0.4)
### Merged
@@ -389,8 +365,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits
- Fix static deploy stuff with bandaid [`fea2d47`](https://github.com/bcomnes/deploy-to-neocities/commit/fea2d4780c7a98bcdf5738c1c259d66ff115326a)
- Update site build and ncc [`def67b4`](https://github.com/bcomnes/deploy-to-neocities/commit/def67b48c6e28d4544d8dd2bd92ab53f56856e40)
- Fix static deploy stuff with bandaid [`fea2d47`](https://github.com/bcomnes/deploy-to-neocities/commit/fea2d4780c7a98bcdf5738c1c259d66ff115326a)
## [v1.1.1](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.0...v1.1.1) - 2021-08-20

View File

@@ -31,5 +31,5 @@ inputs:
required: false
deprecationMessage: 'api_token is deprecated, use api_key instead'
runs:
using: 'node24'
using: 'node20'
main: 'dist/index.cjs'

4461
dist/index.cjs vendored

File diff suppressed because it is too large Load Diff

8
dist/index.cjs.map vendored

File diff suppressed because one or more lines are too long

549
dist/meta.json vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import * as core from '@actions/core'
import core from '@actions/core'
import {
NeocitiesAPIClient,
printDeployText,

View File

@@ -1,24 +1,24 @@
{
"name": "deploy-to-neocities",
"description": "Github Action to deplpoy a folder to Neocities.org",
"version": "3.0.5",
"version": "3.0.4",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
"bugs": {
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
},
"dependencies": {
"@actions/core": "3.0.0",
"@actions/core": "2.0.3",
"async-neocities": "4.1.2",
"minimatch": "10.2.4"
"minimatch": "10.2.2"
},
"devDependencies": {
"@domstack/static": "^11.0.2",
"@voxpelli/tsconfig": "^16.1.0",
"auto-changelog": "^2.0.0",
"c8": "^11.0.0",
"c8": "^10.0.0",
"esbuild": "~0.27.1",
"gh-release": "^7.0.0",
"neostandard": "^0.13.0",
"neostandard": "^0.12.0",
"npm-run-all2": "^8.0.1",
"typescript": "~5.9.3"
},

View File

@@ -1,5 +1,5 @@
{
"extends": "@voxpelli/tsconfig/node24.json",
"extends": "@voxpelli/tsconfig/node20.json",
"compilerOptions": {
"skipLibCheck": true
},