Skip to content

chore(deps): update dependency xdg-app-paths to v5.5.1#264

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/xdg-app-paths-5.x
Open

chore(deps): update dependency xdg-app-paths to v5.5.1#264
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/xdg-app-paths-5.x

Conversation

@renovate

@renovate renovate Bot commented Feb 9, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
xdg-app-paths 5.1.05.5.1 age confidence

Release Notes

rivy/js.xdg-app-paths (xdg-app-paths)

v5.5.1

Compare Source

[v5.5.1; details]
Fixes
  • fix examples (restore Node-v6 compatibility) ∾ a76fe7d

v5.5.0

Compare Source

[v5.5.0; details]
Fixes
  • fix ~ remove erroneous devDependency ('fs@​0.0.1-security') ∾ d9d97ce
Documentation
  • docs ~ refactor examples (improved flexibility and robustness) ∾ b4c702d
  • docs ~ add CHANGELOG spell-checker exceptions ∾ d26c92e
  • docs ~ add TypeScript example ∾ 655beee
  • docs ~ polish README ∾ 73414bc
Maintenance
  • maint (build): fix package keywords ∾ 0240b3a
  • maint (build): include CHANGELOG in distribution file list ∾ ce467f3
  • maint (build): update 'README.md' filename in package manifest ∾ 708ad3a
  • maint (dev): refactor/polish package.json ∾ bdd0cff
  • maint (dev): npm script polish ∾ 3c5f95a
  • maint (dev): include .history (for VSCode plugin) in .prettierignore ∾ f6fd80c
  • maint (dev): include .history (for VSCode plugin) in .gitignore ∾ c58b821
Test Improvements
  • tests ~ minor refactor of type tests ∾ 2cd7c00
  • tests ~ test examples for successful execution ∾ 4b6e1aa

v5.4.1

Compare Source

[v5.4.1; details]
Documentation
  • docs ~ README filename change (NPMjs requires 'README.md') ∾ b728ae5

v5.4.0

Compare Source

[v5.4.0; details]
Fixes
  • fix options normalization logic error ∾ 28857ac
Documentation
  • docs ~ polish README badges ∾ 33b40aa
  • docs ~ update LICENSE filename ∾ 92257b0
  • docs ~ update README ∾ 4feb8c6
  • docs ~ update example code (improved appPaths.log()) ∾ 8e12d9f
  • docs ~ update README ∾ 14f4c59
  • docs (polish): minor comment reformatting ∾ 20610fd
  • docs (polish): improved show-paths.js example ∾ 29f9de5
Maintenance
  • maint (CICD): add MacOS CI testing ∾ 2da1365
  • maint (CICD): synchronize GHA CI name/config ∾ a331ef3
  • maint (build): refactor package NodeJS engine compatibility specification ∾ dd45719
  • maint (build): update package files for LICENSE and README ∾ 51d31a9
  • maint (build): refactor npm scripts ∾ f9e9c4f
  • maint (build): update CHANGELOG template with markdown-lint and spell-checker signals ∾ d367cdd
  • maint (build): update EditorConfig (include more file types and commentary) ∾ a835c2d
  • maint (build): revise and polish npm scripts ∾ 60f91fa
  • maint (build): add explanation for NPMrc package-lock=falsec9f6092
  • maint (build): reorganize package.json ∾ 0c9c821
  • maint (dev): add Prettier ignore file (to simplify automation) ∾ 881586a
  • maint (dev): add Prettier ∾ 69e18ad
  • maint (dev): XO => ESLint/Prettier (better tooling + TypeScript prep) ∾ 258445b
  • maint (dev): change to 'eslintrc.js' configuration file ∾ 15af0d2
  • maint (dev): add ESLint ∾ 91df9e0
  • maint (dev): remove XO ∾ 47d12b5
  • maint (dev): add VSCode settings (ENABLE auto-format on save) ∾ 84378e5
  • maint (dev): add/update .gitattributes ∾ 62d06d6
  • maint (dev): update .gitignore files ∾ 8f13ac7
  • maint (dev): add Prettier configuration ∾ c2e9f42
