Skip to content
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

Admin update is not removing the html field #8

Open
lipis opened this issue Apr 3, 2015 · 0 comments
Open

Admin update is not removing the html field #8

lipis opened this issue Apr 3, 2015 · 0 comments

Comments

@lipis
Copy link
Member

lipis commented Apr 3, 2015

No description provided.

lipis pushed a commit that referenced this issue Nov 17, 2018
Bumps [@babel/core](https://github.com/babel/babel) from 7.1.2 to 7.1.5.
<details>
<summary>Release notes</summary>

*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*

> ## v7.1.5 (2018-11-06)
> 
> #### 👓 Spec Compliancy
> * `babel-parser`, `babylon`
>   * [#7727](https://github-redirect.dependabot.com/babel/babel/pull/7727) Fix await in function name and parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> 
> #### 🚀 New Feature
> * `babel-parser`
>   * [#8828](https://github-redirect.dependabot.com/babel/babel/pull/8828) Typescript: Validate tuple type element positions. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam))
>   * [#8883](https://github-redirect.dependabot.com/babel/babel/pull/8883) [flow] Add support for parsing `_` as implicit instantiation in call/new. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215))
> * `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-traverse`
>   * [#8448](https://github-redirect.dependabot.com/babel/babel/pull/8448) Remove Babylon plugins for features already merged to the ECMAScript spec. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-parser`, `babel-types`
>   * [#8884](https://github-redirect.dependabot.com/babel/babel/pull/8884) [flow] Explicit inexact objects with `...`. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215))
> * `babel-preset-env`
>   * [#8898](https://github-redirect.dependabot.com/babel/babel/pull/8898) Update preset-env data. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> 
> #### 🐛 Bug Fix
> * `babel-parser`
>   * [#8956](https://github-redirect.dependabot.com/babel/babel/pull/8956) Do not allow TypeCastExpressions w/o parens . ([[**danez**](https://github.com/danez)](https://github.com/danez))
>   * [#8954](https://github-redirect.dependabot.com/babel/babel/pull/8954) Allow function types in type params within arrow return types. ([[**danez**](https://github.com/danez)](https://github.com/danez))
>   * [#8866](https://github-redirect.dependabot.com/babel/babel/pull/8866) Closes [#8865](https://github-redirect.dependabot.com/babel/babel/issues/8865). ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk))
> * `babel-core`
>   * [#8910](https://github-redirect.dependabot.com/babel/babel/pull/8910) Resolve babel.config.js 'babelrcRoots' values relative to the config file.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
>   * [#8950](https://github-redirect.dependabot.com/babel/babel/pull/8950) Fix message when plugin of a wrong type is passed. ([[**everdimension**](https://github.com/everdimension)](https://github.com/everdimension))
> * `babel-plugin-transform-block-scoping`
>   * [#8937](https://github-redirect.dependabot.com/babel/babel/pull/8937) rename colliding let bindings with for loop init. ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk))
>   * [#8914](https://github-redirect.dependabot.com/babel/babel/pull/8914) Treat break inside block inside loop. ([[**thiagoarrais**](https://github.com/thiagoarrais)](https://github.com/thiagoarrais))
> * `babel-preset-env`
>   * [#8926](https://github-redirect.dependabot.com/babel/babel/pull/8926) preset-env: Edge support for arrow param destructuring. ([[**benmosher**](https://github.com/benmosher)](https://github.com/benmosher))
> * `babel-generator`
>   * [#8868](https://github-redirect.dependabot.com/babel/babel/pull/8868) fix single-arg async arrows when retainLines=true. ([[**ryanwmarsh**](https://github.com/ryanwmarsh)](https://github.com/ryanwmarsh))
> * `babel-traverse`
>   * [#8880](https://github-redirect.dependabot.com/babel/babel/pull/8880) fix: Expression x === 'y' && '' should not evaluate to undefined.. ([[**Cyp**](https://github.com/Cyp)](https://github.com/Cyp))
> 
> #### 💅 Polish
> * [#8873](https://github-redirect.dependabot.com/babel/babel/pull/8873) fixed an extra word. ([[**vvyomjjain**](https://github.com/vvyomjjain)](https://github.com/vvyomjjain))
> 
> #### Committers: 14
> - Ben Mosher ([benmosher](https://github.com/benmosher))
> - Brian Ng ([existentialism](https://github.com/existentialism))
> - Byron Luk ([byronluk](https://github.com/byronluk))
> - Daniel Tschinder ([danez](https://github.com/danez))
> - James Garbutt ([43081j](https://github.com/43081j))
> - Jordan Brown ([jbrown215](https://github.com/jbrown215))
> - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Ryan Marsh ([ryanwmarsh](https://github.com/ryanwmarsh))
> - Thiago Arrais ([thiagoarrais](https://github.com/thiagoarrais))
> - Vyom Jain ([vvyomjjain](https://github.com/vvyomjjain))
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*

> # Changelog
> 
> > **Tags:**
> > - 💥       [Breaking Change]
> > - 👓 [Spec Compliancy]
> > - 🚀     [New Feature]
> > - 🐛        [Bug Fix]
> > - 📝       [Documentation]
> > - 🏠      [Internal]
> > - 💅  [Polish]
> 
> _Note: Gaps between patch versions are faulty, broken or test releases._
> 
> See [CHANGELOG - v4](/.github/CHANGELOG-v4.md), [CHANGELOG - v5](/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](/.github/CHANGELOG-v6.md) for v4.x-v6.x changes.
> See [CHANGELOG - 6to5](/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
> See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog.
</details>
<details>
<summary>Commits</summary>

- [`afe67a7`](babel/babel@afe67a7) v7.1.5
- [`2fa1984`](babel/babel@2fa1984) Fix await in function name and parameters ([#7727](https://github-redirect.dependabot.com/babel/babel/issues/7727))
- [`2194842`](babel/babel@2194842) Typescript: Validate tuple type element positions ([#8828](https://github-redirect.dependabot.com/babel/babel/issues/8828))
- [`e3b2c1a`](babel/babel@e3b2c1a) fix: Do not allow TypeCastExpressions w/o parens ([#8956](https://github-redirect.dependabot.com/babel/babel/issues/8956))
- [`b95cbc4`](babel/babel@b95cbc4) output aliased types in typescript declarations ([#8629](https://github-redirect.dependabot.com/babel/babel/issues/8629))
- [`24c4901`](babel/babel@24c4901) Remove Babylon plugins for features already merged to the ECMAScript spec ([#8](https://github-redirect.dependabot.com/babel/babel/issues/8)...
- [`c125b1d`](babel/babel@c125b1d) Update test262 commit, as old commit broke for some reason
- [`f216a7b`](babel/babel@f216a7b) [flow] Add support for parsing `_` as implicit instantiation in call/new ([#8883](https://github-redirect.dependabot.com/babel/babel/issues/8883))
- [`c6d2f45`](babel/babel@c6d2f45) Resolve babel.config.js 'babelrcRoots' values relative to the config file. (#...
- [`1d4d760`](babel/babel@1d4d760) Update test262 to latest commit and enable mapping for features
- Additional commits viewable in [compare view](babel/babel@v7.1.2...v7.1.5)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.1.2&new-version=7.1.5)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.1.2&new-version=7.1.5)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
lipis pushed a commit that referenced this issue Nov 17, 2018
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.1.0 to 7.1.5.
<details>
<summary>Release notes</summary>

*Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).*

> ## v7.1.5 (2018-11-06)
> 
> #### 👓 Spec Compliancy
> * `babel-parser`, `babylon`
>   * [#7727](https://github-redirect.dependabot.com/babel/babel/pull/7727) Fix await in function name and parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> 
> #### 🚀 New Feature
> * `babel-parser`
>   * [#8828](https://github-redirect.dependabot.com/babel/babel/pull/8828) Typescript: Validate tuple type element positions. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam))
>   * [#8883](https://github-redirect.dependabot.com/babel/babel/pull/8883) [flow] Add support for parsing `_` as implicit instantiation in call/new. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215))
> * `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-traverse`
>   * [#8448](https://github-redirect.dependabot.com/babel/babel/pull/8448) Remove Babylon plugins for features already merged to the ECMAScript spec. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-parser`, `babel-types`
>   * [#8884](https://github-redirect.dependabot.com/babel/babel/pull/8884) [flow] Explicit inexact objects with `...`. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215))
> * `babel-preset-env`
>   * [#8898](https://github-redirect.dependabot.com/babel/babel/pull/8898) Update preset-env data. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> 
> #### 🐛 Bug Fix
> * `babel-parser`
>   * [#8956](https://github-redirect.dependabot.com/babel/babel/pull/8956) Do not allow TypeCastExpressions w/o parens . ([[**danez**](https://github.com/danez)](https://github.com/danez))
>   * [#8954](https://github-redirect.dependabot.com/babel/babel/pull/8954) Allow function types in type params within arrow return types. ([[**danez**](https://github.com/danez)](https://github.com/danez))
>   * [#8866](https://github-redirect.dependabot.com/babel/babel/pull/8866) Closes [#8865](https://github-redirect.dependabot.com/babel/babel/issues/8865). ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk))
> * `babel-core`
>   * [#8910](https://github-redirect.dependabot.com/babel/babel/pull/8910) Resolve babel.config.js 'babelrcRoots' values relative to the config file.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
>   * [#8950](https://github-redirect.dependabot.com/babel/babel/pull/8950) Fix message when plugin of a wrong type is passed. ([[**everdimension**](https://github.com/everdimension)](https://github.com/everdimension))
> * `babel-plugin-transform-block-scoping`
>   * [#8937](https://github-redirect.dependabot.com/babel/babel/pull/8937) rename colliding let bindings with for loop init. ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk))
>   * [#8914](https://github-redirect.dependabot.com/babel/babel/pull/8914) Treat break inside block inside loop. ([[**thiagoarrais**](https://github.com/thiagoarrais)](https://github.com/thiagoarrais))
> * `babel-preset-env`
>   * [#8926](https://github-redirect.dependabot.com/babel/babel/pull/8926) preset-env: Edge support for arrow param destructuring. ([[**benmosher**](https://github.com/benmosher)](https://github.com/benmosher))
> * `babel-generator`
>   * [#8868](https://github-redirect.dependabot.com/babel/babel/pull/8868) fix single-arg async arrows when retainLines=true. ([[**ryanwmarsh**](https://github.com/ryanwmarsh)](https://github.com/ryanwmarsh))
> * `babel-traverse`
>   * [#8880](https://github-redirect.dependabot.com/babel/babel/pull/8880) fix: Expression x === 'y' && '' should not evaluate to undefined.. ([[**Cyp**](https://github.com/Cyp)](https://github.com/Cyp))
> 
> #### 💅 Polish
> * [#8873](https://github-redirect.dependabot.com/babel/babel/pull/8873) fixed an extra word. ([[**vvyomjjain**](https://github.com/vvyomjjain)](https://github.com/vvyomjjain))
> 
> #### Committers: 14
> - Ben Mosher ([benmosher](https://github.com/benmosher))
> - Brian Ng ([existentialism](https://github.com/existentialism))
> - Byron Luk ([byronluk](https://github.com/byronluk))
> - Daniel Tschinder ([danez](https://github.com/danez))
> - James Garbutt ([43081j](https://github.com/43081j))
> - Jordan Brown ([jbrown215](https://github.com/jbrown215))
> - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Ryan Marsh ([ryanwmarsh](https://github.com/ryanwmarsh))
> - Thiago Arrais ([thiagoarrais](https://github.com/thiagoarrais))
> - Vyom Jain ([vvyomjjain](https://github.com/vvyomjjain))
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [@babel/preset-env's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*

> # Changelog
> 
> > **Tags:**
> > - 💥       [Breaking Change]
> > - 👓 [Spec Compliancy]
> > - 🚀     [New Feature]
> > - 🐛        [Bug Fix]
> > - 📝       [Documentation]
> > - 🏠      [Internal]
> > - 💅  [Polish]
> 
> _Note: Gaps between patch versions are faulty, broken or test releases._
> 
> See [CHANGELOG - v4](/.github/CHANGELOG-v4.md), [CHANGELOG - v5](/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](/.github/CHANGELOG-v6.md) for v4.x-v6.x changes.
> See [CHANGELOG - 6to5](/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
> See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog.
> 
> ## 7.1.2 (2018-09-28)
> 
> Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`).
> 
> ## v7.1.1 (2018-09-28)
> 
> > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
> > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency"
> 
> #### 🐛 Bug Fix
> * `babel-generator`, `babel-parser`, `babel-types`
>   * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane))
> * `babel-plugin-transform-destructuring`
>   * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535)  Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-decorators`
>   * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-decorators`
>   * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-generator`
>   * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> 
> #### 🏠 Internal
> * Other
>   * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-helper-transform-fixture-test-runner`
>   * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
</details>
<details>
<summary>Commits</summary>

- [`afe67a7`](babel/babel@afe67a7) v7.1.5
- [`2fa1984`](babel/babel@2fa1984) Fix await in function name and parameters ([#7727](https://github-redirect.dependabot.com/babel/babel/issues/7727))
- [`2194842`](babel/babel@2194842) Typescript: Validate tuple type element positions ([#8828](https://github-redirect.dependabot.com/babel/babel/issues/8828))
- [`e3b2c1a`](babel/babel@e3b2c1a) fix: Do not allow TypeCastExpressions w/o parens ([#8956](https://github-redirect.dependabot.com/babel/babel/issues/8956))
- [`b95cbc4`](babel/babel@b95cbc4) output aliased types in typescript declarations ([#8629](https://github-redirect.dependabot.com/babel/babel/issues/8629))
- [`24c4901`](babel/babel@24c4901) Remove Babylon plugins for features already merged to the ECMAScript spec ([#8](https://github-redirect.dependabot.com/babel/babel/issues/8)...
- [`c125b1d`](babel/babel@c125b1d) Update test262 commit, as old commit broke for some reason
- [`f216a7b`](babel/babel@f216a7b) [flow] Add support for parsing `_` as implicit instantiation in call/new ([#8883](https://github-redirect.dependabot.com/babel/babel/issues/8883))
- [`c6d2f45`](babel/babel@c6d2f45) Resolve babel.config.js 'babelrcRoots' values relative to the config file. (#...
- [`1d4d760`](babel/babel@1d4d760) Update test262 to latest commit and enable mapping for features
- Additional commits viewable in [compare view](babel/babel@v7.1.0...v7.1.5)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.1.5)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.1.5)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
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

No branches or pull requests

1 participant