Compare commits

...

3 Commits

Author SHA1 Message Date
bcomnes
e285292494 1.1.15 2023-01-18 16:07:13 +00:00
Bret Comnes
7304be8189 Merge pull request #121 from bcomnes/dependabot/npm_and_yarn/minimatch-6.1.5
chore(deps): bump minimatch from 6.1.3 to 6.1.5
2023-01-18 09:06:24 -07:00
dependabot[bot]
96cab61350 chore(deps): bump minimatch from 6.1.3 to 6.1.5
Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.1.3 to 6.1.5.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v6.1.3...v6.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 03:01:38 +00:00
4 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v1.1.14](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.13...v1.1.14)
## [v1.1.15](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.14...v1.1.15)
### Merged
- chore(deps): bump minimatch from 6.1.3 to 6.1.5 [`#121`](https://github.com/bcomnes/deploy-to-neocities/pull/121)
## [v1.1.14](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.13...v1.1.14) - 2023-01-17
### Merged

3
dist/index.js vendored
View File

@@ -21388,11 +21388,12 @@ var require_cjs2 = __commonJS({
continue;
}
case ")": {
const plEntry = patternListStack.pop();
const plEntry = patternListStack[patternListStack.length - 1];
if (inClass || !plEntry) {
re += "\\)";
continue;
}
patternListStack.pop();
clearStateChar();
hasMagic = true;
pl = plEntry;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"name": "deploy-to-neocities",
"description": "Github Action to deplpoy a folder to Neocities.org",
"version": "1.1.14",
"version": "1.1.15",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
"bugs": {
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
@@ -9,7 +9,7 @@
"dependencies": {
"@actions/core": "1.10.0",
"async-neocities": "2.1.5",
"minimatch": "6.1.3",
"minimatch": "6.1.5",
"ms": "2.1.3",
"pony-cause": "^2.1.4",
"webassert": "3.0.2"