bookmarks
bookmarks copied to clipboard
Build(deps): Bump @nextcloud/router from 2.1.2 to 3.0.0
Bumps @nextcloud/router from 2.1.2 to 3.0.0.
Release notes
Sourced from @​nextcloud/router
's releases.
v3.0.0
3.0.0 - 2024-02-01
Enhancements
- Drop
core-js
and move to vite by@​susnux
in nextcloud-libraries/nextcloud-router#563- enh(tests): Add unit tests and CI workflow for testing by
@​susnux
in nextcloud-libraries/nextcloud-router#564- feat: add method to get a base URL, allow to pass remote base by
@​Antreesy
in nextcloud-libraries/nextcloud-router#558Fixed
- fix: Adjust
generateFilePath
to includetype
also forindex.php
by@​susnux
in nextcloud-libraries/nextcloud-router#566- fix(getRootUrl)!: If not configured use first subdirectory as webroot instead of last by
@​susnux
in nextcloud-libraries/nextcloud-router#570Changed
- Clean up code (drop unreachable code) and minor modernization by
@​susnux
in nextcloud-libraries/nextcloud-router#565- chore: Add ESLint to project and fix issues reported by
@​susnux
in nextcloud-libraries/nextcloud-router#561- Make README a bit nicer by adding badges for coverage and documentation by
@​susnux
in nextcloud-libraries/nextcloud-router#569Dependencies
- build(deps-dev): Bump vitest from 1.2.1 to 1.2.2 by
@​dependabot
in nextcloud-libraries/nextcloud-router#567- build(deps-dev): Bump
@​vitest/coverage-v8
from 1.2.1 to 1.2.2 by@​dependabot
in nextcloud-libraries/nextcloud-router#568New Contributors
@​Antreesy
made their first contribution in nextcloud-libraries/nextcloud-router#558v2.2.1
2.2.1 - 2024-01-24
Fixed
- fix: Do not rely on
OC.webroots
orOC.appwebroots
but use own logic by@​susnux
in nextcloud-libraries/nextcloud-router#560Changed
- chore: Update NPM version to 10 to align with version shipped by LTS Node 20 by
@​susnux
in nextcloud-libraries/nextcloud-router#559v2.2.0
2.2.0 - 2023-10-18
What's Changed
- chore: update NC typings versions by
@​skjnldsv
in nextcloud-libraries/nextcloud-router#491- chore: update node engines to next LTS by
@​nextcloud-command
in nextcloud-libraries/nextcloud-router#493- fix(docs): adjust link to docs by
@​raimund-schluessler
in nextcloud-libraries/nextcloud-router#503Dependencies
- build(deps-dev): Bump
@​babel/cli
from 7.22.10 to 7.22.10 by@​dependabot
- build(deps-dev): Bump
@​babel/core
from 7.22.10 to 7.23.2 by@​dependabot
- build(deps-dev): Bump
@​babel/preset-env
from 7.22.10 to 7.22.10 by@​dependabot
- build(deps-dev): Bump
@​babel/preset-typescript
from 7.22.11 to 7.23.2 by@​dependabot
- build(deps-dev): Bump
@​nextcloud/browserslist-config
from 2.3.0 to 3.0.0 by@​dependabot
... (truncated)
Changelog
Sourced from @​nextcloud/router
's changelog.
3.0.0 - 2024-02-01
Enhancements
- Drop
core-js
and move to vite by@​susnux
in nextcloud-libraries/nextcloud-router#563- enh(tests): Add unit tests and CI workflow for testing by
@​susnux
in nextcloud-libraries/nextcloud-router#564- feat: add method to get a base URL, allow to pass remote base by
@​Antreesy
in nextcloud-libraries/nextcloud-router#558Fixed
- fix: Adjust
generateFilePath
to includetype
also forindex.php
by@​susnux
in nextcloud-libraries/nextcloud-router#566- fix(getRootUrl)!: If not configured use first subdirectory as webroot instead of last by
@​susnux
in nextcloud-libraries/nextcloud-router#570Changed
- Clean up code (drop unreachable code) and minor modernization by
@​susnux
in nextcloud-libraries/nextcloud-router#565- chore: Add ESLint to project and fix issues reported by
@​susnux
in nextcloud-libraries/nextcloud-router#561- Make README a bit nicer by adding badges for coverage and documentation by
@​susnux
in nextcloud-libraries/nextcloud-router#569Dependencies
- build(deps-dev): Bump vitest from 1.2.1 to 1.2.2 by
@​dependabot
in nextcloud-libraries/nextcloud-router#567- build(deps-dev): Bump
@​vitest/coverage-v8
from 1.2.1 to 1.2.2 by@​dependabot
in nextcloud-libraries/nextcloud-router#568New Contributors
@​Antreesy
made their first contribution in nextcloud-libraries/nextcloud-router#5582.2.1 - 2024-01-24
Fixed
- fix: Do not rely on
OC.webroots
orOC.appwebroots
but use own logic by@​susnux
in nextcloud-libraries/nextcloud-router#560Changed
- chore: Update NPM version to 10 to align with version shipped by LTS Node 20 by
@​susnux
in nextcloud-libraries/nextcloud-router#5592.2.0 - 2023-10-18
What's Changed
- chore: update NC typings versions by
@​skjnldsv
in nextcloud-libraries/nextcloud-router#491- chore: update node engines to next LTS by
@​nextcloud-command
in nextcloud-libraries/nextcloud-router#493- fix(docs): adjust link to docs by
@​raimund-schluessler
in nextcloud-libraries/nextcloud-router#503Dependencies
- build(deps-dev): Bump
@​babel/cli
from 7.22.10 to 7.22.10 by@​dependabot
- build(deps-dev): Bump
@​babel/core
from 7.22.10 to 7.23.2 by@​dependabot
- build(deps-dev): Bump
@​babel/preset-env
from 7.22.10 to 7.22.10 by@​dependabot
- build(deps-dev): Bump
@​babel/preset-typescript
from 7.22.11 to 7.23.2 by@​dependabot
- build(deps-dev): Bump
@​nextcloud/browserslist-config
from 2.3.0 to 3.0.0 by@​dependabot
- build(deps-dev): Bump typedoc from 0.24.8 to 0.25.2 by
@​dependabot
- build(deps-dev): Bump typescript from 5.1.3 to 5.2.2 by
@​dependabot
... (truncated)
Commits
41d123f
Merge pull request #571 from nextcloud-libraries/v2.3.0d332fde
3.0.049c9775
Merge pull request #570 from nextcloud-libraries/fix/webroot47c71c1
Merge pull request #565 from nextcloud-libraries/fix/cleanupc0fe31f
Merge pull request #569 from nextcloud-libraries/fix/readmee0becaf
fix: Optimize and modernize code7a2109f
fix(getRootUrl)!: If not configured use first subdirectory as webroot instead...d55dbc6
fix: Remove unreachable code4924071
fix: Make README a bit nicer by adding badges3f8327e
Merge pull request #566 from nextcloud-libraries/fix/generate-filepath-type- 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)