react-mapycz
react-mapycz copied to clipboard
build(deps-dev): Bump gh-pages from 3.2.3 to 6.1.0
Bumps gh-pages from 3.2.3 to 6.1.0.
Release notes
Sourced from gh-pages's releases.
v6.1.0
What's Changed
- Bump eslint from 8.46.0 to 8.49.0 by
@dependabot
in tschaub/gh-pages#516- Bump actions/checkout from 3 to 4 by
@dependabot
in tschaub/gh-pages#515- Bump chai from 4.3.7 to 4.3.8 by
@dependabot
in tschaub/gh-pages#513- Bump dir-compare from 4.0.0 to 4.2.0 by
@dependabot
in tschaub/gh-pages#512- Add --nojekyll and --cname options by
@tschaub
in tschaub/gh-pages#533- Bump actions/setup-node from 3 to 4 by
@dependabot
in tschaub/gh-pages#527- Bump chai from 4.3.8 to 4.3.10 by
@dependabot
in tschaub/gh-pages#520- Bump eslint from 8.49.0 to 8.53.0 by
@dependabot
in tschaub/gh-pages#530- Bump commander from 11.0.0 to 11.1.0 by
@dependabot
in tschaub/gh-pages#524- Bump async from 3.2.4 to 3.2.5 by
@dependabot
in tschaub/gh-pages#529- Bump sinon from 15.2.0 to 17.0.1 by
@dependabot
in tschaub/gh-pages#531Full Changelog: https://github.com/tschaub/gh-pages/compare/v6.0.0...v6.1.0
v6.0.0
This release drops support for Node 14. Otherwise, there are no special upgrade considerations.
What's Changed
- Update readme.md by
@harveer07
in tschaub/gh-pages#440- Bump sinon from 15.0.1 to 15.0.3 by
@dependabot
in tschaub/gh-pages#474- Bump eslint from 8.32.0 to 8.38.0 by
@dependabot
in tschaub/gh-pages#477- Bump fs-extra from 8.1.0 to 11.1.1 by
@dependabot
in tschaub/gh-pages#473- Add error message when --dist is not specified. by
@domsleee
in tschaub/gh-pages#504- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in tschaub/gh-pages#505- Bump eslint from 8.38.0 to 8.46.0 by
@dependabot
in tschaub/gh-pages#506- Bump semver from 6.3.0 to 6.3.1 by
@dependabot
in tschaub/gh-pages#500- Bump sinon from 15.0.3 to 15.2.0 by
@dependabot
in tschaub/gh-pages#495- Dependency updates and drop Node 14 by
@tschaub
in tschaub/gh-pages#507New Contributors
@harveer07
made their first contribution in tschaub/gh-pages#440@domsleee
made their first contribution in tschaub/gh-pages#504Full Changelog: https://github.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0
v5.0.0
Potentially breaking change: the
publish
method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.
What's Changed
- Assorted updates by
@tschaub
in tschaub/gh-pages#452- Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. by
@Nezteb
in tschaub/gh-pages#445- Bump actions/checkout from 2 to 3 by
@dependabot
in tschaub/gh-pages#453- Bump actions/setup-node from 1 to 3 by
@dependabot
in tschaub/gh-pages#455- Bump email-addresses from 3.0.1 to 5.0.0 by
@dependabot
in tschaub/gh-pages#454- Bump async from 2.6.4 to 3.2.4 by
@dependabot
in tschaub/gh-pages#459
... (truncated)
Changelog
Sourced from gh-pages's changelog.
v6.1.0
This release adds support for
--nojekyll
and--cname
options.
- #531 - Bump sinon from 15.2.0 to 17.0.1 (
@tschaub
)- #529 - Bump async from 3.2.4 to 3.2.5 (
@tschaub
)- #524 - Bump commander from 11.0.0 to 11.1.0 (
@tschaub
)- #530 - Bump eslint from 8.49.0 to 8.53.0 (
@tschaub
)- #520 - Bump chai from 4.3.8 to 4.3.10 (
@tschaub
)- #527 - Bump actions/setup-node from 3 to 4 (
@tschaub
)- #533 - Add --nojekyll and --cname options (
@tschaub
)- #512 - Bump dir-compare from 4.0.0 to 4.2.0 (
@tschaub
)- #513 - Bump chai from 4.3.7 to 4.3.8 (
@tschaub
)- #515 - Bump actions/checkout from 3 to 4 (
@tschaub
)- #516 - Bump eslint from 8.46.0 to 8.49.0 (
@tschaub
)v6.0.0
This release drops support for Node 14. Otherwise, there are no special upgrade considerations.
- #507 - Dependency updates and drop Node 14 (
@tschaub
)- #495 - Bump sinon from 15.0.3 to 15.2.0 (
@tschaub
)- #500 - Bump semver from 6.3.0 to 6.3.1 (
@tschaub
)- #506 - Bump eslint from 8.38.0 to 8.46.0 (
@tschaub
)- #505 - Bump word-wrap from 1.2.3 to 1.2.5 (
@tschaub
)- #504 - Add error message when --dist is not specified. (
@domsleee
)- #473 - Bump fs-extra from 8.1.0 to 11.1.1 (
@tschaub
)- #477 - Bump eslint from 8.32.0 to 8.38.0 (
@tschaub
)- #474 - Bump sinon from 15.0.1 to 15.0.3 (
@tschaub
)- #440 - Update readme.md (
@harveer07
)v5.0.0
Potentially breaking change: the
publish
method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.
- #438 - Remove quotation marks (
@Vicropht
)- #459 - Bump async from 2.6.4 to 3.2.4 (
@tschaub
)- #454 - Bump email-addresses from 3.0.1 to 5.0.0 (
@tschaub
)- #455 - Bump actions/setup-node from 1 to 3 (
@tschaub
)- #453 - Bump actions/checkout from 2 to 3 (
@tschaub
)- #445 - Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. (
@Nezteb
)- #452 - Assorted updates (
@tschaub
)v4.0.0
This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.
... (truncated)
Commits
28b7caf
6.1.0f04eefd
Log changes26fbcd3
Merge pull request #531 from tschaub/dependabot/npm_and_yarn/sinon-17.0.113b88db
Merge pull request #529 from tschaub/dependabot/npm_and_yarn/async-3.2.5e8f0855
Merge pull request #524 from tschaub/dependabot/npm_and_yarn/commander-11.1.0e4c396f
Merge pull request #530 from tschaub/dependabot/npm_and_yarn/eslint-8.53.06199b63
Merge pull request #520 from tschaub/dependabot/npm_and_yarn/chai-4.3.100563199
Merge pull request #527 from tschaub/dependabot/github_actions/actions/setup-...55501ff
Merge pull request #533 from tschaub/nojekyll-cname8181619
Add --nojekyll and --cname options- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)