forked from AMDmi3/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes for new release #468
Open
KristjanESPERANTO
wants to merge
50
commits into
opening-hours:master
Choose a base branch
from
KristjanESPERANTO:develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes for new release #468
KristjanESPERANTO
wants to merge
50
commits into
opening-hours:master
from
KristjanESPERANTO:develop
+4,716
−8,828
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create PH file for Namibia, based on input from
Added both PH and SH Based on the file for Belgium
- Add missing process import - Sort imports - Replace 'prettier' by internal function - Add console output
KristjanESPERANTO
force-pushed
the
develop
branch
from
December 30, 2024 18:47
e62e98f
to
2d28f1c
Compare
Running `npm run test-quick`complained about that.
KristjanESPERANTO
force-pushed
the
develop
branch
from
January 2, 2025 22:22
f52edbf
to
9b1f4ba
Compare
I think it's more than enough for a release now. Let me know if you don't like anything. |
KristjanESPERANTO
force-pushed
the
develop
branch
from
January 3, 2025 08:08
9b1f4ba
to
7368dc3
Compare
KristjanESPERANTO
force-pushed
the
develop
branch
from
January 3, 2025 11:51
3ca2074
to
fa80bed
Compare
KristjanESPERANTO
force-pushed
the
develop
branch
from
January 3, 2025 12:03
45cf661
to
c501c39
Compare
- js-yaml' development seems to be dead (no release for years, many open PRs and issues) - yaml' is actively maintained and more modern (ESM)
KristjanESPERANTO
force-pushed
the
develop
branch
from
January 6, 2025 21:54
2f3ba59
to
2b93ce5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed in #341, I have collected changes for the next release here.
My goal for the next release is to take care of low-hanging fruits first. This mainly includes adopting existing easy-to-understand PRs, updating the toolchain a bit and fixing small flaws found along the way.
Major changes and handling reported issues I would plan for after the next release. Steps like these are what I would consider major changes:
I will leave comments on some of the commits here:
Merged PRs
Solved issues
Not merged PRs
🎆 Running CI with maintained node versions 82d534a
I had to update
husky
and reworkci.yml
for this.🐞 Fix 'yamlToJson.mjs' 2d28f1c
Side note: I don't know where the script is used. I noticed during the review that it uses prettier and that prettier is not in the package.json.
Nits
There are some nits like
Thoughts
After some work on this PR, I think it would have been clearer if I had written my additional changes in separate PRs and used this one as a collector for them.