Refactoring
  • refactor ~ remove unnecessary extra test for xdg.runtime()a5fa5d0
  • refactor ~ remove unnecessary dirOptions.isolated tests ∾ cfa4ed3
  • refactor ~ minimize use of typeof x to avoid loss of linter variable tracking ∾ 3d0a586
  • refactor ~ remove unnecessary OS-specific code ∾ 472ea08
  • refactor (polish): fix ESLint complaints ∾ 1a3853d
  • refactor (polish): prettier re-format ∾ c8330ea
Test Improvements
  • tests ~ add integration testing ∾ 8b949da
  • tests ~ specify unit tests (by filename) ∾ 8a42cc7
  • tests ~ consolidate type tests into test directory ∾ 63ce73d
  • tests ~ expand/improve type definition and testing ∾ 7e2d898
  • tests ~ use more functional syntax (for => forEach) + add more tests ∾ 268c91b
  • test (refactor): minimize use of typeof x to avoid loss of linter variable tracking ∾ 3f43127

v5.3.0

Compare Source

[v5.3.0; details]
Fixes
Dependency Updates
Maintenance
  • maint ~ reconfigure for git-changelog (from GH:rivy-go) ∾ 69611f1
  • maint (CICD): add GitHub Actions CI ∾ b893e31
  • maint (build): refactor run-scripts for code coverage to run only for Node-v10+ ∾ fba5f36
  • maint (build): refactor run-scripts for updated cspell, tsd, and xo to run only for Node-v10+ ∾ 29a92ed
  • maint (dev): update editorconfig + whitespace cleanup ∾ 398555d
Refactoring
  • refactor ~ add state functions after adding base platform-dependent extension functions ∾ 9632d64
  • refactor ~ remove unusual use of return in class constructor ∾ f69c9f2
  • refactor repository directory structure prior to typescript (and then deno) conversion ∾ d680042

v5.2.0

Compare Source

[v5.2.0; details]
Documentation
  • docs ~ update README badges ∾ 6fdaa5b
  • docs ~ add CHANGELOG (via git-chglog) ∾ 1a458ba
  • docs ~ update module keywords ∾ 0fd867e
Maintenance
  • maint ~ add git-chglog configuration ∾ 64c61e8
  • maint (CI): fix CI testing using NodeJS v6 ∾ d1e5192
  • maint (build): refactor lint/test run-scripts ∾ ed1f035
Refactoring
  • refactor tests for NodeJS v6 compatibility ∾ 612c4c9
  • refactor ~ support module use back to NodeJS v6 ∾ 6076f97


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Feb 9, 2022

Copy link
Copy Markdown

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mause/find-rentals/69NYHrZqn84eVmb3wrC6sLJCvFwH
✅ Preview: https://find-rentals-git-renovate-xdg-app-paths-5x-mause.vercel.app

@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 99ddbc3 to fe10d8d Compare February 10, 2022 07:40
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from fe10d8d to 0919e3d Compare March 5, 2022 03:40
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 0919e3d to f54d5a3 Compare March 5, 2022 03:46
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch 2 times, most recently from d12914e to bce9300 Compare March 5, 2022 04:01
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from bce9300 to e165679 Compare March 5, 2022 04:11
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from e165679 to 51f2f25 Compare March 5, 2022 04:15
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 51f2f25 to 945a4f1 Compare March 30, 2022 15:01
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 945a4f1 to ecdeab1 Compare April 21, 2022 04:34
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from ecdeab1 to a20fa9e Compare May 19, 2022 14:20
@vercel

vercel Bot commented May 19, 2022

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
find-rentals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 7:43pm

@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch 4 times, most recently from 9c8a1f5 to 813d64c Compare September 22, 2023 09:16
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 813d64c to 82d52a0 Compare September 24, 2023 14:05
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 82d52a0 to 680caaf Compare October 1, 2023 13:16
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 680caaf to 081e2cf Compare October 2, 2023 07:42
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 081e2cf to 51614cb Compare October 2, 2023 08:16
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 51614cb to 7e3915f Compare October 2, 2023 09:59
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch 2 times, most recently from e28e2d1 to 26f1aea Compare October 2, 2023 12:08
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 26f1aea to 4c7bf89 Compare October 2, 2023 14:33
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 4c7bf89 to 6144c73 Compare October 2, 2023 15:32
@renovate renovate Bot force-pushed the renovate/xdg-app-paths-5.x branch from 6144c73 to cc1f643 Compare October 2, 2023 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants