Closed dependabot[bot] closed 7 months ago
This PR updates fast-xml-parser from 4.1.3 to 4.3.3 in /examples/vue_js_tracker.
Testing instructions are:
clone the repo and switch to dependant branch
> git clone https://github.com/bcgov/GDX-Analytics.git
> cd GDX-Analytics/
> git checkout dependabot/npm_and_yarn/examples/vue_js_tracker/fast-xml-parser-4.3.3
install vue and template compiler globally
> npm install -g @vue/cli
> npm i -g vue-template-compiler
install the dependencies listed in the package-lock.json (you may be required to cd to examples/vue_js_tracker folder)
> npm ci
start a development server
> npm run serve
check if sample vue.js page is running by browsing to http://localhost:8080/
Bumps fast-xml-parser from 4.1.3 to 4.3.3.
Release notes
Sourced from fast-xml-parser's releases.
Changelog
Sourced from fast-xml-parser's changelog.
... (truncated)
Commits
78adc6e
update package detail96ae8cf
remove unnecessary regex940a142
Update 3.XMLBuilder.md (#626)ba36034
Update sponsor68a4100
Make optional options optional in typings and add type tests (#622)fa5a733
update package for release5d00ecf
FixjObj.hasOwnProperty is not a function
(#613)9504fac
update package detaild18b062
Revert "fix(types): makebuild
andparse
generic (#594)"185dfea
update release detailDependabot 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